Searched refs:KERNEL_START (Results 1 – 21 of 21) sorted by relevance
/arch/alpha/include/uapi/asm/ |
D | setup.h | 23 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS) macro 24 #define SWAPPER_PGD KERNEL_START
|
/arch/arm64/mm/ |
D | physaddr.c | 27 VIRTUAL_BUG_ON(x < (unsigned long) KERNEL_START || in __phys_addr_symbol()
|
/arch/arm/mm/ |
D | physaddr.c | 53 VIRTUAL_BUG_ON(x < (unsigned long)KERNEL_START || in __phys_addr_symbol()
|
D | init.c | 288 memblock_reserve(__pa(KERNEL_START), KERNEL_END - KERNEL_START); in arm_memblock_init()
|
D | mmu.c | 1451 phys_addr_t kernel_x_start = round_down(__pa(KERNEL_START), SECTION_SIZE); in map_lowmem()
|
/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
|
/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)
|
/arch/arm/include/asm/ |
D | memory.h | 122 #define KERNEL_START _sdata macro 124 #define KERNEL_START _stext macro
|
/arch/ia64/kernel/ |
D | vmlinux.lds.S | 39 . = 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 | 365 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()
|
/arch/parisc/kernel/ |
D | unwind.c | 34 #define KERNEL_START (KERNEL_BINARY_TEXT_START) macro 190 unwind_table_init(&kernel_unwind_table, "kernel", KERNEL_START, in unwind_init()
|
/arch/arm64/include/asm/ |
D | memory.h | 79 #define KERNEL_START _text macro
|
/arch/powerpc/include/asm/ |
D | processor.h | 94 #error User TASK_SIZE overlaps with KERNEL_START address
|
/arch/microblaze/ |
D | Kconfig | 225 config KERNEL_START config
|
/arch/arm64/kernel/ |
D | head.S | 47 #define __PHYS_OFFSET (KERNEL_START - TEXT_OFFSET)
|
/arch/powerpc/ |
D | Kconfig | 1127 config KERNEL_START config 1207 config KERNEL_START config
|