Searched refs:PVOP_VCALL1 (Results 1 – 1 of 1) sorted by relevance
/arch/x86/include/asm/ |
D | paravirt.h | 559 #define PVOP_VCALL1(op, arg1) \ macro 658 PVOP_VCALL1(pv_cpu_ops.write_cr0, x); in write_cr0() 668 PVOP_VCALL1(pv_mmu_ops.write_cr2, x); in write_cr2() 678 PVOP_VCALL1(pv_mmu_ops.write_cr3, x); in write_cr3() 692 PVOP_VCALL1(pv_cpu_ops.write_cr4, x); in write_cr4() 703 PVOP_VCALL1(pv_cpu_ops.write_cr8, x); in write_cr8() 853 PVOP_VCALL1(pv_cpu_ops.load_gdt, dtr); in load_gdt() 857 PVOP_VCALL1(pv_cpu_ops.load_idt, dtr); in load_idt() 865 PVOP_VCALL1(pv_cpu_ops.store_gdt, dtr); in store_gdt() 869 PVOP_VCALL1(pv_cpu_ops.store_idt, dtr); in store_idt() [all …]
|