Searched defs:pv_cpu_ops (Results 1 – 2 of 2) sorted by relevance
107 struct pv_cpu_ops { struct109 unsigned long (*get_debugreg)(int regno);110 void (*set_debugreg)(int regno, unsigned long value);112 void (*clts)(void);114 unsigned long (*read_cr0)(void);115 void (*write_cr0)(unsigned long);117 unsigned long (*read_cr4_safe)(void);118 unsigned long (*read_cr4)(void);119 void (*write_cr4)(unsigned long);122 unsigned long (*read_cr8)(void);[all …]
347 __visible struct pv_cpu_ops pv_cpu_ops = { variable