Searched refs:PVOP_VCALL2 (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/include/asm/ |
| A D | paravirt.h | 133 PVOP_VCALL2(cpu.set_debugreg, reg, val); in set_debugreg() 275 PVOP_VCALL2(cpu.free_ldt, ldt, entries); in paravirt_free_ldt() 302 PVOP_VCALL2(cpu.load_tls, t, cpu); in load_TLS() 351 PVOP_VCALL2(mmu.pgd_free, mm, pgd); in paravirt_pgd_free() 356 PVOP_VCALL2(mmu.alloc_pte, mm, pfn); in paravirt_alloc_pte() 365 PVOP_VCALL2(mmu.alloc_pmd, mm, pfn); in paravirt_alloc_pmd() 375 PVOP_VCALL2(mmu.alloc_pud, mm, pfn); in paravirt_alloc_pud() 384 PVOP_VCALL2(mmu.alloc_p4d, mm, pfn); in paravirt_alloc_p4d() 486 PVOP_VCALL2(mmu.set_p4d, p4dp, val); in set_p4d() 596 PVOP_VCALL2(lock.wait, ptr, val); in pv_wait() [all …]
|
| A D | paravirt_types.h | 495 #define PVOP_VCALL2(op, arg1, arg2) \ macro
|
Completed in 7 milliseconds