Searched refs:PVOP_VCALL3 (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | paravirt.h | 171 PVOP_VCALL3(cpu.write_msr, msr, low, high); in paravirt_write_msr() 286 PVOP_VCALL3(cpu.write_ldt_entry, dt, entry, desc); in write_ldt_entry() 297 PVOP_VCALL3(cpu.write_idt_entry, dt, entry, g); in write_idt_entry() 687 #undef PVOP_VCALL3
|
D | paravirt_types.h | 599 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ macro
|