Home
last modified time | relevance | path

Searched defs:efi_memory_map_loongson (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/mips/
H A Dloongson3_bootp.h25 struct efi_memory_map_loongson { struct
26 uint16_t vers; /* version of efi_memory_map */
27 uint32_t nr_map; /* number of memory_maps */
28 uint32_t mem_freq; /* memory frequency */
29 struct mem_map {
34 } map[128];
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h24 struct efi_memory_map_loongson { struct
25 u16 vers; /* version of efi_memory_map */
26 u32 nr_map; /* number of memory_maps */
27 u32 mem_freq; /* memory frequence */
28 struct mem_map {
33 } map[LOONGSON3_BOOT_MEM_MAP_MAX];