Searched refs:PVOP_VCALL3 (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ |
D | paravirt.h | 265 PVOP_VCALL3(pv_cpu_ops.write_ldt_entry, dt, entry, desc); in write_ldt_entry() 276 PVOP_VCALL3(pv_cpu_ops.write_idt_entry, dt, entry, g); in write_idt_entry() 298 PVOP_VCALL3(pv_apic_ops.startup_ipi_hook, in startup_ipi_hook() 382 PVOP_VCALL3(pv_mmu_ops.pte_update, mm, addr, ptep); in pte_update() 387 PVOP_VCALL3(pv_mmu_ops.pmd_update, mm, addr, pmdp); in pmd_update() 393 PVOP_VCALL3(pv_mmu_ops.pte_update_defer, mm, addr, ptep); in pte_update_defer() 399 PVOP_VCALL3(pv_mmu_ops.pmd_update_defer, mm, addr, pmdp); in pmd_update_defer() 486 PVOP_VCALL3(pv_mmu_ops.set_pte, ptep, in set_pte() 519 PVOP_VCALL3(pv_mmu_ops.set_pmd, pmdp, val, (u64)val >> 32); in set_pmd() 558 PVOP_VCALL3(pv_mmu_ops.set_pud, pudp, in set_pud() [all …]
|
D | paravirt_types.h | 651 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ macro
|