/optee_os/core/kernel/ |
A D | panic.c | 14 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 D | initcall.c | 22 ret = call->func(); in call_preinitcalls() 41 ret = call->func(); in call_initcalls() 60 ret = call->func(); in call_finalcalls()
|
A D | assert.c | 16 const char *func __maybe_unused) in _assert_log() 20 expr, file, line, func); in _assert_log()
|
A D | notif.c | 209 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 D | ubsan.c | 99 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 D | romapi.c | 58 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 D | sys.c | 16 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 D | imx_sc_api.c | 96 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 D | spinlock.h | 49 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 D | user_ta_header.c | 36 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 D | user_ta_header.c | 36 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 D | user_ta_header.c | 36 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 D | initcall.h | 14 TEE_Result (*func)(void); member 25 { .func = (fn), .level = (lvl), .func_name = #fn, } 30 { .func = (fn), }
|
/optee_os/lib/libutee/ |
A D | assert.c | 16 const char *func __maybe_unused) in _assert_log() 19 expr, file, line, func); in _assert_log()
|
A D | tee_api_arith_mpi.c | 18 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 D | pkcs11_attributes.h | 124 enum processing_func func, 153 enum processing_func func,
|
/optee_os/lib/libutils/ext/include/ |
A D | trace.h | 34 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 D | trace.h | 34 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 D | assert.h | 13 const char *func);
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | trace.h | 34 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 D | assert.h | 13 const char *func);
|
/optee_os/core/arch/arm/tee/ |
A D | arch_svc_private.h | 17 uint32_t tee_svc_do_call(struct thread_svc_regs *regs, syscall_t func);
|
/optee_os/core/arch/arm/include/sm/ |
A D | optee_smc.h | 562 #define OPTEE_SMC_RPC_VAL(func) ((func) | OPTEE_SMC_RETURN_RPC_PREFIX) argument
|
/optee_os/lib/libutils/isoc/include/ |
A D | assert.h | 13 const char *func);
|
/optee_os/core/include/kernel/ |
A D | panic.h | 18 void __do_panic(const char *file, const int line, const char *func,
|