Home
last modified time | relevance | path

Searched refs:KERN_IO_START (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/powerpc/include/asm/nohash/64/
Dpgtable.h49 #define KERN_IO_START (KERN_VIRT_START + (KERN_VIRT_SIZE >> 1)) macro
52 #define ISA_IO_BASE (KERN_IO_START)
53 #define ISA_IO_END (KERN_IO_START + 0x10000ul)
55 #define PHB_IO_END (KERN_IO_START + FULL_IO_SIZE)
58 #define IOREMAP_END (KERN_IO_START + KERN_IO_SIZE - FIXADDR_SIZE)
67 #define VMEMMAP_END KERN_IO_START
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h260 #define KERN_IO_START __kernel_io_start macro
321 #define ISA_IO_BASE (KERN_IO_START)
322 #define ISA_IO_END (KERN_IO_START + 0x10000ul)
324 #define PHB_IO_END (KERN_IO_START + FULL_IO_SIZE)
/linux-6.12.1/arch/powerpc/kernel/
Dsetup-common.c872 pr_info("IO start = 0x%lx\n", KERN_IO_START); in print_system_info()