Searched refs:PVOP_VCALL2 (Results 1 – 2 of 2) sorted by relevance
| /arch/x86/include/asm/ |
| A D | paravirt.h | 138 PVOP_VCALL2(cpu.set_debugreg, reg, val); in set_debugreg() 185 PVOP_VCALL2(cpu.write_msr, msr, val); in paravirt_write_msr() 279 PVOP_VCALL2(cpu.load_tls, t, cpu); in load_TLS() 328 PVOP_VCALL2(mmu.pgd_free, mm, pgd); in paravirt_pgd_free() 333 PVOP_VCALL2(mmu.alloc_pte, mm, pfn); in paravirt_alloc_pte() 342 PVOP_VCALL2(mmu.alloc_pmd, mm, pfn); in paravirt_alloc_pmd() 352 PVOP_VCALL2(mmu.alloc_pud, mm, pfn); in paravirt_alloc_pud() 361 PVOP_VCALL2(mmu.alloc_p4d, mm, pfn); in paravirt_alloc_p4d() 463 PVOP_VCALL2(mmu.set_p4d, p4dp, val); in set_p4d() 569 PVOP_VCALL2(lock.wait, ptr, val); in pv_wait() [all …]
|
| A D | paravirt_types.h | 496 #define PVOP_VCALL2(op, arg1, arg2) \ macro
|
Completed in 8 milliseconds