Home
last modified time | relevance | path

Searched refs:arch_can_pci_mmap_wc (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dpci.h19 #define arch_can_pci_mmap_wc() 1 macro
/openbmc/linux/arch/ia64/include/asm/
H A Dpci.h35 #define arch_can_pci_mmap_wc() 1 macro
/openbmc/linux/arch/x86/include/asm/
H A Dpci.h98 #define arch_can_pci_mmap_wc() pat_enabled() macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dpci.h76 #define arch_can_pci_mmap_wc() 1 macro
/openbmc/linux/Documentation/translations/zh_CN/PCI/
H A Dsysfs-pci.rst122 支持PCI资源的写组合映射的平台必须定义arch_can_pci_mmap_wc(),当写组合被允许时,在运行时应
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmem.c220 dev->wc_support = arch_can_pci_mmap_wc(); in mlx5_ib_test_wc()
/openbmc/linux/drivers/pci/
H A Dproc.c224 if (arch_can_pci_mmap_wc()) { in proc_bus_pci_ioctl()
H A Dpci-sysfs.c1264 if (!retval && arch_can_pci_mmap_wc() && in pci_create_resource_files()
/openbmc/linux/Documentation/PCI/
H A Dsysfs-pci.rst132 arch_can_pci_mmap_wc() which shall evaluate to non-zero at runtime when
/openbmc/linux/include/linux/
H A Dpci.h2063 #ifndef arch_can_pci_mmap_wc
2064 #define arch_can_pci_mmap_wc() 0 macro