Searched refs:PVOP_VCALL2 (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | paravirt.h | 138 PVOP_VCALL2(cpu.set_debugreg, reg, val); in set_debugreg() 263 PVOP_VCALL2(cpu.free_ldt, ldt, entries); in paravirt_free_ldt() 290 PVOP_VCALL2(cpu.load_tls, t, cpu); in load_TLS() 339 PVOP_VCALL2(mmu.pgd_free, mm, pgd); in paravirt_pgd_free() 344 PVOP_VCALL2(mmu.alloc_pte, mm, pfn); in paravirt_alloc_pte() 353 PVOP_VCALL2(mmu.alloc_pmd, mm, pfn); in paravirt_alloc_pmd() 363 PVOP_VCALL2(mmu.alloc_pud, mm, pfn); in paravirt_alloc_pud() 372 PVOP_VCALL2(mmu.alloc_p4d, mm, pfn); in paravirt_alloc_p4d() 474 PVOP_VCALL2(mmu.set_p4d, p4dp, val); in set_p4d() 584 PVOP_VCALL2(lock.wait, ptr, val); in pv_wait() [all …]
|
| H A D | paravirt_types.h | 498 #define PVOP_VCALL2(op, arg1, arg2) \ macro
|