| /linux-6.15/arch/riscv/include/asm/ |
| H A D | pci.h | 23 #ifndef cpumask_of_pcibus 24 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \ macro
|
| /linux-6.15/include/asm-generic/ |
| H A D | topology.h | 58 #ifndef cpumask_of_pcibus 59 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \ macro
|
| /linux-6.15/arch/mips/include/asm/mach-loongson64/ |
| H A D | topology.h | 15 #define cpumask_of_pcibus(bus) (cpu_online_mask) macro
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | topology.h | 12 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \ macro
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | topology.h | 12 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \ macro
|
| /linux-6.15/arch/mips/include/asm/mach-ip27/ |
| H A D | topology.h | 23 #define cpumask_of_pcibus(bus) (cpumask_of_node(pcibus_to_node(bus))) macro
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | topology.h | 20 #define cpumask_of_pcibus(bus) (cpu_online_mask) macro
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | topology_64.h | 28 #define cpumask_of_pcibus(bus) \ macro
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | pci.h | 116 cpumask_of_pcibus(const struct pci_bus *bus) in cpumask_of_pcibus() function
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | topology.h | 35 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \ macro
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | pci.h | 329 cpumask_of_pcibus(const struct pci_bus *bus) in cpumask_of_pcibus() function
|
| /linux-6.15/drivers/pci/ |
| H A D | pci-sysfs.c | 114 mask = cpumask_of_pcibus(to_pci_dev(dev)->bus); in pci_dev_show_local_cpu() 139 const struct cpumask *cpumask = cpumask_of_pcibus(to_pci_bus(dev)); in cpuaffinity_show() 148 const struct cpumask *cpumask = cpumask_of_pcibus(to_pci_bus(dev)); in cpulistaffinity_show()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | efx_channels.c | 70 cpumask_of_pcibus(efx->pci_dev->bus)); in count_online_cores() 365 const struct cpumask *numa_mask = cpumask_of_pcibus(efx->pci_dev->bus); in efx_set_interrupt_affinity()
|
| /linux-6.15/drivers/net/ethernet/sfc/siena/ |
| H A D | efx_channels.c | 70 cpumask_of_pcibus(efx->pci_dev->bus)); in count_online_cores() 366 const struct cpumask *numa_mask = cpumask_of_pcibus(efx->pci_dev->bus); in efx_siena_set_interrupt_affinity()
|
| /linux-6.15/drivers/infiniband/hw/erdma/ |
| H A D | erdma_main.c | 148 cpumask_set_cpu(cpumask_first(cpumask_of_pcibus(dev->pdev->bus)), in erdma_comm_irq_init()
|
| /linux-6.15/drivers/edac/ |
| H A D | skx_common.c | 263 for_each_cpu(cpu, cpumask_of_pcibus(d->util_all->bus)) { in skx_get_pkg_id()
|
| /linux-6.15/arch/x86/events/intel/ |
| H A D | uncore.c | 74 for_each_cpu(cpu, cpumask_of_pcibus(dev->bus)) { in uncore_device_to_die()
|
| /linux-6.15/drivers/infiniband/hw/qib/ |
| H A D | qib_file_ops.c | 1145 const struct cpumask *local_mask = cpumask_of_pcibus(dd->pcidev->bus); in assign_ctxt_affinity()
|
| H A D | qib_iba7322.c | 3405 local_mask = cpumask_of_pcibus(dd->pcidev->bus); in qib_setup_7322_interrupt()
|