Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dparavirt.h156 return PVOP_CALL2(int, pv_ops, cpu.read_msr_safe, msr, val); in paravirt_read_msr_safe()
161 return PVOP_CALL2(int, pv_ops, cpu.write_msr_safe, msr, val); in paravirt_write_msr_safe()
H A Dparavirt_types.h446 #define PVOP_CALL2(rettype, array, op, arg1, arg2) \ macro