Searched refs:PHB_IO_BASE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | io-workarounds.c | 71 if (vaddr < PHB_IO_BASE || vaddr >= PHB_IO_END) in iowa_mem_find_bus()
|
H A D | pci_64.c | 135 area = __get_vm_area_caller(size, 0, PHB_IO_BASE, PHB_IO_END, in ioremap_phb()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | io-workarounds.c | 69 if (vaddr < PHB_IO_BASE || vaddr >= PHB_IO_END) in iowa_mem_find_bus()
|
H A D | pci_64.c | 135 area = __get_vm_area_caller(size, VM_IOREMAP, PHB_IO_BASE, PHB_IO_END, in ioremap_phb()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable.h | 48 * PHB_IO_BASE = ISA_IO_BASE + 64K to ISA_IO_BASE + 2G, PHB IO spaces 55 #define PHB_IO_BASE (ISA_IO_END) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable.h | 46 * PHB_IO_BASE = ISA_IO_BASE + 64K to ISA_IO_BASE + 2G, PHB IO spaces 54 #define PHB_IO_BASE (ISA_IO_END) macro
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/ |
H A D | ptdump.c | 274 address_markers[i++].start_address = PHB_IO_BASE; in populate_markers()
|
H A D | hashpagetable.c | 508 address_markers[5].start_address = PHB_IO_BASE; in populate_markers()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/ |
H A D | hashpagetable.c | 505 address_markers[5].start_address = PHB_IO_BASE; in populate_markers()
|
H A D | ptdump.c | 371 address_markers[i++].start_address = PHB_IO_BASE; in populate_markers()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 317 * PHB_IO_BASE = ISA_IO_BASE + 64K to ISA_IO_BASE + 2G, PHB IO spaces 323 #define PHB_IO_BASE (ISA_IO_END) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 307 * PHB_IO_BASE = ISA_IO_BASE + 64K to ISA_IO_BASE + 2G, PHB IO spaces 313 #define PHB_IO_BASE (ISA_IO_END) macro
|
Completed in 11 milliseconds