Home
last modified time | relevance | path

Searched refs:PCI_IO_END (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dmemory.h52 #define PCI_IO_END (VMEMMAP_START - SZ_8M) macro
53 #define PCI_IO_START (PCI_IO_END - PCI_IO_SIZE)
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h90 #define PCI_IO_END VMEMMAP_START macro
91 #define PCI_IO_START (PCI_IO_END - PCI_IO_SIZE)
/openbmc/linux/arch/riscv/mm/
H A Dptdump.c368 address_markers[PCI_IO_END_NR].start_address = PCI_IO_END; in ptdump_init()
H A Dinit.c137 (unsigned long)PCI_IO_END); in print_vm_layout()
/openbmc/linux/arch/arm64/mm/
H A Dptdump.c51 { PCI_IO_END, "PCI I/O end" },