Searched refs:func_offset (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/pci/controller/dwc/ |
D | pcie-designware-ep.c | 49 unsigned int func_offset = 0; in dw_pcie_ep_func_select() local 52 func_offset = ep->ops->func_conf_select(ep, func_no); in dw_pcie_ep_func_select() 54 return func_offset; in dw_pcie_ep_func_select() 61 unsigned int func_offset = 0; in __dw_pcie_ep_reset_bar() local 64 func_offset = dw_pcie_ep_func_select(ep, func_no); in __dw_pcie_ep_reset_bar() 66 reg = func_offset + PCI_BASE_ADDRESS_0 + (4 * bar); in __dw_pcie_ep_reset_bar() 92 unsigned int func_offset = 0; in __dw_pcie_ep_find_next_cap() local 99 func_offset = dw_pcie_ep_func_select(ep, func_no); in __dw_pcie_ep_find_next_cap() 101 reg = dw_pcie_readw_dbi(pci, func_offset + cap_ptr); in __dw_pcie_ep_find_next_cap() 117 unsigned int func_offset = 0; in dw_pcie_ep_find_capability() local [all …]
|
D | pci-layerscape-ep.c | 24 u32 func_offset; member 96 WARN_ON(func_no && !pcie->drvdata->func_offset); in ls_pcie_ep_func_conf_select() 97 return pcie->drvdata->func_offset * func_no; in ls_pcie_ep_func_conf_select() 113 .func_offset = 0x20000, 119 .func_offset = 0x8000,
|
/linux-5.19.10/scripts/ |
D | faddr2line | 98 local func_offset=${func_addr#*+} 99 func_offset=${func_offset%/*} 105 if [[ -z $sym_name ]] || [[ -z $func_offset ]] || [[ $sym_name = $func_addr ]]; then 201 local addr=$(($sym_addr + $func_offset)) 203 warn "bad address: $sym_addr + $func_offset" 217 if [[ $func_offset -gt $sym_size ]]; then 219 echo "skipping $sym_name address at $addr due to size mismatch ($func_offset > $sym_size)" 228 echo "$sym_name+$func_offset/$sym_size:"
|
D | markup_oops.pl | 40 my $func_offset = 0; 166 $func_offset = $2; 170 $func_offset = $2; 183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset"); 206 …from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset");
|
/linux-5.19.10/include/misc/ |
D | ocxl.h | 367 void ocxl_config_set_actag(struct pci_dev *dev, int func_offset,
|
/linux-5.19.10/tools/lib/bpf/ |
D | libbpf.h | 551 size_t func_offset); 569 const char *binary_path, size_t func_offset,
|
D | libbpf.c | 11248 const char *binary_path, size_t func_offset, in bpf_program__attach_uprobe_opts() argument 11289 func_offset += sym_off; in bpf_program__attach_uprobe_opts() 11295 func_offset, pid, ref_ctr_off); in bpf_program__attach_uprobe_opts() 11303 binary_path, func_offset); in bpf_program__attach_uprobe_opts() 11310 binary_path, func_offset, pid); in bpf_program__attach_uprobe_opts() 11316 binary_path, func_offset, in bpf_program__attach_uprobe_opts() 11327 binary_path, func_offset, in bpf_program__attach_uprobe_opts() 11402 size_t func_offset) in bpf_program__attach_uprobe() argument 11406 return bpf_program__attach_uprobe_opts(prog, pid, binary_path, func_offset, &opts); in bpf_program__attach_uprobe()
|