Home
last modified time | relevance | path

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

/optee_os/core/tests/
H A Dftmn_boot_tests.c41 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, simple_call_func1); in simple_call()
45 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, simple_call_func1); in simple_call()
48 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, in simple_call()
101 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, in two_level_call()
105 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, in two_level_call()
169 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, chained_call_memcmp, s, s, 2); in chained_calls()
173 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, in chained_calls()
183 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, in chained_calls()
/optee_os/core/crypto/
H A Dsigned_hdr.c112 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, in shdr_verify_signature()
388 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, in shdr_verify_signature2()
/optee_os/core/kernel/
H A Dree_fs_ta.c278 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, shdr_verify_signature, shdr); in ree_fs_ta_open()
326 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, in ree_fs_ta_open()
/optee_os/lib/libutils/ext/include/
H A Dfault_mitigation.h457 #define FTMN_CALL_FUNC(res, ftmn, incr, func, ...) \ macro