Searched refs:PVOP_VCALL3 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/arch/x86/include/asm/ |
| D | paravirt.h | 188 PVOP_VCALL3(cpu.write_msr, msr, low, high); in paravirt_write_msr() 303 PVOP_VCALL3(cpu.write_ldt_entry, dt, entry, desc); in write_ldt_entry() 314 PVOP_VCALL3(cpu.write_idt_entry, dt, entry, g); in write_idt_entry() 718 #undef PVOP_VCALL3
|
| D | paravirt_types.h | 552 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ macro
|