paravirt.h | 75 struct pv_cpu_ops { struct 252 struct pv_cpu_ops pv_cpu_ops; member in struct:paravirt_patch_template 261 extern struct pv_cpu_ops pv_cpu_ops; 455 PVOP_VCALL2(pv_cpu_ops.load_esp0, tss, thread); 478 PVOP_VCALL4(pv_cpu_ops.cpuid, eax, ebx, ecx, edx); 486 return PVOP_CALL1(unsigned long, pv_cpu_ops.get_debugreg, reg); 491 PVOP_VCALL2(pv_cpu_ops.set_debugreg, reg, val); 496 PVOP_VCALL0(pv_cpu_ops.clts) [all...] |