Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dmemory.h55 #define PCI_IO_END (VMEMMAP_START - SZ_2M) macro
56 #define PCI_IO_START (PCI_IO_END - PCI_IO_SIZE)
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dpgtable.h50 #define PCI_IO_END VMEMMAP_START macro
51 #define PCI_IO_START (PCI_IO_END - PCI_IO_SIZE)
/kernel/linux/linux-5.10/arch/riscv/mm/
Dptdump.c69 {PCI_IO_END, "PCI I/O end"},
Dinit.c81 (unsigned long)PCI_IO_END); in print_vm_layout()
/kernel/linux/linux-5.10/arch/arm64/mm/
Dptdump.c53 { PCI_IO_END, "PCI I/O end" },