Home
last modified time | relevance | path

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

/qemu/include/hw/loongarch/
H A Dvirt.h24 #define VIRT_FLASH0_BASE VIRT_BIOS_BASE macro
/qemu/hw/loongarch/
H A Dboot.c303 rom_add_blob_fixed("boot_code", boot_code, VIRT_FLASH0_SIZE, VIRT_FLASH0_BASE); in loongarch_direct_kernel_boot()
311 lacpu->env.elf_address = 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()