Searched refs:PVOP_VCALL1 (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/x86/include/asm/ |
D | paravirt.h | 62 PVOP_VCALL1(mmu.flush_tlb_one_user, addr); in __flush_tlb_one_user() 78 PVOP_VCALL1(mmu.exit_mmap, mm); in paravirt_arch_exit_mmap() 84 PVOP_VCALL1(cpu.load_sp0, sp0); in load_sp0() 114 PVOP_VCALL1(cpu.write_cr0, x); in write_cr0() 124 PVOP_VCALL1(mmu.write_cr2, x); in write_cr2() 134 PVOP_VCALL1(mmu.write_cr3, x); in write_cr3() 139 PVOP_VCALL1(cpu.write_cr4, x); in __write_cr4() 253 PVOP_VCALL1(cpu.load_gdt, dtr); in load_gdt() 257 PVOP_VCALL1(cpu.load_idt, dtr); in load_idt() 277 PVOP_VCALL1(cpu.load_gs_index, gs); in load_gs_index() [all …]
|
D | paravirt_types.h | 594 #define PVOP_VCALL1(op, arg1) \ macro
|