Searched refs:KERNEL_ORIGIN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/boot/ |
H A D | bootpz.c | 179 #define KERNEL_ORIGIN \ macro 223 #define V_BOOTSTRAPPER_END KERNEL_ORIGIN 229 #define V_DATA_START KERNEL_ORIGIN 230 #define V_INITRD_START (KERNEL_ORIGIN + KERNEL_Z_SIZE) 320 srm_printk("KERNEL_ORIGIN 0x%lx\n", KERNEL_ORIGIN); in start_kernel()
|
H A D | bootp.c | 130 #define KERNEL_ORIGIN \ macro 201 load(initrd_start, KERNEL_ORIGIN+KERNEL_SIZE, INITRD_IMAGE_SIZE); in start_kernel() 203 load(START_ADDR+(4*KERNEL_SIZE), KERNEL_ORIGIN, KERNEL_SIZE); in start_kernel()
|
/kernel/linux/linux-6.6/arch/alpha/boot/ |
H A D | bootpz.c | 179 #define KERNEL_ORIGIN \ macro 223 #define V_BOOTSTRAPPER_END KERNEL_ORIGIN 229 #define V_DATA_START KERNEL_ORIGIN 230 #define V_INITRD_START (KERNEL_ORIGIN + KERNEL_Z_SIZE) 320 srm_printk("KERNEL_ORIGIN 0x%lx\n", KERNEL_ORIGIN); in start_kernel()
|
H A D | bootp.c | 130 #define KERNEL_ORIGIN \ macro 201 load(initrd_start, KERNEL_ORIGIN+KERNEL_SIZE, INITRD_IMAGE_SIZE); in start_kernel() 203 load(START_ADDR+(4*KERNEL_SIZE), KERNEL_ORIGIN, KERNEL_SIZE); in start_kernel()
|
Completed in 3 milliseconds