Searched refs:pcibus_to_node (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/arch/sh/include/asm/
H A Dtopology.h11 #define pcibus_to_node(bus) ((void)(bus), -1) macro
12 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \
14 cpumask_of_node(pcibus_to_node(bus)))
/linux-master/arch/riscv/include/asm/
H A Dpci.h19 static inline int pcibus_to_node(struct pci_bus *bus) function
24 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \
26 cpumask_of_node(pcibus_to_node(bus)))
/linux-master/include/asm-generic/
H A Dtopology.h54 #ifndef pcibus_to_node
55 #define pcibus_to_node(bus) ((void)(bus), -1) macro
59 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \
61 cpumask_of_node(pcibus_to_node(bus)))
/linux-master/arch/arm64/include/asm/
H A Dtopology.h10 int pcibus_to_node(struct pci_bus *bus);
11 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \
13 cpumask_of_node(pcibus_to_node(bus)))
/linux-master/arch/sparc/include/asm/
H A Dtopology_64.h20 int pcibus_to_node(struct pci_bus *pbus);
22 static inline int pcibus_to_node(struct pci_bus *pbus) function
29 (pcibus_to_node(bus) == -1 ? \
31 cpumask_of_node(pcibus_to_node(bus)))
/linux-master/arch/mips/pci/
H A Dpci-ip27.c21 int pcibus_to_node(struct pci_bus *bus) function
27 EXPORT_SYMBOL(pcibus_to_node); variable
32 int nasid = pcibus_to_node(dev->bus);
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dtopology.h21 extern int pcibus_to_node(struct pci_bus *);
23 #define cpumask_of_pcibus(bus) (cpumask_of_node(pcibus_to_node(bus)))
/linux-master/arch/mips/include/asm/mach-loongson64/
H A Dtopology.h13 extern int pcibus_to_node(struct pci_bus *);
/linux-master/arch/loongarch/include/asm/
H A Dtopology.h17 extern int pcibus_to_node(struct pci_bus *);
28 #define pcibus_to_node(bus) 0 macro
/linux-master/arch/powerpc/include/asm/
H A Dtopology.h27 extern int pcibus_to_node(struct pci_bus *bus);
29 static inline int pcibus_to_node(struct pci_bus *bus) function
35 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \
37 cpumask_of_node(pcibus_to_node(bus)))
/linux-master/arch/mips/loongson64/
H A Dnuma.c189 int pcibus_to_node(struct pci_bus *bus) function
193 EXPORT_SYMBOL(pcibus_to_node); variable
/linux-master/arch/s390/include/asm/
H A Dtopology.h87 #define pcibus_to_node(bus) __pcibus_to_node(bus) macro
/linux-master/arch/powerpc/kernel/
H A Dpci_64.c281 int pcibus_to_node(struct pci_bus *bus) function
286 EXPORT_SYMBOL(pcibus_to_node); variable
H A Dpci-common.c1060 set_dev_node(&dev->dev, pcibus_to_node(dev->bus));
/linux-master/arch/arm64/kernel/
H A Dpci.c57 int pcibus_to_node(struct pci_bus *bus) function
61 EXPORT_SYMBOL(pcibus_to_node); variable
/linux-master/arch/x86/include/asm/
H A Dtopology.h78 #define pcibus_to_node(bus) __pcibus_to_node(bus) macro
/linux-master/arch/loongarch/kernel/
H A Dnuma.c417 int pcibus_to_node(struct pci_bus *bus) function
421 EXPORT_SYMBOL(pcibus_to_node); variable
/linux-master/arch/x86/kernel/
H A Dquirks.c550 node = pcibus_to_node(dev->bus) | (val & 7);
/linux-master/arch/sparc/kernel/
H A Dpci.c767 int pcibus_to_node(struct pci_bus *pbus) function
773 EXPORT_SYMBOL(pcibus_to_node); variable
/linux-master/arch/x86/events/intel/
H A Duncore_discovery.c36 int node = pcibus_to_node(dev->bus);
/linux-master/drivers/pci/
H A Dprobe.c955 set_dev_node(bus->bridge, pcibus_to_node(bus));
983 if (nr_node_ids > 1 && pcibus_to_node(bus) == NUMA_NO_NODE)
2542 set_dev_node(&dev->dev, pcibus_to_node(bus));
/linux-master/drivers/infiniband/hw/hfi1/
H A Daffinity.c159 node = pcibus_to_node(dev->bus);
/linux-master/drivers/pci/controller/
H A Dvmd.c877 sd->node = pcibus_to_node(vmd->dev->bus);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1546 if (pcibus_to_node(dd->pcidev->bus) < 0) {
1551 pcibus_to_node(dd->pcidev->bus)) {
H A Dqib_init.c124 int local_node_id = pcibus_to_node(dd->pcidev->bus);

Completed in 267 milliseconds

12