Searched refs:func_offset (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
A D | pcie-designware-ep.c | 47 unsigned int func_offset = 0; in dw_pcie_ep_func_select() local 52 return func_offset; in dw_pcie_ep_func_select() 59 unsigned int func_offset = 0; in __dw_pcie_ep_reset_bar() local 90 unsigned int func_offset = 0; in __dw_pcie_ep_find_next_cap() local 115 unsigned int func_offset = 0; in dw_pcie_ep_find_capability() local 132 unsigned int func_offset = 0; in dw_pcie_ep_write_header() local 234 unsigned int func_offset = 0; in dw_pcie_ep_set_bar() local 323 unsigned int func_offset = 0; in dw_pcie_ep_get_msi() local 348 unsigned int func_offset = 0; in dw_pcie_ep_set_msi() local 373 unsigned int func_offset = 0; in dw_pcie_ep_get_msix() local [all …]
|
A D | pci-layerscape-ep.c | 24 u32 func_offset; member 87 WARN_ON(func_no && !pcie->drvdata->func_offset); in ls_pcie_ep_func_conf_select() 88 return pcie->drvdata->func_offset * func_no; in ls_pcie_ep_func_conf_select() 103 .func_offset = 0x20000, 108 .func_offset = 0x8000,
|
/linux-6.3-rc2/scripts/ |
A D | faddr2line | 100 local func_offset=${func_addr#*+} 101 func_offset=${func_offset%/*} 107 if [[ -z $sym_name ]] || [[ -z $func_offset ]] || [[ $sym_name = $func_addr ]]; then 203 local addr=$(($sym_addr + $func_offset)) 205 warn "bad address: $sym_addr + $func_offset" 219 if [[ $func_offset -gt $sym_size ]]; then 221 echo "skipping $sym_name address at $addr due to size mismatch ($func_offset > $sym_size)" 230 echo "$sym_name+$func_offset/$sym_size:"
|
A 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-6.3-rc2/include/misc/ |
A D | ocxl.h | 367 void ocxl_config_set_actag(struct pci_dev *dev, int func_offset,
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | libbpf.h | 596 size_t func_offset); 614 const char *binary_path, size_t func_offset,
|
A D | libbpf.c | 10772 const char *binary_path, size_t func_offset, in bpf_program__attach_uprobe_opts() argument 10811 func_offset += sym_off; in bpf_program__attach_uprobe_opts() 10817 func_offset, pid, ref_ctr_off); in bpf_program__attach_uprobe_opts() 10825 binary_path, func_offset); in bpf_program__attach_uprobe_opts() 10832 binary_path, func_offset, pid); in bpf_program__attach_uprobe_opts() 10838 binary_path, func_offset, in bpf_program__attach_uprobe_opts() 10849 binary_path, func_offset, in bpf_program__attach_uprobe_opts() 10928 size_t func_offset) in bpf_program__attach_uprobe() argument 10932 return bpf_program__attach_uprobe_opts(prog, pid, binary_path, func_offset, &opts); in bpf_program__attach_uprobe()
|
Completed in 45 milliseconds