Home
last modified time | relevance | path

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

12345678910>>...155

/openbmc/linux/include/trace/events/
H A Drwmmio.h15 TP_PROTO(unsigned long caller, unsigned long caller0, u64 val, u8 width,
18 TP_ARGS(caller, caller0, val, width, addr),
21 __field(unsigned long, caller)
29 __entry->caller = caller;
37 (void *)__entry->caller0, (void *)__entry->caller, __entry->width,
42 TP_PROTO(unsigned long caller, unsigned long caller0, u64 val, u8 width,
44 TP_ARGS(caller, caller0, val, width, addr)
48 TP_PROTO(unsigned long caller, unsigned long caller0, u64 val, u8 width,
50 TP_ARGS(caller, caller0, val, width, addr)
55 TP_PROTO(unsigned long caller, unsigned long caller0, u8 width,
[all …]
H A Dhabanalabs.h54 TP_PROTO(struct device *dev, u64 cpu_addr, u64 dma_addr, size_t size, const char *caller),
56 TP_ARGS(dev, cpu_addr, dma_addr, size, caller),
63 __field(const char *, caller)
71 __entry->caller = caller;
74 TP_printk("%s: cpu_addr: %#llx, dma_addr: %#llx, size: %#x, caller: %s",
79 __entry->caller)
83 TP_PROTO(struct device *dev, u64 cpu_addr, u64 dma_addr, size_t size, const char *caller),
84 TP_ARGS(dev, cpu_addr, dma_addr, size, caller));
87 TP_PROTO(struct device *dev, u64 cpu_addr, u64 dma_addr, size_t size, const char *caller),
88 TP_ARGS(dev, cpu_addr, dma_addr, size, caller));
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dtrace_cm.h42 TP_PROTO(struct irdma_cm_listener *listener, void *caller),
43 TP_ARGS(listener, caller),
49 __field(void *, caller)
57 TP_printk("iwdev=%p caller=%pS loc: %s",
59 __entry->caller,
202 enum iw_cm_event_type type, int status, void *caller),
203 TP_ARGS(cm_node, cm_id, type, status, caller),
216 __field(void *, caller)
232 __entry->caller = caller;
238 …TP_printk("iwdev=%p caller=%pS cm_id=%p node=%p refcnt=%d vlan_id=%d accel=%d state=%s eve…
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0006-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 D0008-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/filesystems/
H A Didmappings.rst242 the caller is using an idmapping.
244 So the kernel will map the id back up in the idmapping of the caller. Let's
245 assume the caller has the somewhat unconventional idmapping
348 When creating a filesystem object the caller will look at the caller's
352 the caller but can differ. We will just assume they are always identical to not
355 When the caller enters the kernel two things happen:
357 1. Map the caller's userspace ids down into kernel ids in the caller's
362 2. Verify that the caller's kernel ids can be mapped up to userspace ids in the
373 kernel maps the caller's userspace id down into a kernel id according to the
374 caller's idmapping and then maps that kernel id up according to the
[all …]
/openbmc/linux/drivers/usb/musb/
H A Dmusb_trace.h58 TP_PROTO(void *caller, const void __iomem *addr,
60 TP_ARGS(caller, addr, offset, data),
62 __field(void *, caller)
68 __entry->caller = caller;
74 __entry->caller, __entry->addr, __entry->offset, __entry->data)
78 TP_PROTO(void *caller, const void __iomem *addr,
80 TP_ARGS(caller, addr, offset, data)
84 TP_PROTO(void *caller, const void __iomem *addr,
86 TP_ARGS(caller, addr, offset, data)
90 TP_PROTO(void *caller, const void __iomem *addr,
[all …]
/openbmc/linux/arch/powerpc/mm/
H A Dioremap.c15 void *caller = __builtin_return_address(0); in ioremap() local
18 return iowa_ioremap(addr, size, prot, caller); in ioremap()
19 return __ioremap_caller(addr, size, prot, caller); in ioremap()
26 void *caller = __builtin_return_address(0); in ioremap_wc() local
29 return iowa_ioremap(addr, size, prot, caller); in ioremap_wc()
30 return __ioremap_caller(addr, size, prot, caller); in ioremap_wc()
37 void *caller = __builtin_return_address(0); in ioremap_coherent() local
40 return iowa_ioremap(addr, size, prot, caller); in ioremap_coherent()
41 return __ioremap_caller(addr, size, prot, caller); in ioremap_coherent()
47 void *caller = __builtin_return_address(0); in ioremap_prot() local
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dutdebug.c114 * line_number - Caller's line number (for error output)
115 * function_name - Caller's procedure name
116 * module_name - Caller's module name
117 * component_id - Caller's component ID
207 * line_number - Caller's line number in ACPI_EXPORT_SYMBOL()
208 * function_name - Caller's procedure name in ACPI_EXPORT_SYMBOL()
209 * module_name - Caller's module name in ACPI_EXPORT_SYMBOL()
210 * component_id - Caller's component ID in ACPI_EXPORT_SYMBOL()
246 * PARAMETERS: line_number - Caller's line number in ACPI_EXPORT_SYMBOL()
247 * function_name - Caller's procedure name in ACPI_EXPORT_SYMBOL()
[all …]
H A Dutxferror.c25 * PARAMETERS: module_name - Caller's module name (for error output)
26 * line_number - Caller's line number (for error output)
56 * PARAMETERS: module_name - Caller's module name (for error output) in ACPI_EXPORT_SYMBOL()
57 * line_number - Caller's line number (for error output) in ACPI_EXPORT_SYMBOL()
99 * PARAMETERS: module_name - Caller's module name (for warning output) in ACPI_EXPORT_SYMBOL()
100 * line_number - Caller's line number (for warning output) in ACPI_EXPORT_SYMBOL()
159 * PARAMETERS: module_name - Caller's module name (for error output) in ACPI_EXPORT_SYMBOL()
160 * line_number - Caller's line number (for error output) in ACPI_EXPORT_SYMBOL()
192 * PARAMETERS: module_name - Caller's module name (for error output) in ACPI_EXPORT_SYMBOL()
193 * line_number - Caller's line number (for error output) in ACPI_EXPORT_SYMBOL()
[all …]
/openbmc/linux/Documentation/crypto/
H A Darchitecture.rst30 a caller or invoked together with a template to form multi-block ciphers
63 When using the synchronous API operation, the caller invokes a cipher
65 That means, the caller waits until the cipher operation completes.
73 signal its completion. Before invoking a cipher operation, the caller
75 signal the completion of the cipher operation. Furthermore, the caller
78 perform any special serialization operation to protect the caller's data
84 A cipher is referenced by the caller with a string. That string has the
107 crypto API. When a caller uses the string to refer to a cipher during
112 Now, a caller may have the need to refer to a specific cipher
116 common names. When using that unique name, a caller is therefore always
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_entries.h193 __stack_array( unsigned long, caller, FTRACE_STACK_ENTRIES, size)
199 (void *)__entry->caller[0], (void *)__entry->caller[1],
200 (void *)__entry->caller[2], (void *)__entry->caller[3],
201 (void *)__entry->caller[4], (void *)__entry->caller[5],
202 (void *)__entry->caller[6], (void *)__entry->caller[7])
211 __array( unsigned long, caller, FTRACE_STACK_ENTRIES )
217 (void *)__entry->caller[0], (void *)__entry->caller[1],
218 (void *)__entry->caller[2], (void *)__entry->caller[3],
219 (void *)__entry->caller[4], (void *)__entry->caller[5],
220 (void *)__entry->caller[6], (void *)__entry->caller[7])
/openbmc/libpldm/include/libpldm/
H A Dpldm.h43 * which once received, is returned to the caller.
47 * @param[in] pldm_req_msg - caller owned pointer to PLDM request msg
50 * this function allocates memory, caller to free(*pldm_resp_msg) on
52 * @param[out] resp_msg_len - caller owned pointer that will be made point to
70 * @param[in] pldm_req_msg - caller owned pointer to PLDM request msg
86 * this function allocates memory, caller to free(*pldm_resp_msg) on
88 * @param[out] resp_msg_len - caller owned pointer that will be made point to
104 * this function allocates memory, caller to free(*pldm_resp_msg) on
106 * @param[out] resp_msg_len - caller owned pointer that will be made point to
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/linux/arch/powerpc/kernel/
H A Dppc_save_regs.S16 * want our caller's caller's registers, and our caller has
18 * ToDo: We could reach back into the caller's save area to do
19 * a better job of representing the caller's state (note that
36 /* get caller's LR */
H A Didle_book3s.S10 * The platform / CPU caller must ensure SPRs and any other non-GPR
28 * and must blr, to return to caller with r3 set according to caller's expected
41 * The SRESET wakeup returns to this function's caller by calling
47 * The caller is responsible for saving/restoring SPRs, MSR, timebase,
58 * the caller without deallocating the stack frame first.
89 * to return to the idle sleep function caller with r3 as the return code.
148 * The SRESET wakeup returns to this function's caller by calling
154 * The caller is responsible for saving/restoring SPRs, MSR, timebase,
166 * the caller without deallocating the stack frame first.
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_memory_region.c39 const void *caller) in __iopagetest() argument
53 &mem->region, &mem->io_start, &offset, caller, in __iopagetest()
63 const void *caller) in iopagetest() argument
74 &mem->io_start, &offset, caller); in iopagetest()
79 err = __iopagetest(mem, va, PAGE_SIZE, val[i], offset, caller); in iopagetest()
83 err = __iopagetest(mem, va, PAGE_SIZE, ~val[i], offset, caller); in iopagetest()
100 const void *caller) in iomemtest() argument
123 err = iopagetest(mem, page, caller); in iomemtest()
128 err = iopagetest(mem, 0, caller); in iomemtest()
132 err = iopagetest(mem, last, caller); in iomemtest()
[all …]
/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/linux/arch/mips/include/asm/
H A Dregdef.h30 #define t0 $8 /* caller saved */
50 #define t8 $24 /* caller saved */
67 #define v0 $2 /* return value - caller saved */
73 #define a4 $8 /* arg reg 64 bit; caller saved in 32 bit */
81 #define t0 $12 /* caller saved */
93 #define t8 $24 /* caller saved */
98 #define gp $28 /* global pointer - caller saved for PIC */
/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 …]
/openbmc/linux/include/linux/
H A Dgfp_types.h94 * %__GFP_WRITE indicates the caller intends to dirty the page. Where possible,
117 * %__GFP_HIGH indicates that the caller is high-priority and that granting
123 * the caller guarantees the allocation will allow more memory to be freed
153 * %__GFP_DIRECT_RECLAIM indicates that the caller may enter direct reclaim.
157 * %__GFP_KSWAPD_RECLAIM indicates that the caller wants to wake kswapd when
159 * watermark is reached. A caller may wish to clear this flag when fallback
170 * the caller still has to check for failures) while costly requests try to be
178 * caller must handle the failure which is quite likely to happen under
193 * caller must handle failure, but can reasonably do so by failing
196 * If the allocation does fail, and the caller is in a position to
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h163 Caller Mode: Infra, Ad-HoC
172 Caller Mode: Infra, Ad-Hoc
184 Caller Mode: Infra, Ad-HoC(C)
196 Caller Mode: AP, Ad-HoC(M)
207 Caller Mode: AP, Ad-HoC, Infra
230 Caller Mode: AP, Ad-HoC, Infra
249 Caller Mode: Any
263 Caller Mode: Infra
305 Caller Ad-Hoc/AP
324 Caller Ad-Hoc/AP
[all …]
/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.

12345678910>>...155