Searched refs:PVOP_VCALL3 (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/x86/include/asm/ |
D | paravirt.h | 103 PVOP_VCALL3(mmu.notify_page_enc_status_changed, pfn, npages, enc); in notify_page_enc_status_changed() 196 PVOP_VCALL3(cpu.write_msr, msr, low, high); in paravirt_write_msr() 311 PVOP_VCALL3(cpu.write_ldt_entry, dt, entry, desc); in write_ldt_entry() 322 PVOP_VCALL3(cpu.write_idt_entry, dt, entry, g); in write_idt_entry() 724 #undef PVOP_VCALL3
|
D | paravirt_types.h | 533 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ macro
|