Home
last modified time | relevance | path

Searched refs:func (Results 1 – 25 of 36) sorted by relevance

12

/optee_os/core/kernel/
A Dpanic.c14 const char *func __maybe_unused, in __do_panic()
23 if (!file && !func && !msg) in __do_panic()
29 func ? "<" : "", func ? func : "", func ? ">" : ""); in __do_panic()
A Dinitcall.c22 ret = call->func(); in call_preinitcalls()
41 ret = call->func(); in call_initcalls()
60 ret = call->func(); in call_finalcalls()
A Dassert.c16 const char *func __maybe_unused) in _assert_log()
20 expr, file, line, func); in _assert_log()
A Dnotif.c209 static TEE_Result notif_rpc(uint32_t func, uint32_t value) in notif_rpc() argument
211 struct thread_param params = THREAD_PARAM_VALUE(IN, func, value, 0); in notif_rpc()
A Dubsan.c99 static void print_loc(const char *func, struct source_location *loc) in print_loc() argument
101 const char *f = func; in print_loc()
/optee_os/core/arch/arm/plat-rcar/
A Dromapi.c58 extern uint32_t __plat_romapi_wrapper(paddr_t func, uint64_t arg1,
61 static uint32_t __plat_romapi_direct(paddr_t func, uint64_t arg1, in __plat_romapi_direct() argument
68 fptr = (typeof(fptr))func; in __plat_romapi_direct()
73 static uint32_t plat_call_romapi(paddr_t func, uint64_t arg1, in plat_call_romapi() argument
76 uint32_t (*fptr)(paddr_t func, uint64_t arg1, uint64_t arg2, in plat_call_romapi()
102 return fptr(func, arg1, arg2, arg3); in plat_call_romapi()
/optee_os/ldelf/
A Dsys.c16 const char *func __maybe_unused) in __panic()
18 if (!file && !func) in __panic()
23 func ? "<" : "", func ? func : "", func ? ">" : ""); in __panic()
/optee_os/core/drivers/
A Dimx_sc_api.c96 uint8_t func; /* Function ID or Error code */ member
225 .header.func = SC_RM_FUNC_GET_PARTITION, in sc_rm_get_partition()
234 err = msg.header.func; in sc_rm_get_partition()
260 .header.func = SC_PM_FUNC_SET_RESOURCE_POWER_MODE, in sc_pm_set_resource_power_mode()
272 scu_error = msg.header.func; in sc_pm_set_resource_power_mode()
296 .header.func = SC_RM_FUNC_ASSIGN_RESOURCE, in sc_rm_assign_resource()
314 err = msg.header.func; in sc_rm_assign_resource()
394 .header.func = SC_SECO_FUNC_START_RNG, in imx_sc_seco_start_rng()
404 err = msg.header.func; in imx_sc_seco_start_rng()
/optee_os/core/arch/arm/include/kernel/
A Dspinlock.h49 static inline void cpu_spin_lock_dldetect(const char *func, const int line, in cpu_spin_lock_dldetect() argument
61 trace_printf(func, line, TRACE_ERROR, true, in cpu_spin_lock_dldetect()
110 static inline uint32_t cpu_spin_lock_xsave_dldetect(const char *func, in cpu_spin_lock_xsave_dldetect() argument
116 cpu_spin_lock_dldetect(func, line, lock); in cpu_spin_lock_xsave_dldetect()
/optee_os/ta/arch/arm/
A Duser_ta_header.c36 TEE_Result __utee_entry(unsigned long func, unsigned long session_id,
39 void __noreturn _C_FUNCTION(__ta_entry)(unsigned long func,
44 void __noreturn _C_FUNCTION(__ta_entry)(unsigned long func, in _C_FUNCTION()
49 TEE_Result res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
/optee_os/out/arm/export-ta_arm32/src/
A Duser_ta_header.c36 TEE_Result __utee_entry(unsigned long func, unsigned long session_id,
39 void __noreturn _C_FUNCTION(__ta_entry)(unsigned long func,
44 void __noreturn _C_FUNCTION(__ta_entry)(unsigned long func, in _C_FUNCTION()
49 TEE_Result res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
/optee_os/out/arm/export-ta_arm64/src/
A Duser_ta_header.c36 TEE_Result __utee_entry(unsigned long func, unsigned long session_id,
39 void __noreturn _C_FUNCTION(__ta_entry)(unsigned long func,
44 void __noreturn _C_FUNCTION(__ta_entry)(unsigned long func, in _C_FUNCTION()
49 TEE_Result res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
/optee_os/core/include/
A Dinitcall.h14 TEE_Result (*func)(void); member
25 { .func = (fn), .level = (lvl), .func_name = #fn, }
30 { .func = (fn), }
/optee_os/lib/libutee/
A Dassert.c16 const char *func __maybe_unused) in _assert_log()
19 expr, file, line, func); in _assert_log()
A Dtee_api_arith_mpi.c18 static void __noreturn api_panic(const char *func, int line, const char *msg) in api_panic() argument
20 printf("Panic function %s, line %d: %s\n", func, line, msg); in api_panic()
28 static void __noreturn mpi_panic(const char *func, int line, int rc) in mpi_panic() argument
30 printf("Panic function %s, line %d, code %d\n", func, line, rc); in mpi_panic()
317 int (*func)(mbedtls_mpi *X, const mbedtls_mpi *A, in bigint_binary()
340 MPI_CHECK(func(&mpi_dest, pop1, pop2)); in bigint_binary()
352 int (*func)(mbedtls_mpi *X, const mbedtls_mpi *A, in bigint_binary_mod()
383 MPI_CHECK(func(&mpi_t, pop1, pop2)); in bigint_binary_mod()
/optee_os/ta/pkcs11/src/
A Dpkcs11_attributes.h124 enum processing_func func,
153 enum processing_func func,
/optee_os/lib/libutils/ext/include/
A Dtrace.h34 void trace_vprintf(const char *func, int line, int level, bool level_ok,
36 void trace_printf(const char *func, int line, int level, bool level_ok,
/optee_os/out/arm/export-ta_arm32/include/
A Dtrace.h34 void trace_vprintf(const char *func, int line, int level, bool level_ok,
36 void trace_printf(const char *func, int line, int level, bool level_ok,
A Dassert.h13 const char *func);
/optee_os/out/arm/export-ta_arm64/include/
A Dtrace.h34 void trace_vprintf(const char *func, int line, int level, bool level_ok,
36 void trace_printf(const char *func, int line, int level, bool level_ok,
A Dassert.h13 const char *func);
/optee_os/core/arch/arm/tee/
A Darch_svc_private.h17 uint32_t tee_svc_do_call(struct thread_svc_regs *regs, syscall_t func);
/optee_os/core/arch/arm/include/sm/
A Doptee_smc.h562 #define OPTEE_SMC_RPC_VAL(func) ((func) | OPTEE_SMC_RETURN_RPC_PREFIX) argument
/optee_os/lib/libutils/isoc/include/
A Dassert.h13 const char *func);
/optee_os/core/include/kernel/
A Dpanic.h18 void __do_panic(const char *file, const int line, const char *func,

Completed in 19 milliseconds

12