Home
last modified time | relevance | path

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

/openbmc/qemu/hw/mips/
H A Dloongson3_bootp.c48 struct efi_memory_map_loongson *emap = g_map; in init_memory_map() local
50 emap->nr_map = cpu_to_le32(2); in init_memory_map()
51 emap->mem_freq = cpu_to_le32(300000000); in init_memory_map()
53 emap->map[0].node_id = cpu_to_le32(0); in init_memory_map()
54 emap->map[0].mem_type = cpu_to_le32(1); in init_memory_map()
55 emap->map[0].mem_start = cpu_to_le64(0x0); in init_memory_map()
56 emap->map[0].mem_size = cpu_to_le32(240); in init_memory_map()
58 emap->map[1].node_id = cpu_to_le32(0); in init_memory_map()
59 emap->map[1].mem_type = cpu_to_le32(2); in init_memory_map()
60 emap->map[1].mem_start = cpu_to_le64(0x90000000); in init_memory_map()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv50.c129 void *emap; in nv50_instobj_kmap() local
151 emap = eobj->map; in nv50_instobj_kmap()
157 iounmap(emap); in nv50_instobj_kmap()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0003-rarpd.c-bug-fix.patch158 static struct rarp_map emap = {