Home
last modified time | relevance | path

Searched refs:kernel_high (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/mips/
H A Dmipssim.c69 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 Dfuloong2e.c97 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 Dloongson3_virt.c355 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 Dboston.c789 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 Dmalta.c871 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 Dboot.c176 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 Dmachine.c344 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()