Home
last modified time | relevance | path

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

12

/optee_os/core/kernel/
H A Dpanic.c64 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 Dassert.c16 const char *func __maybe_unused) in _assert_log()
20 expr, file, line, func); in _assert_log()
H A Dinitcall.c20 ret = call->func(); in do_init_calls()
H A Dnotif.c169 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 Dassert.h13 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 Dsys.c16 const char *func __maybe_unused) in __panic()
18 if (!file && !func) in __panic()
23 func ? "<" : "", func ? func : "", func ? ">" : ""); in __panic()
H A Dsys.h28 void __noreturn __panic(const char *file, const int line, const char *func);
/optee_os/core/arch/arm/plat-rcar/
H 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/core/include/kernel/
H A Dspinlock.h71 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 Dscall.h20 uint32_t scall_do_call(struct thread_scall_regs *regs, syscall_t func);
H A Dpanic.h18 void __do_panic(const char *file, const int line, const char *func,
/optee_os/lib/libutee/
H A Dassert.c16 const char *func __maybe_unused) in _assert_log()
19 expr, file, line, func); in _assert_log()
H A Dtee_api_private.h18 TEE_Result __utee_entry(unsigned long func, unsigned long session_id,
H 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()
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 Dpinctrl.h75 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 Dclk_dt.h86 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 Drstctrl.h223 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 Duser_ta_header.c39 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 Dinitcall.h14 TEE_Result (*func)(void); member
25 { .func = (fn), .level = (lvl), .func_name = #fn, }
30 { .func = (fn), }
/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.h128 enum processing_func func,
157 enum processing_func func,
/optee_os/lib/libutils/ext/include/
H A Dtrace.h35 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 Datmel_pio.c84 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 Doptee_abi.h590 #define OPTEE_ABI_RPC_VAL(func) ((func) | OPTEE_ABI_RETURN_RPC_PREFIX) argument
/optee_os/core/arch/arm/include/sm/
H A Doptee_smc.h626 #define OPTEE_SMC_RPC_VAL(func) ((func) | OPTEE_SMC_RETURN_RPC_PREFIX) argument
/optee_os/scripts/
H A Dsign_encrypt.py188 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)

12