Searched refs:PVOP_VCALL1 (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ |
D | paravirt.h | 66 PVOP_VCALL1(pv_cpu_ops.write_cr0, x); in write_cr0() 76 PVOP_VCALL1(pv_mmu_ops.write_cr2, x); in write_cr2() 86 PVOP_VCALL1(pv_mmu_ops.write_cr3, x); in write_cr3() 100 PVOP_VCALL1(pv_cpu_ops.write_cr4, x); in __write_cr4() 111 PVOP_VCALL1(pv_cpu_ops.write_cr8, x); in write_cr8() 231 PVOP_VCALL1(pv_cpu_ops.load_gdt, dtr); in load_gdt() 235 PVOP_VCALL1(pv_cpu_ops.load_idt, dtr); in load_idt() 243 PVOP_VCALL1(pv_cpu_ops.store_idt, dtr); in store_idt() 258 PVOP_VCALL1(pv_cpu_ops.load_gs_index, gs); in load_gs_index() 280 PVOP_VCALL1(pv_cpu_ops.set_iopl_mask, mask); in set_iopl_mask() [all …]
|
D | paravirt_types.h | 624 #define PVOP_VCALL1(op, arg1) \ macro
|