KERNEL_ORIGIN 202 arch/alpha/boot/bootp.c load(initrd_start, KERNEL_ORIGIN+KERNEL_SIZE, INITRD_IMAGE_SIZE); KERNEL_ORIGIN 204 arch/alpha/boot/bootp.c load(START_ADDR+(4*KERNEL_SIZE), KERNEL_ORIGIN, KERNEL_SIZE); KERNEL_ORIGIN 224 arch/alpha/boot/bootpz.c #define V_BOOTSTRAPPER_END KERNEL_ORIGIN KERNEL_ORIGIN 230 arch/alpha/boot/bootpz.c #define V_DATA_START KERNEL_ORIGIN KERNEL_ORIGIN 231 arch/alpha/boot/bootpz.c #define V_INITRD_START (KERNEL_ORIGIN + KERNEL_Z_SIZE) KERNEL_ORIGIN 321 arch/alpha/boot/bootpz.c srm_printk("KERNEL_ORIGIN 0x%lx\n", KERNEL_ORIGIN);