/openbmc/linux/include/trace/events/ |
H A D | rwmmio.h | 15 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 D | habanalabs.h | 54 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; 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 D | trace_cm.h | 42 TP_PROTO(struct irdma_cm_listener *listener, void *caller), 43 TP_ARGS(listener, caller), 49 __field(void *, caller) 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; 240 __entry->caller, 258 int status, void *caller), [all …]
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | ioremap.c | 15 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/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0006-plat-corstone1000-Use-the-stateless-platform-service.patch | 25 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 D | 0003-FMP-Support-in-Corstone1000.patch | 40 + 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 D | 0008-plat-corstone1000-add-client_id-for-FMP-service.patch | 29 @@ -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,
|
H A D | 0001-Add-stub-capsule-update-service-components.patch | 130 +static rpc_status_t event_handler(uint32_t opcode, struct rpc_caller_interface *caller) 140 + if(!caller) { 151 + handle = psa_connect(caller, TFM_SP_PLATFORM_IOCTL_SID, 158 + psa_call(caller,handle, PSA_IPC_CALL, 165 + handle = psa_connect(caller, TFM_SP_PLATFORM_IOCTL_SID, 172 + psa_call(caller,handle, PSA_IPC_CALL, 187 + struct rpc_caller_interface *caller = this_instance->client.session->caller; 191 + rpc_status = event_handler(opcode, caller); 198 + struct rpc_caller_interface *caller = this_instance->client.session->caller; 202 + rpc_status = event_handler(opcode, caller);
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_trace.h | 58 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/kernel/trace/ |
H A D | trace_entries.h | 193 __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/linux/drivers/gpu/drm/i915/ |
H A D | intel_memory_region.c | 39 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/linux/drivers/dma-buf/ |
H A D | selftest.c | 47 static bool apply_subtest_filter(const char *caller, const char *name) in apply_subtest_filter() argument 68 if (strcmp(tok, caller)) { in apply_subtest_filter() 91 __subtests(const char *caller, const struct subtest *st, int count, void *data) in __subtests() argument 100 if (!apply_subtest_filter(caller, st->name)) in __subtests() 103 pr_info("dma-buf: Running %s/%s\n", caller, st->name); in __subtests() 108 caller, st->name, err); in __subtests()
|
/openbmc/u-boot/lib/ |
H A D | trace.c | 60 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() 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() 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/linux/Documentation/filesystems/ |
H A D | idmappings.rst | 242 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/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | mlxsw_lib.sh | 41 local caller=$1; shift 45 log_test_skip $src:$caller "(Spectrum-$rev only)" 52 local caller=${FUNCNAME[1]} 57 if __mlxsw_only_on_spectrum "$rev" "$caller" "$src"; then
|
/openbmc/linux/include/net/ |
H A D | 6lowpan.h | 218 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline() argument 222 pr_debug("%s():%s: ", caller, msg); in raw_dump_inline() 233 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table() argument 237 pr_debug("%s():%s:\n", caller, msg); in raw_dump_table() 242 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table() argument 244 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline() argument
|
/openbmc/linux/Documentation/crypto/ |
H A D | architecture.rst | 30 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/u-boot/drivers/misc/ |
H A D | mxc_ocotp.c | 169 int assert, const char *caller) in prepare_access() argument 176 printf("mxc_ocotp %s(): Invalid argument\n", caller); in prepare_access() 183 printf("mxc_ocotp %s(): Invalid argument\n", caller); in prepare_access() 196 static int finish_access(struct ocotp_regs *regs, const char *caller) in finish_access() argument 208 printf("mxc_ocotp %s(): Access protect error\n", caller); in finish_access() 216 const char *caller) in prepare_read() argument 218 return prepare_access(regs, bank, word, val != NULL, caller); in prepare_read() 349 const char *caller) in prepare_write() argument 368 return prepare_access(regs, bank, word, true, caller); in prepare_write()
|
H A D | fsl_iim.c | 101 const char *caller) in prepare_access() argument 108 printf("fsl_iim %s(): Invalid argument\n", caller); in prepare_access() 129 const char *caller) in prepare_read() argument 133 ret = prepare_access(regs, bank, word, val != NULL, caller); in prepare_read() 229 const char *caller) in prepare_write() argument 231 return prepare_access(regs, bank, word, !(val & ~0xff), caller); in prepare_write()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | ftrace.h | 103 #define make_call_t0(caller, callee, call) \ argument 106 (unsigned long) callee - (unsigned long) caller; \ 119 #define make_call_ra(caller, callee, call) \ argument 122 (unsigned long) callee - (unsigned long) caller; \
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_selftest.c | 275 static bool apply_subtest_filter(const char *caller, const char *name) in apply_subtest_filter() argument 296 if (strcmp(tok, caller)) { in apply_subtest_filter() 374 int __i915_subtests(const char *caller, in __i915_subtests() argument 388 if (!apply_subtest_filter(caller, st->name)) in __i915_subtests() 394 caller, st->name); in __i915_subtests() 398 pr_info(DRIVER_NAME ": Running %s/%s\n", caller, st->name); in __i915_subtests() 399 GEM_TRACE("Running %s/%s\n", caller, st->name); in __i915_subtests() 404 caller, st->name, err); in __i915_subtests()
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | gcc-common.h | 190 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 191 (caller)->create_edge((callee), (call_stmt), (count)) 193 #define cgraph_create_edge_including_clones(caller, callee, \ argument 195 (caller)->create_edge_including_clones((callee), \ 198 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 199 (caller)->create_edge((callee), (call_stmt), (count), (freq)) 201 #define cgraph_create_edge_including_clones(caller, callee, \ argument 203 (caller)->create_edge_including_clones((callee), \
|
/openbmc/qemu/util/ |
H A D | qemu-coroutine.c | 237 co->caller = NULL; in coroutine_delete() 280 if (to->caller) { in qemu_aio_coroutine_enter() 285 to->caller = from; in qemu_aio_coroutine_enter() 329 Coroutine *to = self->caller; in qemu_coroutine_yield() 338 self->caller = NULL; in qemu_coroutine_yield() 344 return co->caller; in qemu_coroutine_entered()
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libts/ |
H A D | 0001-Remove-TEE-driver-external-component.patch | 16 .../rpc/ts_rpc/caller/linux/component.cmake | 6 -- 17 .../ts_rpc/caller/linux/ts_rpc_caller_linux.c | 56 +++---------------- 24 diff --git a/components/rpc/ts_rpc/caller/linux/component.cmake b/components/rpc/ts_rpc/caller/linu… 26 --- a/components/rpc/ts_rpc/caller/linux/component.cmake 27 +++ b/components/rpc/ts_rpc/caller/linux/component.cmake 45 diff --git a/components/rpc/ts_rpc/caller/linux/ts_rpc_caller_linux.c b/components/rpc/ts_rpc/calle… 47 --- a/components/rpc/ts_rpc/caller/linux/ts_rpc_caller_linux.c 48 +++ b/components/rpc/ts_rpc/caller/linux/ts_rpc_caller_linux.c
|
/openbmc/linux/include/linux/ |
H A D | vmalloc.h | 60 const void *caller; member 151 const void *caller) __alloc_size(1); 153 int node, const void *caller) __alloc_size(1); 208 unsigned long flags, const void *caller); 212 const void *caller);
|