Home
last modified time | relevance | path

Searched refs:func_offset (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c48 unsigned int func_offset = 0; in dw_pcie_ep_func_select() local
53 return func_offset; in dw_pcie_ep_func_select()
60 unsigned int func_offset = 0; in __dw_pcie_ep_reset_bar() local
91 unsigned int func_offset = 0; in __dw_pcie_ep_find_next_cap() local
116 unsigned int func_offset = 0; in dw_pcie_ep_find_capability() local
133 unsigned int func_offset = 0; in dw_pcie_ep_write_header() local
235 unsigned int func_offset = 0; in dw_pcie_ep_set_bar() local
324 unsigned int func_offset = 0; in dw_pcie_ep_get_msi() local
349 unsigned int func_offset = 0; in dw_pcie_ep_set_msi() local
374 unsigned int func_offset = 0; in dw_pcie_ep_get_msix() local
[all …]
H A Dpci-layerscape-ep.c38 u32 func_offset; member
193 WARN_ON(func_no && !pcie->drvdata->func_offset); in ls_pcie_ep_func_conf_select()
194 return pcie->drvdata->func_offset * func_no; in ls_pcie_ep_func_conf_select()
209 .func_offset = 0x20000,
214 .func_offset = 0x8000,
/openbmc/linux/scripts/
H A Dfaddr2line100 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:"
H A Dmarkup_oops.pl40 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");
/openbmc/u-boot/tools/
H A Dproftool.c470 static void out_func(ulong func_offset, int is_caller, const char *suffix) in out_func() argument
475 (func_offset); in out_func()
480 printf("%lx%s", func_offset, suffix); in out_func()
/openbmc/linux/include/misc/
H A Docxl.h367 void ocxl_config_set_actag(struct pci_dev *dev, int func_offset,
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.h674 size_t func_offset);
692 const char *binary_path, size_t func_offset,
H A Dlibbpf.c11368 const char *binary_path, size_t func_offset, in bpf_program__attach_uprobe_opts() argument
11423 func_offset += sym_off; in bpf_program__attach_uprobe_opts()
11449 func_offset, pid, ref_ctr_off); in bpf_program__attach_uprobe_opts()
11457 binary_path, func_offset); in bpf_program__attach_uprobe_opts()
11464 binary_path, func_offset, pid); in bpf_program__attach_uprobe_opts()
11470 binary_path, func_offset, in bpf_program__attach_uprobe_opts()
11481 binary_path, func_offset, in bpf_program__attach_uprobe_opts()
11560 size_t func_offset) in bpf_program__attach_uprobe() argument
11564 return bpf_program__attach_uprobe_opts(prog, pid, binary_path, func_offset, &opts); in bpf_program__attach_uprobe()