Home
last modified time | relevance | path

Searched refs:PVOP_VCALL0 (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dparavirt.h59 PVOP_VCALL0(cpu.io_delay); in slow_down_io()
61 PVOP_VCALL0(cpu.io_delay); in slow_down_io()
62 PVOP_VCALL0(cpu.io_delay); in slow_down_io()
63 PVOP_VCALL0(cpu.io_delay); in slow_down_io()
75 PVOP_VCALL0(mmu.flush_tlb_user); in __flush_tlb_local()
80 PVOP_VCALL0(mmu.flush_tlb_kernel); in __flush_tlb_global()
107 PVOP_VCALL0(irq.safe_halt); in arch_safe_halt()
112 PVOP_VCALL0(irq.halt); in halt()
268 PVOP_VCALL0(cpu.load_tr_desc); in load_TR_desc()
547 PVOP_VCALL0(mmu.lazy_mode.enter); in arch_enter_lazy_mmu_mode()
[all …]
H A Dparavirt_types.h462 #define PVOP_VCALL0(op) \ macro