Searched refs:KERNEL_START (Results 1 - 15 of 15) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Defi.c365 if ((vaddr & mask) == (KERNEL_START & mask)) {
H A Dhead.S236 movl r17=KERNEL_START
925 // - for code addresses, set upper bits of addr to KERNEL_START
927 movl r18=KERNEL_START
H A Dmca_asm.S94 movl r16=KERNEL_START
172 movl r17=KERNEL_START
H A Drelocate_kernel.S98 movl r16=KERNEL_START
H A Dsetup.c239 rsvd_region[n].start = (unsigned long) ia64_imva((void *)KERNEL_START);
H A Dunwind.c2265 init_unwind_table(&unw.kernel_table, "kernel", KERNEL_START, (unsigned long) __gp,
H A Dvmlinux.lds.S7 #define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE)
39 . = KERNEL_START;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dunwind.c31 #define KERNEL_START (KERNEL_BINARY_TEXT_START - 0x1000) macro
187 unwind_table_init(&kernel_unwind_table, "kernel", KERNEL_START,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Dlart.c90 #define KERNEL_START (BLOB_START + BLOB_LEN) macro
95 #define INITRD_START (KERNEL_START + KERNEL_LEN)
612 .offset = KERNEL_START, /* MTDPART_OFS_APPEND */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dsetup.h55 #define KERNEL_START (*(unsigned long *) (PARAM+0x214)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dsystem.h27 #define KERNEL_START (GATE_ADDR+__IA64_UL_CONST(0x100000000)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dbootsetup.h26 #define KERNEL_START (*(unsigned int *) (PARAM+0x214)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dsystem.h29 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS) macro
30 #define SWAPPER_PGD KERNEL_START
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dhead.S51 #define KERNEL_START XIP_VIRT_ADDR(CONFIG_XIP_PHYS_ADDR) define
54 #define KERNEL_START KERNEL_RAM_VADDR define
245 add r0, r4, #(KERNEL_START & 0xff000000) >> 18
246 str r3, [r0, #(KERNEL_START & 0x00f00000) >> 18]!

Completed in 547 milliseconds