Searched refs:get_base_addr (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | attach_probe.c | 5 ssize_t get_base_addr() { in get_base_addr() function 35 base_addr = get_base_addr(); in test_attach_probe() 36 if (CHECK(base_addr < 0, "get_base_addr", in test_attach_probe() 39 uprobe_offset = (size_t)&get_base_addr - base_addr; in test_attach_probe() 94 get_base_addr(); in test_attach_probe()
|
/kernel/linux/linux-5.10/arch/x86/pci/ |
H A D | mmconfig_32.c | 27 static u32 get_base_addr(unsigned int seg, int bus, unsigned devfn) in get_base_addr() function 63 base = get_base_addr(seg, bus, devfn); in pci_mmcfg_read() 100 base = get_base_addr(seg, bus, devfn); in pci_mmcfg_write()
|
/kernel/linux/linux-6.6/arch/x86/pci/ |
H A D | mmconfig_32.c | 27 static u32 get_base_addr(unsigned int seg, int bus, unsigned devfn) in get_base_addr() function 63 base = get_base_addr(seg, bus, devfn); in pci_mmcfg_read() 100 base = get_base_addr(seg, bus, devfn); in pci_mmcfg_write()
|
Completed in 2 milliseconds