Searched refs:KERN_VIRT_START (Results 1 – 8 of 8) 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)
14 #define KASAN_SHADOW_START KERN_VIRT_START /* 2^64 - 2^38 */
440 #define KERN_VIRT_START (-(BIT(CONFIG_VA_BITS)) + TASK_SIZE) macro442 #define KERN_VIRT_START FIXADDR_START macro
83 .base_addr = KERN_VIRT_START,310 {KERN_VIRT_START, ULONG_MAX}, in ptdump_check_wx()
407 st.start_address = KERN_VIRT_START; in ptdump_show()451 st.start_address = KERN_VIRT_START; in ptdump_check_wx()
458 addr = KERN_VIRT_START + i * PGDIR_SIZE; in walk_pagetables()
820 pr_info("vmalloc start = 0x%lx\n", KERN_VIRT_START); in print_system_info()
286 #define KERN_VIRT_START __kernel_virt_start macro