Searched defs:pv_cpu_ops (Results 1 – 4 of 4) sorted by relevance
103 struct pv_cpu_ops { struct105 unsigned long (*get_debugreg)(int regno);106 void (*set_debugreg)(int regno, unsigned long value);108 void (*clts)(void);110 unsigned long (*read_cr0)(void);111 void (*write_cr0)(unsigned long);113 unsigned long (*read_cr4_safe)(void);114 unsigned long (*read_cr4)(void);115 void (*write_cr4)(unsigned long);118 unsigned long (*read_cr8)(void);[all …]
35 struct pv_cpu_ops { struct54 extern struct pv_cpu_ops pv_cpu_ops; argument
343 __visible struct pv_cpu_ops pv_cpu_ops = { variable
555 struct pv_cpu_ops pv_cpu_ops = { variable