Searched refs:KERNEL_START (Results 1 – 22 of 22) sorted by relevance
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | setup.h | 23 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS) macro 24 #define SWAPPER_PGD KERNEL_START
|
/linux-6.3-rc2/arch/arm/mm/ |
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()
|
A D | physaddr.c | 53 VIRTUAL_BUG_ON(x < (unsigned long)KERNEL_START || in __phys_addr_symbol()
|
A D | init.c | 186 memblock_reserve(__pa(KERNEL_START), KERNEL_END - KERNEL_START); in arm_memblock_init()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | task_size_32.h | 6 #error User TASK_SIZE overlaps with KERNEL_START address
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | physaddr.c | 27 VIRTUAL_BUG_ON(x < (unsigned long) KERNEL_START || in __phys_addr_symbol()
|
A D | kasan_init.c | 222 kimg_shadow_start = (u64)kasan_mem_to_shadow(KERNEL_START) & PAGE_MASK; in kasan_init_shadow() 244 early_pfn_to_nid(virt_to_pfn(lm_alias(KERNEL_START)))); in kasan_init_shadow()
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
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)
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | memory.h | 130 #define KERNEL_START _sdata macro 132 #define KERNEL_START _stext macro
|
/linux-6.3-rc2/arch/arm/kernel/ |
A 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-6.3-rc2/arch/parisc/kernel/ |
A D | unwind.c | 35 #define KERNEL_START (KERNEL_BINARY_TEXT_START) macro 192 unwind_table_init(&kernel_unwind_table, "kernel", KERNEL_START, in unwind_init()
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | vmlinux.lds.S | 43 . = KERNEL_START;
|
A D | relocate_kernel.S | 96 movl r16=KERNEL_START
|
A D | mca_asm.S | 100 movl r16=KERNEL_START 170 movl r17=KERNEL_START
|
A D | setup.c | 379 rsvd_region[n].start = (unsigned long) ia64_imva((void *)KERNEL_START); in reserve_memory()
|
A D | head.S | 240 movl r17=KERNEL_START 953 movl r18=KERNEL_START
|
A D | efi.c | 405 if ((vaddr & mask) == (KERNEL_START & mask)) { in efi_get_pal_addr()
|
A D | unwind.c | 2279 init_unwind_table(&unw.kernel_table, "kernel", KERNEL_START, (unsigned long) __gp, in unw_init()
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | memory.h | 64 #define KERNEL_START _text macro
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | head.S | 876 adrp x23, KERNEL_START 898 adrp x0, KERNEL_START // __pa(KERNEL_START)
|
/linux-6.3-rc2/arch/microblaze/ |
A D | Kconfig | 189 config KERNEL_START config
|
/linux-6.3-rc2/arch/powerpc/ |
A D | Kconfig | 1251 config KERNEL_START config 1300 config KERNEL_START config
|
Completed in 41 milliseconds