Searched refs:KERNEL_ORIGIN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/
H A Dbootp.c131 #define KERNEL_ORIGIN \ macro
202 load(initrd_start, KERNEL_ORIGIN+KERNEL_SIZE, INITRD_IMAGE_SIZE);
204 load(START_ADDR+(4*KERNEL_SIZE), KERNEL_ORIGIN, KERNEL_SIZE);
H A Dbootpz.c178 #define KERNEL_ORIGIN \ macro
222 #define V_BOOTSTRAPPER_END KERNEL_ORIGIN
228 #define V_DATA_START KERNEL_ORIGIN
229 #define V_INITRD_START (KERNEL_ORIGIN + KERNEL_Z_SIZE)
319 srm_printk("KERNEL_ORIGIN 0x%lx\n", KERNEL_ORIGIN);

Completed in 57 milliseconds