/Linux-v4.19/arch/alpha/include/uapi/asm/ |
D | setup.h | 23 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS) macro 24 #define SWAPPER_PGD KERNEL_START
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | head.S | 33 #define KERNEL_START KERNEL_RAM_VADDR macro 108 add r0, r4, #(KERNEL_START & 0xff000000) >> 20 109 stw.w r1, [r0+], #(KERNEL_START & 0x00c00000) >> 20
|
/Linux-v4.19/arch/arm/mm/ |
D | pmsa-v8.c | 254 subtract_range(mem, ARRAY_SIZE(mem), __pa(KERNEL_START), __pa(KERNEL_END)); in pmsav8_setup() 255 subtract_range(io, ARRAY_SIZE(io), __pa(KERNEL_START), __pa(KERNEL_END)); in pmsav8_setup() 279 err |= pmsav8_setup_fixed(region++, __pa(KERNEL_START), __pa(KERNEL_END)); in pmsav8_setup()
|
D | physaddr.c | 53 VIRTUAL_BUG_ON(x < (unsigned long)KERNEL_START || in __phys_addr_symbol()
|
D | init.c | 284 memblock_reserve(__pa(KERNEL_START), KERNEL_END - KERNEL_START); in arm_memblock_init()
|
D | mmu.c | 1432 phys_addr_t kernel_x_start = round_down(__pa(KERNEL_START), SECTION_SIZE); in map_lowmem()
|
/Linux-v4.19/arch/arm64/mm/ |
D | physaddr.c | 27 VIRTUAL_BUG_ON(x < (unsigned long) KERNEL_START || in __phys_addr_symbol()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | page.h | 232 #define KERNEL_START (GATE_ADDR+__IA64_UL_CONST(0x100000000)) macro 234 #define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE)
|
/Linux-v4.19/arch/arm/include/asm/ |
D | memory.h | 117 #define KERNEL_START _sdata macro 119 #define KERNEL_START _stext macro
|
/Linux-v4.19/arch/arm/kernel/ |
D | head-nommu.S | 357 ldr r5, =KERNEL_START 372 ldr r6, =KERNEL_START 377 ldr r6, =KERNEL_START 422 ldr r6, =KERNEL_START
|
/Linux-v4.19/arch/parisc/kernel/ |
D | unwind.c | 32 #define KERNEL_START (KERNEL_BINARY_TEXT_START) macro 189 unwind_table_init(&kernel_unwind_table, "kernel", KERNEL_START, in unwind_init()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | vmlinux.lds.S | 40 . = KERNEL_START;
|
D | relocate_kernel.S | 98 movl r16=KERNEL_START
|
D | mca_asm.S | 100 movl r16=KERNEL_START 170 movl r17=KERNEL_START
|
D | setup.c | 354 rsvd_region[n].start = (unsigned long) ia64_imva((void *)KERNEL_START); in reserve_memory()
|
D | head.S | 240 movl r17=KERNEL_START 958 movl r18=KERNEL_START
|
D | efi.c | 391 if ((vaddr & mask) == (KERNEL_START & mask)) { in efi_get_pal_addr()
|
D | unwind.c | 2279 init_unwind_table(&unw.kernel_table, "kernel", KERNEL_START, (unsigned long) __gp, in unw_init()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | memory.h | 73 #define KERNEL_START _text macro
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | processor.h | 93 #error User TASK_SIZE overlaps with KERNEL_START address
|
/Linux-v4.19/arch/microblaze/ |
D | Kconfig | 221 config KERNEL_START config
|
/Linux-v4.19/arch/arm64/kernel/ |
D | head.S | 47 #define __PHYS_OFFSET (KERNEL_START - TEXT_OFFSET)
|
/Linux-v4.19/arch/powerpc/ |
D | Kconfig | 1109 config KERNEL_START config 1189 config KERNEL_START config
|