Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dparavirt.h191 return PVOP_CALL2(u64, cpu.read_msr_safe, msr, err); in paravirt_read_msr_safe()
709 #undef PVOP_CALL2
H A Dparavirt_types.h496 #define PVOP_CALL2(rettype, op, arg1, arg2) \ macro