Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h28 #define KERN_VIRT_START ASM_CONST(0xc000100000000000) macro
36 #define VMALLOC_START KERN_VIRT_START
49 #define KERN_IO_START (KERN_VIRT_START + (KERN_VIRT_SIZE >> 1))
/linux/arch/riscv/mm/
H A Dptdump.c352 {KERN_VIRT_START, ULONG_MAX}, in ptdump_check_wx()
407 kernel_ptd_info.base_addr = KERN_VIRT_START; in ptdump_init()
/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c367 ptdump_range[0].start = KERN_VIRT_START; in ptdump_init()
H A Dhashpagetable.c461 addr = KERN_VIRT_START + i * PGDIR_SIZE; in walk_pagetables()
/linux/arch/powerpc/kernel/
H A Dsetup-common.c871 pr_info("vmalloc start = 0x%lx\n", KERN_VIRT_START); in print_system_info()