Home
last modified time | relevance | path

Searched defs:pv_cpu_ops (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Dparavirt_types.h95 struct pv_cpu_ops { struct
97 unsigned long (*get_debugreg)(int regno);
98 void (*set_debugreg)(int regno, unsigned long value);
100 void (*clts)(void);
102 unsigned long (*read_cr0)(void);
103 void (*write_cr0)(unsigned long);
105 unsigned long (*read_cr4_safe)(void);
106 unsigned long (*read_cr4)(void);
107 void (*write_cr4)(unsigned long);
110 unsigned long (*read_cr8)(void);
[all …]
/linux-2.6.39/arch/ia64/include/asm/
Dparavirt_privop.h35 struct pv_cpu_ops { struct
54 extern struct pv_cpu_ops pv_cpu_ops; argument
/linux-2.6.39/arch/x86/kernel/
Dparavirt.c324 struct pv_cpu_ops pv_cpu_ops = { variable
/linux-2.6.39/arch/ia64/kernel/
Dparavirt.c555 struct pv_cpu_ops pv_cpu_ops = { variable