Home
last modified time | relevance | path

Searched defs:rettype (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dparavirt_types.h369 #define PVOP_RETVAL(rettype) \ argument
422 #define __PVOP_CALL(rettype, op, ...) \ argument
426 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \ argument
431 #define __PVOP_CALLEESAVE(rettype, op, ...) \ argument
435 #define __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond, ...) \ argument
458 #define PVOP_CALL0(rettype, op) \ argument
462 #define PVOP_ALT_CALL0(rettype, op, alt, cond) \ argument
467 #define PVOP_CALLEE0(rettype, op) \ argument
471 #define PVOP_ALT_CALLEE0(rettype, op, alt, cond) \ argument
477 #define PVOP_CALL1(rettype, op, arg1) \ argument
[all …]
/linux/tools/testing/selftests/x86/
H A Dentry_from_vm86.c115 unsigned int rettype, unsigned int retarg, in do_test()
/linux/fs/9p/
H A Dvfs_dir.c51 int rettype = DT_REG; in dt_type() local