Searched refs:PVOP_VCALL3 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/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() 194 PVOP_VCALL3(cpu.write_msr, msr, low, high); in paravirt_write_msr() 309 PVOP_VCALL3(cpu.write_ldt_entry, dt, entry, desc); in write_ldt_entry() 320 PVOP_VCALL3(cpu.write_idt_entry, dt, entry, g); in write_idt_entry() 728 #undef PVOP_VCALL3
|
D | paravirt_types.h | 562 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ macro
|