Searched defs:pv_cpu_ops (Results 1 – 4 of 4) sorted by relevance
95 struct pv_cpu_ops { struct97 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 …]
35 struct pv_cpu_ops { struct54 extern struct pv_cpu_ops pv_cpu_ops; argument
324 struct pv_cpu_ops pv_cpu_ops = { variable
555 struct pv_cpu_ops pv_cpu_ops = { variable