Searched refs:KERNEL_START (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/xen/
H A Dxencomm.h38 (KERNEL_START <= addr &&
39 addr < KERNEL_START + KERNEL_TR_PAGE_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dxencomm.c36 kernel_virtual_offset = KERNEL_START - ia64_tpa(KERNEL_START);
60 if (vaddr >= KERNEL_START
61 && vaddr < (KERNEL_START + KERNEL_TR_PAGE_SIZE))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lasat/image/
H A DMakefile16 KERNEL_START = $(shell $(NM) $(KERNEL_IMAGE) | grep " _text" | cut -f1 -d\ ) macro
21 HEAD_DEFINES := -D_kernel_start=0x$(KERNEL_START) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsystem.h27 #define KERNEL_START (GATE_ADDR+__IA64_UL_CONST(0x100000000)) macro
29 #define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dhead.S73 #define KERNEL_START XIP_VIRT_ADDR(CONFIG_XIP_PHYS_ADDR) define
76 #define KERNEL_START KERNEL_RAM_VADDR define
331 add r0, r4, #(KERNEL_START & 0xff000000) >> 18
332 str r3, [r0, #(KERNEL_START & 0x00f00000) >> 18]!
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dlart.c88 #define KERNEL_START (BLOB_START + BLOB_LEN) macro
93 #define INITRD_START (KERNEL_START + KERNEL_LEN)
612 .offset = KERNEL_START, /* MTDPART_OFS_APPEND */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dvmlinux.lds.S39 . = KERNEL_START;
H A Drelocate_kernel.S98 movl r16=KERNEL_START
H A Dmca_asm.S99 movl r16=KERNEL_START
169 movl r17=KERNEL_START
H A Dhead.S239 movl r17=KERNEL_START
993 // - for code addresses, set upper bits of addr to KERNEL_START
995 movl r18=KERNEL_START
H A Dsetup.c342 rsvd_region[n].start = (unsigned long) ia64_imva((void *)KERNEL_START);
H A Defi.c383 if ((vaddr & mask) == (KERNEL_START & mask)) {
H A Dunwind.c2265 init_unwind_table(&unw.kernel_table, "kernel", KERNEL_START, (unsigned long) __gp,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dsystem.h29 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS) macro
30 #define SWAPPER_PGD KERNEL_START
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dunwind.c32 #define KERNEL_START (KERNEL_BINARY_TEXT_START) macro
182 unwind_table_init(&kernel_unwind_table, "kernel", KERNEL_START,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dprocessor.h91 #error User TASK_SIZE overlaps with KERNEL_START address

Completed in 206 milliseconds