Searched refs:KERNEL_START (Results 1 – 16 of 16) sorted by relevance
/arch/ia64/xen/ |
D | xencomm.c | 36 kernel_virtual_offset = KERNEL_START - ia64_tpa(KERNEL_START); in xencomm_initialize() 60 if (vaddr >= KERNEL_START in xencomm_vtop() 61 && vaddr < (KERNEL_START + KERNEL_TR_PAGE_SIZE)) in xencomm_vtop()
|
/arch/ia64/include/asm/xen/ |
D | xencomm.h | 38 (KERNEL_START <= addr && in xencomm_is_phys_contiguous() 39 addr < KERNEL_START + KERNEL_TR_PAGE_SIZE); in xencomm_is_phys_contiguous()
|
/arch/mips/lasat/image/ |
D | Makefile | 16 KERNEL_START = $(shell $(NM) $(KERNEL_IMAGE) | grep " _text" | cut -f1 -d\ ) macro 21 HEAD_DEFINES := -D_kernel_start=0x$(KERNEL_START) \
|
/arch/arm/kernel/ |
D | head.S | 52 #define KERNEL_START XIP_VIRT_ADDR(CONFIG_XIP_PHYS_ADDR) macro 55 #define KERNEL_START KERNEL_RAM_VADDR macro 246 add r0, r4, #(KERNEL_START & 0xff000000) >> 18 247 str r3, [r0, #(KERNEL_START & 0x00f00000) >> 18]!
|
/arch/ia64/include/asm/ |
D | system.h | 27 #define KERNEL_START (GATE_ADDR+__IA64_UL_CONST(0x100000000)) macro 29 #define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE)
|
/arch/parisc/kernel/ |
D | unwind.c | 31 #define KERNEL_START (KERNEL_BINARY_TEXT_START - 0x1000) macro 187 unwind_table_init(&kernel_unwind_table, "kernel", KERNEL_START, in unwind_init()
|
/arch/alpha/include/asm/ |
D | system.h | 29 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS) macro 30 #define SWAPPER_PGD KERNEL_START
|
/arch/powerpc/include/asm/ |
D | processor.h | 91 #error User TASK_SIZE overlaps with KERNEL_START address
|
/arch/ia64/kernel/ |
D | vmlinux.lds.S | 40 . = KERNEL_START;
|
D | relocate_kernel.S | 98 movl r16=KERNEL_START
|
D | mca_asm.S | 98 movl r16=KERNEL_START 168 movl r17=KERNEL_START
|
D | setup.c | 348 rsvd_region[n].start = (unsigned long) ia64_imva((void *)KERNEL_START); in reserve_memory()
|
D | head.S | 239 movl r17=KERNEL_START 995 movl r18=KERNEL_START
|
D | efi.c | 382 if ((vaddr & mask) == (KERNEL_START & mask)) { in efi_get_pal_addr()
|
D | unwind.c | 2264 init_unwind_table(&unw.kernel_table, "kernel", KERNEL_START, (unsigned long) __gp, in unw_init()
|
/arch/powerpc/ |
D | Kconfig | 776 config KERNEL_START config 865 config KERNEL_START config
|