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

Go to the source code of this file.

Data Structures

struct  pvclock_shadow_time
 

Functions

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

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_clock,
struct pvclock_vcpu_time_info vcpu_time,
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.