Searched refs:PVOP_VCALL1 (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/x86/include/asm/ |
D | paravirt.h | 81 PVOP_VCALL1(mmu.flush_tlb_one_user, addr); in __flush_tlb_one_user() 97 PVOP_VCALL1(mmu.exit_mmap, mm); in paravirt_arch_exit_mmap() 109 PVOP_VCALL1(cpu.load_sp0, sp0); in load_sp0() 139 PVOP_VCALL1(cpu.write_cr0, x); in write_cr0() 151 PVOP_VCALL1(mmu.write_cr2, x); in write_cr2() 168 PVOP_VCALL1(cpu.write_cr4, x); in __write_cr4() 282 PVOP_VCALL1(cpu.load_gdt, dtr); in load_gdt() 286 PVOP_VCALL1(cpu.load_idt, dtr); in load_idt() 305 PVOP_VCALL1(cpu.load_gs_index, gs); in load_gs_index() 339 PVOP_VCALL1(mmu.enter_mmap, next); in paravirt_enter_mmap() [all …]
|
D | paravirt_types.h | 510 #define PVOP_VCALL1(op, arg1) \ macro
|