Searched refs:KERN_VIRT_START (Results 1 – 5 of 5) sorted by relevance
28 #define KERN_VIRT_START ASM_CONST(0x8000000000000000) macro36 #define VMALLOC_START KERN_VIRT_START49 #define KERN_IO_START (KERN_VIRT_START + (KERN_VIRT_SIZE >> 1))57 #define IOREMAP_END (KERN_VIRT_START + KERN_VIRT_SIZE)
357 st.start_address = KERN_VIRT_START; in ptdump_show()401 st.start_address = KERN_VIRT_START; in ptdump_check_wx()
445 addr = KERN_VIRT_START + i * PGDIR_SIZE; in walk_pagetables()
804 pr_info("vmalloc start = 0x%lx\n", KERN_VIRT_START); in print_system_info()
287 #define KERN_VIRT_START __kernel_virt_start macro