Home
last modified time | relevance | path

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

/linux-6.1.9/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)
66 #define VMEMMAP_END KERN_IO_START
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ !
Dpgtable.h277 #define KERN_IO_START __kernel_io_start macro
310 #define ISA_IO_BASE (KERN_IO_START)
311 #define ISA_IO_END (KERN_IO_START + 0x10000ul)
313 #define PHB_IO_END (KERN_IO_START + FULL_IO_SIZE)
/linux-6.1.9/arch/powerpc/kernel/ !
Dsetup-common.c857 pr_info("IO start = 0x%lx\n", KERN_IO_START); in print_system_info()