Searched refs:PVOP_VCALL4 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | paravirt.h | 38 PVOP_VCALL4(pv_cpu_ops.cpuid, eax, ebx, ecx, edx); in __cpuid() 271 PVOP_VCALL4(pv_cpu_ops.write_gdt_entry, dt, entry, desc, type); in write_gdt_entry() 338 PVOP_VCALL4(pv_mmu_ops.flush_tlb_others, cpumask, mm, start, end); in flush_tlb_others() 479 PVOP_VCALL4(pv_mmu_ops.ptep_modify_prot_commit, in ptep_modify_prot_commit() 500 PVOP_VCALL4(pv_mmu_ops.set_pte_at, mm, addr, ptep, pte.pte); in set_pte_at() 510 PVOP_VCALL4(pv_mmu_ops.set_pmd_at, mm, addr, pmdp, in set_pmd_at() 847 #undef PVOP_VCALL4
|
D | paravirt_types.h | 671 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \ macro 681 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \ macro
|