Searched refs:kernel_high (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/mips/ |
H A D | mipssim.c | 69 uint64_t entry, kernel_high, initrd_size; in load_kernel() local 76 &kernel_high, NULL, TARGET_BIG_ENDIAN, in load_kernel() 91 initrd_offset = ROUND_UP(kernel_high, INITRD_PAGE_SIZE); in load_kernel()
|
H A D | fuloong2e.c | 97 uint64_t kernel_entry, kernel_high, initrd_size; in load_kernel() local 107 &kernel_high, NULL, in load_kernel() 122 initrd_offset = ROUND_UP(kernel_high, INITRD_PAGE_SIZE); in load_kernel()
|
H A D | loongson3_virt.c | 355 uint64_t kernel_entry, kernel_low, kernel_high, initrd_size; in load_kernel() local 360 &kernel_low, &kernel_high, in load_kernel() 376 ROUND_UP(kernel_high, INITRD_PAGE_SIZE)); in load_kernel()
|
H A D | boston.c | 789 uint64_t kernel_entry, kernel_high; in boston_mach_init() local 794 &kernel_entry, NULL, &kernel_high, in boston_mach_init() 801 hwaddr dtb_paddr = QEMU_ALIGN_UP(kernel_high, 64 * KiB); in boston_mach_init()
|
H A D | malta.c | 871 uint64_t kernel_entry, kernel_high, initrd_size; in load_kernel() local 882 &kernel_high, NULL, TARGET_BIG_ENDIAN, EM_MIPS, in load_kernel() 912 if (kernel_high >= initrd_offset) { in load_kernel()
|
/openbmc/qemu/hw/loongarch/ |
H A D | boot.c | 176 uint64_t kernel_entry, kernel_low, kernel_high; in load_kernel_info() local 182 &kernel_high, NULL, 0, in load_kernel_info() 195 initrd_offset = ROUND_UP(kernel_high + 4 * kernel_size, 64 * KiB); in load_kernel_info()
|
/openbmc/qemu/hw/hppa/ |
H A D | machine.c | 344 uint64_t kernel_entry = 0, kernel_low, kernel_high; in machine_HP_common_init_tail() local 458 NULL, &kernel_entry, &kernel_low, &kernel_high, NULL, in machine_HP_common_init_tail() 470 kernel_low, kernel_high, kernel_entry, size / KiB); in machine_HP_common_init_tail() 498 if (initrd_base < kernel_high) { in machine_HP_common_init_tail()
|