Searched refs:func_offset (Results 1 – 5 of 5) sorted by relevance
/linux/scripts/ |
H 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/drivers/pci/controller/dwc/ |
H A D | pci-layerscape-ep.c | 38 u32 func_offset; member 192 WARN_ON(func_no && !pcie->drvdata->func_offset); in ls_pcie_ep_get_dbi_offset() 193 return pcie->drvdata->func_offset * func_no; in ls_pcie_ep_get_dbi_offset() 208 .func_offset = 0x20000, 213 .func_offset = 0x8000,
|
/linux/include/misc/ |
H A D | ocxl.h | 367 void ocxl_config_set_actag(struct pci_dev *dev, int func_offset,
|
/linux/tools/lib/bpf/ |
H A D | libbpf.h | 710 size_t func_offset); 728 const char *binary_path, size_t func_offset,
|
H A D | libbpf.c | 12152 const char *binary_path, size_t func_offset, in bpf_program__attach_uprobe_opts() argument 12207 func_offset += sym_off; in bpf_program__attach_uprobe_opts() 12233 func_offset, pid, ref_ctr_off); in bpf_program__attach_uprobe_opts() 12241 binary_path, func_offset); in bpf_program__attach_uprobe_opts() 12248 binary_path, func_offset, pid); in bpf_program__attach_uprobe_opts() 12254 binary_path, func_offset, in bpf_program__attach_uprobe_opts() 12265 binary_path, func_offset, in bpf_program__attach_uprobe_opts() 12354 size_t func_offset) in bpf_program__attach_uprobe() argument 12358 return bpf_program__attach_uprobe_opts(prog, pid, binary_path, func_offset, &opts); in bpf_program__attach_uprobe()
|