Home
last modified time | relevance | path

Searched refs:KERNEL_START (Results 1 – 7 of 7) sorted by relevance

/linux/arch/alpha/include/asm/
H A Dsetup.h23 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS) macro
24 #define SWAPPER_PGD KERNEL_START
/linux/arch/arm/mm/
H A Dpmsa-v8.c255 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 Dphysaddr.c53 VIRTUAL_BUG_ON(x < (unsigned long)KERNEL_START || in __phys_addr_symbol()
/linux/arch/arm/kernel/
H A Dhead-nommu.S356 ldr r5, =KERNEL_START
371 ldr r6, =KERNEL_START
376 ldr r6, =KERNEL_START
421 ldr r6, =KERNEL_START
/linux/arch/parisc/kernel/
H A Dunwind.c36 #define KERNEL_START (KERNEL_BINARY_TEXT_START) macro
195 unwind_table_init(&kernel_unwind_table, "kernel", KERNEL_START, in unwind_init()
/linux/scripts/gdb/linux/
H A Dmm.py46 self.KERNEL_START = gdb.parse_and_eval("(unsigned long) &_text")
280 self.KERNEL_START = gdb.parse_and_eval("_text")
412 if x < self.KERNEL_START or x > self.KERNEL_END:
/linux/arch/microblaze/
H A DKconfig190 config KERNEL_START config