Home
last modified time | relevance | path

Searched full:caller (Results 1 – 25 of 1971) sorted by relevance

12345678910>>...79

/openbmc/linux/include/trace/events/
Drwmmio.h
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0005-plat-corstone1000-Use-the-stateless-platform-service.patch25 static rpc_status_t event_handler(uint32_t opcode, struct rpc_caller_interface *caller)
36 - handle = psa_connect(caller, TFM_SP_PLATFORM_IOCTL_SID,
43 - psa_call(caller,handle, PSA_IPC_CALL,
44 + psa_call(caller,TFM_PLATFORM_SERVICE_HANDLE, TFM_PLATFORM_API_ID_IOCTL,
46 - set_fmp_image_info(caller, handle);
47 + set_fmp_image_info(caller);
53 - handle = psa_connect(caller, TFM_SP_PLATFORM_IOCTL_SID,
60 - psa_call(caller,handle, PSA_IPC_CALL,
62 + psa_call(caller,TFM_PLATFORM_SERVICE_HANDLE, TFM_PLATFORM_API_ID_IOCTL,
64 - set_fmp_image_info(caller, handle);
[all …]
H A D0003-FMP-Support-in-Corstone1000.patch40 + provision_fmp_variables_metadata(context->client.session->caller);
47 psa_call(caller,handle, PSA_IPC_CALL,
49 + set_fmp_image_info(caller, handle);
55 psa_call(caller,handle, PSA_IPC_CALL,
57 + set_fmp_image_info(caller, handle);
158 +static psa_status_t protected_storage_set(struct rpc_caller_interface *caller,
170 + psa_status = psa_call(caller, TFM_PROTECTED_STORAGE_SERVICE_HANDLE, TFM_PS_ITS_SET,
178 +static psa_status_t protected_storage_get(struct rpc_caller_interface *caller,
193 + psa_status = psa_call(caller, TFM_PROTECTED_STORAGE_SERVICE_HANDLE,
244 +void provision_fmp_variables_metadata(struct rpc_caller_interface *caller)
[all …]
H A D0007-plat-corstone1000-add-client_id-for-FMP-service.patch29 @@ -91,7 +92,7 @@ static psa_status_t protected_storage_set(struct rpc_caller_interface *caller,
33 - psa_status = psa_call(caller, TFM_PROTECTED_STORAGE_SERVICE_HANDLE, TFM_PS_ITS_SET,
34 + psa_status = psa_call_client_id(caller, TFM_PROTECTED_STORAGE_SERVICE_HANDLE, SMM_GW_SP_ID,TFM_PS…
38 @@ -114,7 +115,7 @@ static psa_status_t protected_storage_get(struct rpc_caller_interface *caller,
42 - psa_status = psa_call(caller, TFM_PROTECTED_STORAGE_SERVICE_HANDLE,
43 + psa_status = psa_call_client_id(caller, TFM_PROTECTED_STORAGE_SERVICE_HANDLE, SMM_GW_SP_ID,
/openbmc/linux/Documentation/crypto/
Darchitecture.rst
/openbmc/linux/kernel/trace/
Dtrace_entries.h
/openbmc/linux/arch/powerpc/kernel/
Dppc_save_regs.S
Didle_book3s.S
/openbmc/libpldm/include/libpldm/
H A Dtransport.h35 * the caller.
44 * @param[in] pldm_msg - caller owned pointer to PLDM msg. If this is NULL,
60 * caller.
71 * success this function allocates memory, caller to
73 * @param[out] msg_len - caller owned pointer that will be made to point to
87 * returned to the caller once the response is received.
101 * @param[in] pldm_req_msg - caller owned pointer to PLDM request msg or async
109 * success this function allocates memory, caller to
111 * @param[out] resp_msg_len - caller owned pointer that will be made to point to
/openbmc/u-boot/arch/mips/include/asm/
H A Dregdef.h27 #define t0 $8 /* caller saved */
47 #define t8 $24 /* caller saved */
64 #define v0 $2 /* return value - caller saved */
70 #define a4 $8 /* arg reg 64 bit; caller saved in 32 bit */
78 #define t0 $12 /* caller saved */
90 #define t8 $24 /* caller saved */
95 #define gp $28 /* global pointer - caller saved for PIC */
/openbmc/sdbusplus/docs/
H A Dasio.md13 translated into a matching [error code][2] that can be consumed by the caller,
19 org.freedesktop.DBus.Error.InvalidArgs error will be returned to the caller.
36 returned to the D-Bus caller.
47 The first argument is the new value requested to be set by the D-Bus caller.
56 org.freedesktop.DBus.Error.InvalidArgs error will be returned to the caller.
/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/
H A Dcp_ffdc_check68 "The caller wishes to dump FFDC after each boot failure."
72 print_timen("The caller wishes to dump FFDC after each boot test.")
77 print_timen("The caller wishes to dump FFDC.")
85 + " caller wishes to dump FFDC on soft errors."
89 print_timen("The caller does not wish for any FFDC to be collected.")
/openbmc/linux/drivers/acpi/acpica/
Dutxferror.c
Duterror.c
/openbmc/u-boot/lib/
H A Dtrace.c60 void *caller, ulong flags) in add_ftrace() argument
70 rec->caller = func_ptr_to_num(caller); in add_ftrace()
82 rec->caller = 0; in add_textbase()
95 * @param caller Pointer to function which called this function
98 void *func_ptr, void *caller) in __cyg_profile_func_enter() argument
103 add_ftrace(func_ptr, caller, FUNCF_ENTRY); in __cyg_profile_func_enter()
123 * @param caller Pointer to function which called this function
126 void *func_ptr, void *caller) in __cyg_profile_func_exit() argument
129 add_ftrace(func_ptr, caller, FUNCF_EXIT); in __cyg_profile_func_exit()
214 out->caller = call->caller * FUNC_SITE_SIZE; in trace_list_calls()
/openbmc/openbmc-test-automation/lib/
H A Dvalid.tcl26 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
44 set caller [get_stack_proc_name -2]
45 if { $caller == "valid_list" } {
125 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
143 …# We want to do a print_list on the caller's list but we want to put an asterisk by each invalid e…
146 # Make the caller's variable name, contained in $var_name, directly accessible to this procedure.
148 # print_list the caller's list to a string.
150 # Now convert the caller's printed var string to a list for easy manipulation.
164 …# Determine whether the caller passed invalid_values or valid_values in order to create appropriat…
189 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
[all …]
H A Dipmi_client.py60 complete list). If the caller does NOT
63 will include them on the caller's behalf
73 # If the caller has specified this particular option, use it in
76 # Delete the value from the caller's options.
79 # The caller hasn't specified this required option so specify it
84 # Include the remainder of the caller's options in the new options
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dcp_stop_check148 "The caller wishes to stop test execution if %s commands are"
173 "The caller wishes to stop test execution based on the presence of"
236 "The caller wishes to stop test execution based on "
249 print_timen("The caller wishes to stop after each boot failure.")
252 print_timen("The caller wishes to stop after each boot test.")
257 print_timen("The caller wishes to stop test execution.")
270 "The caller wishes to stop test execution when the"
275 qprint_timen("The caller does not wish to stop the test run.")
/openbmc/linux/drivers/dma-buf/
Dselftest.c
/openbmc/linux/include/uapi/linux/
Dmembarrier.h
/openbmc/linux/include/crypto/
Ddh.h
Dkdf_sp800108.h
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
Dmlxsw_lib.sh
/openbmc/linux/net/netlabel/
Dnetlabel_addrlist.c
/openbmc/qemu/include/io/
H A Dchannel-socket.h90 * will run in the foreground so the caller will not regain
109 * will run in the background so the caller will regain
131 * will run in the foreground so the caller will not regain
152 * will run in the background so the caller will regain
176 * This method will run in the foreground so the caller
198 * This method will run in the background so the caller
221 * struct will be returned, which the caller is required to
238 * struct will be returned, which the caller is required to

12345678910>>...79