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 | 1145 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func() function 1154 return cur_func(env)->regs; in cur_regs()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 4233 struct bpf_func_state *caller = cur_func(env); in mark_stack_arg_precision() 9623 struct bpf_func_state *caller = cur_func(env); in btf_check_func_arg_match() 9909 invalidate_outgoing_stack_args(env, cur_func(env)); in check_func_call() 10202 struct bpf_func_state *frame = cur_func(env); in account_processed_insn() 10507 if (!exception_exit && cur_func(env)->frameno) in check_reference_leak() 10895 if (cur_func(env)->callback_depth < reg_umax(®s[BPF_REG_1])) { in check_helper_call() 10899 cur_func(env)->callback_depth = 0; in check_helper_call() 11003 invalidate_outgoing_stack_args(env, cur_func(env)); in check_helper_call() 12568 struct bpf_func_state *caller = cur_func(env); in check_kfunc_args() 13901 invalidate_outgoing_stack_args(env, cur_func(env)); in check_kfunc_call() [all …]
|