Searched refs:stack_entry (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_fw_mips.c | 97 const struct pvr_fw_layout_entry *stack_entry; in pvr_mips_fw_process() local 122 stack_entry = pvr_fw_find_layout_entry(pvr_dev, MIPS_STACK); in pvr_mips_fw_process() 123 if (!stack_entry) in pvr_mips_fw_process() 129 WARN_ON(pvr_fw_object_get_dma_addr(fw_dev->mem.data_obj, stack_entry->alloc_offset, in pvr_mips_fw_process()
|
| /linux-6.15/net/unix/ |
| H A D | garbage.c | 90 struct list_head stack_entry; member 436 list_add(&edge->stack_entry, &edge_stack); in __unix_walk_scc() 445 edge = list_first_entry(&edge_stack, typeof(*edge), stack_entry); in __unix_walk_scc() 446 list_del_init(&edge->stack_entry); in __unix_walk_scc()
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | verifier.c | 104 struct bpf_stack_state *stack_entry; in nfp_bpf_map_update_value_ok() local 108 stack_entry = &state->stack[soff / BPF_REG_SIZE]; in nfp_bpf_map_update_value_ok() 109 if (stack_entry->slot_type[soff % BPF_REG_SIZE] == STACK_ZERO) in nfp_bpf_map_update_value_ok()
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_entries.h | 216 FTRACE_ENTRY(kernel_stack, stack_entry,
|
| H A D | trace_output.c | 1340 struct stack_entry *field; in trace_stack_print()
|
| H A D | trace.h | 527 IF_ASSIGN(var, ent, struct stack_entry, TRACE_STACK); \
|
| H A D | trace_osnoise.c | 631 struct stack_entry *entry; in __timerlat_dump_stack()
|
| H A D | trace.c | 2947 struct stack_entry *entry; in __ftrace_trace_stack()
|
| /linux-6.15/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_core.c | 9570 u_int stack_entry; in ahd_probe_stack_size() local 9572 stack_entry = ahd_inb(ahd, STACK) in ahd_probe_stack_size() 9574 if (stack_entry != i) in ahd_probe_stack_size()
|