Searched refs:mem_low_va (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/vmkitmon/
H A Dguest.c282 "g->mem_low_va: 0x%lx, g->mem_high_va: 0x%lx\n",
283 frameid.base, frameid.bytes, g->mem_low_va, g->mem_high_va);
545 self->mem_low_va = 0;
568 memcpy((void *)(guest_to_host(g->mem_low_va + 0x8000)), img, img_size);
847 *(uint16_t *)guest_to_host(g->mem_low_va + 0x400) = 0x3f8; // COM1
848 *(uint16_t *)guest_to_host(g->mem_low_va + 0x402) = 0x2f8; // COM2
1273 *arr = (uint8_t *)(guest_to_host(g->mem_low_va) +
1280 *arr = (uint8_t *)(guest_to_host(g->mem_low_va) +
1513 mem = (uint8_t *)guest_to_host(g->mem_low_va);
1754 uintptr_t mem = guest_to_host(g->mem_low_va)
[all...]
H A Drealmode.c182 assert(g->mem_low_va == 0 && g->mem_high_va >= 0x100000);
249 M.mem_base = guest_to_host(g->mem_low_va);
H A Dguest.h72 lvaddr_t mem_low_va; member in struct:guest
/barrelfish-master/usr/arrakismon/
H A Dguest.c322 " g->mem_low_va: 0x%lx, g->mem_high_va: 0x%lx\n",
323 frameid.base, frameid.bytes, g->mem_low_va, g->mem_high_va);
988 memcpy((void *)(guest_to_host(g->mem_low_va + 0x8000)), img, img_size);
1005 memcpy((void *)(guest_to_host(g->mem_low_va + 0xf000)), app, sizeof(app));
1019 memcpy((void *)(guest_to_host(g->mem_low_va)), gdt, sizeof(gdt));
1038 memcpy((void *)(guest_to_host(g->mem_low_va + 0x1000)), pml4, sizeof(pml4));
1044 memcpy((void *)(guest_to_host(g->mem_low_va + 0x2000)), pdpt, sizeof(pdpt));
1058 memcpy((void *)(guest_to_host(g->mem_low_va + 0x3000)), pdir, sizeof(pdir));
1311 *(uint16_t *)guest_to_host(g->mem_low_va + 0x400) = 0x3f8; // COM1
1312 *(uint16_t *)guest_to_host(g->mem_low_va
[all...]
H A Drealmode.c182 assert(g->mem_low_va == 0 && g->mem_high_va >= 0x100000);
249 M.mem_base = guest_to_host(g->mem_low_va);
H A Dguest.h82 lvaddr_t mem_low_va; member in struct:guest

Completed in 46 milliseconds