Searched refs:mem_base (Results 1 - 9 of 9) sorted by relevance

/barrelfish-2018-10-04/lib/x86emu/
H A Dsys.c76 val = *(u8*)(M.mem_base + addr);
103 val = (*(u8*)(M.mem_base + addr) |
104 (*(u8*)(M.mem_base + addr + 1) << 8));
108 val = *(u16*)(M.mem_base + addr);
134 val = (*(u8*)(M.mem_base + addr + 0) |
135 (*(u8*)(M.mem_base + addr + 1) << 8) |
136 (*(u8*)(M.mem_base + addr + 2) << 16) |
137 (*(u8*)(M.mem_base + addr + 3) << 24));
141 val = *(u32*)(M.mem_base + addr);
165 *(u8*)(M.mem_base
[all...]
/barrelfish-2018-10-04/lib/numa/
H A Dnuma_internal.h66 lpaddr_t mem_base; ///< base address of the memory member in struct:numa_node
H A Dutilities.c48 "] of %" PRIu64 " MB\n", nodeid, node->mem_base, node->mem_limit,
49 (uint64_t)(node->mem_limit - node->mem_base) >> 20);
179 topology->nodes[parsed].mem_base = base;
H A Dnuma.c294 return (numa_topology.nodes[node].mem_limit - numa_topology.nodes[node].mem_base);
308 return numa_topology.nodes[node].mem_base;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_profile.c77 u64 mem_base, mem_avail; local
124 mem_base = 0;
127 mem_base = dev->ddr_start;
148 profile[i].start = mem_base + total_size;
/barrelfish-2018-10-04/usr/arrakismon/
H A Drealmode.c178 M.mem_base = guest_to_host(g->mem_low_va);
247 uint8_t *code = (uint8_t *)(M.mem_base + (M.x86.R_CS << 4) + M.x86.R_EIP);
/barrelfish-2018-10-04/usr/vmkitmon/
H A Drealmode.c248 M.mem_base = guest_to_host(g->mem_low_va);
375 uint8_t *code = (uint8_t *)(M.mem_base + (M.x86.R_CS << 4) + M.x86.R_EIP);
/barrelfish-2018-10-04/include/x86emu/
H A Dregs.h299 mem_base - Base real mode memory for the emulator
305 unsigned long mem_base; member in struct:__anon398
/barrelfish-2018-10-04/usr/drivers/vbe/
H A Dint10.c277 _X86EMU_env.mem_base = 0;

Completed in 138 milliseconds