Home
last modified time | relevance | path

Searched refs:PVOP_VCALL4 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/arch/x86/include/asm/
Dparavirt.h110 PVOP_VCALL4(cpu.cpuid, eax, ebx, ecx, edx); in __cpuid()
309 PVOP_VCALL4(cpu.write_gdt_entry, dt, entry, desc, type); in write_gdt_entry()
430 PVOP_VCALL4(mmu.ptep_modify_prot_commit, vma, addr, ptep, pte.pte); in ptep_modify_prot_commit()
720 #undef PVOP_VCALL4
Dparavirt_types.h560 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \ macro