Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pvclock.h File Reference
#include <linux/clocksource.h>
#include <asm/pvclock-abi.h>

Go to the source code of this file.

Functions

cycle_t pvclock_clocksource_read (struct pvclock_vcpu_time_info *src)
 
void pvclock_set_flags (u8 flags)
 
unsigned long pvclock_tsc_khz (struct pvclock_vcpu_time_info *src)
 
void pvclock_read_wallclock (struct pvclock_wall_clock *wall, struct pvclock_vcpu_time_info *vcpu, struct timespec *ts)
 
void pvclock_resume (void)
 

Function Documentation

cycle_t pvclock_clocksource_read ( struct pvclock_vcpu_time_info src)

Definition at line 91 of file pvclock.c.

void pvclock_read_wallclock ( struct pvclock_wall_clock wall,
struct pvclock_vcpu_time_info vcpu,
struct timespec ts 
)

Definition at line 134 of file pvclock.c.

void pvclock_resume ( void  )

Definition at line 86 of file pvclock.c.

void pvclock_set_flags ( u8  flags)

Definition at line 39 of file pvclock.c.

unsigned long pvclock_tsc_khz ( struct pvclock_vcpu_time_info src)

Definition at line 72 of file pvclock.c.