Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/include/tee/
H A Doptee_abi.h34 #define OPTEE_ABI_CALL_VAL(type, calling_convention, owner, func_num) \ argument
35 ((type) | (calling_convention) | \
/optee_os/core/arch/arm/include/sm/
H A Doptee_smc.h36 #define OPTEE_SMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument
37 ((type) | (calling_convention) | \