Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dparavirt.h144 return PVOP_ALT_CALLEE0(unsigned long, mmu.read_cr2, in read_cr2()
689 return PVOP_ALT_CALLEE0(unsigned long, irq.save_fl, "pushf; pop %%rax;", in arch_local_save_flags()
H A Dparavirt_types.h502 #define PVOP_ALT_CALLEE0(rettype, op, alt, cond) \ macro