Searched defs:pv_cpu_ops (Results 1 – 4 of 4) sorted by relevance
102 struct pv_cpu_ops { struct104 unsigned long (*get_debugreg)(int regno);105 void (*set_debugreg)(int regno, unsigned long value);107 void (*clts)(void);109 unsigned long (*read_cr0)(void);110 void (*write_cr0)(unsigned long);112 unsigned long (*read_cr4_safe)(void);113 unsigned long (*read_cr4)(void);114 void (*write_cr4)(unsigned long);117 unsigned long (*read_cr8)(void);[all …]
35 struct pv_cpu_ops { struct54 extern struct pv_cpu_ops pv_cpu_ops; argument
337 struct pv_cpu_ops pv_cpu_ops = { variable
555 struct pv_cpu_ops pv_cpu_ops = { variable