Home
last modified time | relevance | path

Searched refs:VIRT_FLASH0_SIZE (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/loongarch/
H A Dvirt.h25 #define VIRT_FLASH0_SIZE VIRT_BIOS_SIZE macro
/qemu/hw/loongarch/
H A Dboot.c301 void *boot_code = g_malloc0(VIRT_FLASH0_SIZE); in loongarch_direct_kernel_boot()
303 rom_add_blob_fixed("boot_code", boot_code, VIRT_FLASH0_SIZE, VIRT_FLASH0_BASE); in loongarch_direct_kernel_boot()
H A Dvirt.c106 virt_flash_map1(flash0, VIRT_FLASH0_BASE, VIRT_FLASH0_SIZE, sysmem); in virt_flash_map()