Searched refs:PVOP_VCALL3 (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ |
D | paravirt.h | 289 PVOP_VCALL3(pv_cpu_ops.write_ldt_entry, dt, entry, desc); in write_ldt_entry() 300 PVOP_VCALL3(pv_cpu_ops.write_idt_entry, dt, entry, g); in write_idt_entry() 322 PVOP_VCALL3(pv_apic_ops.startup_ipi_hook, in startup_ipi_hook() 406 PVOP_VCALL3(pv_mmu_ops.pte_update, mm, addr, ptep); in pte_update() 411 PVOP_VCALL3(pv_mmu_ops.pmd_update, mm, addr, pmdp); in pmd_update() 417 PVOP_VCALL3(pv_mmu_ops.pte_update_defer, mm, addr, ptep); in pte_update_defer() 423 PVOP_VCALL3(pv_mmu_ops.pmd_update_defer, mm, addr, pmdp); in pmd_update_defer() 510 PVOP_VCALL3(pv_mmu_ops.set_pte, ptep, in set_pte() 543 PVOP_VCALL3(pv_mmu_ops.set_pmd, pmdp, val, (u64)val >> 32); in set_pmd() 582 PVOP_VCALL3(pv_mmu_ops.set_pud, pudp, in set_pud() [all …]
|
D | paravirt_types.h | 647 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ macro
|