/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | setup.h | 23 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS) macro 24 #define SWAPPER_PGD KERNEL_START
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | setup.h | 23 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS) macro 24 #define SWAPPER_PGD KERNEL_START
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | task_size_32.h | 6 #error User TASK_SIZE overlaps with KERNEL_START address
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | task_size_32.h | 6 #error User TASK_SIZE overlaps with KERNEL_START address
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | page.h | 202 #define KERNEL_START (GATE_ADDR+__IA64_UL_CONST(0x100000000)) macro 204 #define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE)
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | pmsa-v8.c | 255 subtract_range(mem, ARRAY_SIZE(mem), __pa(KERNEL_START), __pa(KERNEL_END)); in pmsav8_setup() 256 subtract_range(io, ARRAY_SIZE(io), __pa(KERNEL_START), __pa(KERNEL_END)); in pmsav8_setup() 280 err |= pmsav8_setup_fixed(region++, __pa(KERNEL_START), __pa(KERNEL_END)); in pmsav8_setup()
|
H A D | physaddr.c | 53 VIRTUAL_BUG_ON(x < (unsigned long)KERNEL_START || in __phys_addr_symbol()
|
H A D | init.c | 227 memblock_reserve(__pa(KERNEL_START), KERNEL_END - KERNEL_START); in arm_memblock_init()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | pmsa-v8.c | 255 subtract_range(mem, ARRAY_SIZE(mem), __pa(KERNEL_START), __pa(KERNEL_END)); in pmsav8_setup() 256 subtract_range(io, ARRAY_SIZE(io), __pa(KERNEL_START), __pa(KERNEL_END)); in pmsav8_setup() 280 err |= pmsav8_setup_fixed(region++, __pa(KERNEL_START), __pa(KERNEL_END)); in pmsav8_setup()
|
H A D | physaddr.c | 53 VIRTUAL_BUG_ON(x < (unsigned long)KERNEL_START || in __phys_addr_symbol()
|
H A D | init.c | 186 memblock_reserve(__pa(KERNEL_START), KERNEL_END - KERNEL_START); in arm_memblock_init()
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | physaddr.c | 27 VIRTUAL_BUG_ON(x < (unsigned long) KERNEL_START || in __phys_addr_symbol()
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | physaddr.c | 27 VIRTUAL_BUG_ON(x < (unsigned long) KERNEL_START || in __phys_addr_symbol()
|
H A D | kasan_init.c | 222 kimg_shadow_start = (u64)kasan_mem_to_shadow(KERNEL_START) & PAGE_MASK; in kasan_init_shadow() 243 early_pfn_to_nid(virt_to_pfn(lm_alias(KERNEL_START)))); in kasan_init_shadow()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | memory.h | 124 #define KERNEL_START _sdata macro 126 #define KERNEL_START _stext macro
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | page.h | 229 #define KERNEL_START (GATE_ADDR+__IA64_UL_CONST(0x100000000)) macro 231 #define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE)
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | memory.h | 135 #define KERNEL_START _sdata macro 137 #define KERNEL_START _stext macro
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | head-nommu.S | 355 ldr r5, =KERNEL_START 368 /* Setup Background: 0x0 - min(KERNEL_START, XIP_PHYS_ADDR) */ 370 ldr r6, =KERNEL_START 375 ldr r6, =KERNEL_START 414 /* Setup Background: min(_exiprom, KERNEL_END) - max(KERNEL_START, XIP_PHYS_ADDR) */ 420 ldr r6, =KERNEL_START
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | head-nommu.S | 356 ldr r5, =KERNEL_START 369 /* Setup Background: 0x0 - min(KERNEL_START, XIP_PHYS_ADDR) */ 371 ldr r6, =KERNEL_START 376 ldr r6, =KERNEL_START 415 /* Setup Background: min(_exiprom, KERNEL_END) - max(KERNEL_START, XIP_PHYS_ADDR) */ 421 ldr r6, =KERNEL_START
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | vmlinux.lds.S | 43 . = KERNEL_START;
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | vmlinux.lds.S | 43 . = KERNEL_START;
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | unwind.c | 34 #define KERNEL_START (KERNEL_BINARY_TEXT_START) macro 191 unwind_table_init(&kernel_unwind_table, "kernel", KERNEL_START, in unwind_init()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | unwind.c | 36 #define KERNEL_START (KERNEL_BINARY_TEXT_START) macro 193 unwind_table_init(&kernel_unwind_table, "kernel", KERNEL_START, in unwind_init()
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | mm.py | 104 self.KERNEL_START = gdb.parse_and_eval("_text") 236 if x < self.KERNEL_START or x > self.KERNEL_END:
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | memory.h | 67 #define KERNEL_START _text macro
|