Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/mm/
Dfixmap.c20 static_assert(FIXADDR_TOT_START > PCI_IO_END);
Dptdump.c346 { PCI_IO_END, "PCI I/O end" }, in ptdump_init()
/linux-6.12.1/arch/arm64/include/asm/
Dmemory.h53 #define PCI_IO_END (PCI_IO_START + PCI_IO_SIZE) macro
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable.h93 #define PCI_IO_END VMEMMAP_START macro
94 #define PCI_IO_START (PCI_IO_END - PCI_IO_SIZE)
/linux-6.12.1/arch/riscv/mm/
Dptdump.c390 address_markers[PCI_IO_END_NR].start_address = PCI_IO_END; in ptdump_init()
Dinit.c142 (unsigned long)PCI_IO_END); in print_vm_layout()