Searched refs:PVOP_VCALL4 (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | paravirt.h | 91 PVOP_VCALL4(pv_ops, cpu.cpuid, eax, ebx, ecx, edx); in __cpuid() 262 PVOP_VCALL4(pv_ops, cpu.write_gdt_entry, dt, entry, desc, type); in write_gdt_entry() 374 PVOP_VCALL4(pv_ops, mmu.ptep_modify_prot_commit, vma, addr, ptep, pte.pte); in ptep_modify_prot_commit()
|
| H A D | paravirt_types.h | 462 #define PVOP_VCALL4(array, op, arg1, arg2, arg3, arg4) \ macro
|