| /optee_os/core/kernel/ |
| H A D | panic.c | 64 const char *func __maybe_unused, in __do_panic() 71 if (!file && !func && !msg) in __do_panic() 77 func ? "<" : "", func ? func : "", func ? ">" : ""); in __do_panic()
|
| H A D | assert.c | 16 const char *func __maybe_unused) in _assert_log() 20 expr, file, line, func); in _assert_log()
|
| H A D | initcall.c | 20 ret = call->func(); in do_init_calls()
|
| H A D | notif.c | 169 static TEE_Result notif_rpc(uint32_t func, uint32_t value1, uint32_t value2) in notif_rpc() argument 172 THREAD_PARAM_VALUE(IN, func, value1, value2); in notif_rpc()
|
| /optee_os/lib/libutils/isoc/include/ |
| H A D | assert.h | 13 const char *func); 17 const char *func) in _assert_trap() argument 19 _assert_log(expr_str, file, line, func); in _assert_trap() 24 const int line, const char *func) in _runtime_assert_trap() argument 28 _assert_log(expr_str, file, line, func); in _runtime_assert_trap()
|
| /optee_os/ldelf/ |
| H 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()
|
| H A D | sys.h | 28 void __noreturn __panic(const char *file, const int line, const char *func);
|
| /optee_os/core/arch/arm/plat-rcar/ |
| H 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/core/include/kernel/ |
| H A D | spinlock.h | 71 static inline void cpu_spin_lock_dldetect(const char *func, const int line, in cpu_spin_lock_dldetect() argument 83 trace_printf(func, line, TRACE_ERROR, true, in cpu_spin_lock_dldetect() 132 cpu_spin_lock_xsave_dldetect(const char *func, const int line, in cpu_spin_lock_xsave_dldetect() argument 137 cpu_spin_lock_dldetect(func, line, lock); in cpu_spin_lock_xsave_dldetect()
|
| H A D | scall.h | 20 uint32_t scall_do_call(struct thread_scall_regs *regs, syscall_t func);
|
| H A D | panic.h | 18 void __do_panic(const char *file, const int line, const char *func,
|
| /optee_os/lib/libutee/ |
| H A D | assert.c | 16 const char *func __maybe_unused) in _assert_log() 19 expr, file, line, func); in _assert_log()
|
| H A D | tee_api_private.h | 18 TEE_Result __utee_entry(unsigned long func, unsigned long session_id,
|
| H 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() 400 int (*func)(mbedtls_mpi *X, const mbedtls_mpi *A, in bigint_binary() 423 MPI_CHECK(func(&mpi_dest, pop1, pop2)); in bigint_binary() 435 int (*func)(mbedtls_mpi *X, const mbedtls_mpi *A, in bigint_binary_mod() 466 MPI_CHECK(func(&mpi_t, pop1, pop2)); in bigint_binary_mod()
|
| /optee_os/core/include/drivers/ |
| H A D | pinctrl.h | 75 pinctrl_dt_get_func func, in pinctrl_register_provider() argument 79 (get_of_device_func)func, data, in pinctrl_register_provider() 138 get_of_device_func func __unused, void *data __unused) in pinctrl_register_provider()
|
| H A D | clk_dt.h | 86 clk_dt_get_func func, in clk_dt_register_clk_provider() argument 90 (get_of_device_func)func, data, in clk_dt_register_clk_provider()
|
| H A D | rstctrl.h | 223 rstctrl_dt_get_func func, in rstctrl_register_provider() argument 227 (get_of_device_func)func, data, in rstctrl_register_provider()
|
| /optee_os/ta/ |
| H A D | user_ta_header.c | 39 TEE_Result __utee_entry(unsigned long func, unsigned long session_id, 43 _C_FUNCTION(__ta_entry)(unsigned long func, 49 _C_FUNCTION(__ta_entry)(unsigned long func, in _C_FUNCTION() 72 res = __utee_entry(func, session_id, up, cmd_id); in _C_FUNCTION()
|
| /optee_os/core/include/ |
| H A D | initcall.h | 14 TEE_Result (*func)(void); member 25 { .func = (fn), .level = (lvl), .func_name = #fn, } 30 { .func = (fn), }
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.h | 128 enum processing_func func, 157 enum processing_func func,
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | trace.h | 35 void trace_vprintf(const char *func, int line, int level, bool level_ok, 37 void trace_printf(const char *func, int line, int level, bool level_ok,
|
| /optee_os/core/drivers/pinctrl/ |
| H A D | atmel_pio.c | 84 int func = 0; in pio_pinctrl_dt_get() local 108 func = DT_GET_FUNC(pinmux); in pio_pinctrl_dt_get() 124 cfg = func; in pio_pinctrl_dt_get()
|
| /optee_os/core/arch/riscv/include/tee/ |
| H A D | optee_abi.h | 590 #define OPTEE_ABI_RPC_VAL(func) ((func) | OPTEE_ABI_RETURN_RPC_PREFIX) argument
|
| /optee_os/core/arch/arm/include/sm/ |
| H A D | optee_smc.h | 626 #define OPTEE_SMC_RPC_VAL(func) ((func) | OPTEE_SMC_RETURN_RPC_PREFIX) argument
|
| /optee_os/scripts/ |
| H A D | sign_encrypt.py | 188 def assign_default_value(parsed, attr, func): argument 190 setattr(parsed, attr, func(parsed)) 204 parser_sign_enc.set_defaults(func=command_sign_enc) 237 parser_digest.set_defaults(func=command_digest) 251 parser_stitch.set_defaults(func=command_stitch) 265 parser_verify.set_defaults(func=command_verify) 274 parser_display.set_defaults(func=command_display) 280 parser_subkey_uuid.set_defaults(func=command_subkey_uuid) 287 parser_sign_subkey.set_defaults(func=command_sign_subkey) 968 args.func(args)
|