Searched refs:cur_func (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/pci/hotplug/ |
| H A D | ibmphp_pci.c | 36 static void assign_alt_irq(struct pci_func *cur_func, u8 class_code) in assign_alt_irq() argument 40 if (cur_func->irq[j] == 0xff) { in assign_alt_irq() 43 cur_func->irq[j] = SCSI_IRQ; in assign_alt_irq() 46 cur_func->irq[j] = LAN_IRQ; in assign_alt_irq() 49 cur_func->irq[j] = OTHER_IRQ; in assign_alt_irq() 75 struct pci_func *cur_func, *prev_func; in ibmphp_configure_card() local 84 cur_func = func; in ibmphp_configure_card() 94 ibmphp_pci_bus->number = cur_func->busno; in ibmphp_configure_card() 96 cur_func->function = function; in ibmphp_configure_card() 99 cur_func->busno, cur_func->device, cur_func->function); in ibmphp_configure_card() [all …]
|
| /linux/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm.c | 525 symbol_node_t *cur_func; in output_listing() local 545 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions); in output_listing() 546 cur_func != NULL; in output_listing() 547 cur_func = SLIST_NEXT(cur_func, links)) in output_listing() 566 for (cur_func = SLIST_FIRST(&patch_functions); in output_listing() 567 cur_func != NULL && SLIST_NEXT(cur_func, links) != NULL; in output_listing() 568 cur_func = SLIST_NEXT(cur_func, links), func_count--) { in output_listing() 571 fprintf(stdout, "\n(%s)\n", cur_func->symbol->name); in output_listing()
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 1118 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in bpf_frame_insn_idx() 1127 return cur_func(env)->regs; 1025 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) cur_func() function
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 4102 struct bpf_func_state *caller = cur_func(env); in check_stack_read_fixed_off() 9114 struct bpf_func_state *caller = cur_func(env); in check_btf_id_ok() 9374 invalidate_outgoing_stack_args(env, cur_func(env)); in btf_check_func_arg_match() 9932 if (!exception_exit && cur_func(env)->frameno) in prepare_func_exit() 10290 if (cur_func(env)->callback_depth < reg_umax(®s[BPF_REG_1])) { in check_helper_call() 10294 cur_func(env)->callback_depth = 0; in check_helper_call() 10396 invalidate_outgoing_stack_args(env, cur_func(env)); in check_helper_call() 11910 struct bpf_func_state *caller = cur_func(env); in __process_kf_arg_ptr_to_graph_root() 13098 invalidate_outgoing_stack_args(env, cur_func(env)); in check_kfunc_call() 13233 struct bpf_func_state *caller = cur_func(en in check_kfunc_call() [all...] |