Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dparavirt_types.h319 #define PVOP_CALL_ARG1(x) "a" ((unsigned long)(x)) macro
338 #define PVOP_CALL_ARG1(x) "D" ((unsigned long)(x)) macro
480 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1))
482 __PVOP_VCALL(op, PVOP_CALL_ARG1(arg1))
484 __PVOP_ALT_VCALL(op, alt, cond, PVOP_CALL_ARG1(arg1))
487 __PVOP_CALLEESAVE(rettype, op, PVOP_CALL_ARG1(arg1))
489 __PVOP_VCALLEESAVE(op, PVOP_CALL_ARG1(arg1))
493 __PVOP_ALT_VCALLEESAVE(op, alt, cond, PVOP_CALL_ARG1(arg1))
502 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1), \
505 __PVOP_VCALL(op, PVOP_CALL_ARG1(arg1), \
[all …]