Searched refs:PVOP_VCALL1 (Results 1 – 1 of 1) sorted by relevance
/external/kernel-headers/original/asm-x86/ |
D | paravirt.h | 421 #define PVOP_VCALL1(op, arg1) \ macro 506 PVOP_VCALL1(pv_cpu_ops.write_cr0, x); in write_cr0() 516 PVOP_VCALL1(pv_mmu_ops.write_cr2, x); in write_cr2() 526 PVOP_VCALL1(pv_mmu_ops.write_cr3, x); in write_cr3() 540 PVOP_VCALL1(pv_cpu_ops.write_cr4, x); in write_cr4() 635 PVOP_VCALL1(pv_cpu_ops.load_gdt, dtr); in load_gdt() 639 PVOP_VCALL1(pv_cpu_ops.load_idt, dtr); in load_idt() 647 PVOP_VCALL1(pv_cpu_ops.store_gdt, dtr); in store_gdt() 651 PVOP_VCALL1(pv_cpu_ops.store_idt, dtr); in store_idt() 676 PVOP_VCALL1(pv_cpu_ops.set_iopl_mask, mask); in set_iopl_mask() [all …]
|