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

/barrelfish-2018-10-04/usr/arrakismon/
H A Dguest.c548 self->mem_low_va = 0;
568 memcpy((void *)(guest_to_host(g->mem_low_va + 0x8000)), img, img_size);
585 memcpy((void *)(guest_to_host(g->mem_low_va + 0xf000)), app, sizeof(app));
599 memcpy((void *)(guest_to_host(g->mem_low_va)), gdt, sizeof(gdt));
618 memcpy((void *)(guest_to_host(g->mem_low_va + 0x1000)), pml4, sizeof(pml4));
624 memcpy((void *)(guest_to_host(g->mem_low_va + 0x2000)), pdpt, sizeof(pdpt));
638 memcpy((void *)(guest_to_host(g->mem_low_va + 0x3000)), pdir, sizeof(pdir));
832 *(uint16_t *)guest_to_host(g->mem_low_va + 0x400) = 0x3f8; // COM1
833 *(uint16_t *)guest_to_host(g->mem_low_va + 0x402) = 0x2f8; // COM2
1087 *arr = (uint8_t *)(guest_to_host(g->mem_low_va)
[all...]
H A Drealmode.c153 assert(g->mem_low_va == 0 && g->mem_high_va >= 0x100000);
178 M.mem_base = guest_to_host(g->mem_low_va);
H A Dguest.h63 lvaddr_t mem_low_va; member in struct:guest
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dguest.c268 "g->mem_low_va: 0x%lx, g->mem_high_va: 0x%lx\n",
269 frameid.base, frameid.bytes, g->mem_low_va, g->mem_high_va);
531 self->mem_low_va = 0;
549 memcpy((void *)(guest_to_host(g->mem_low_va + 0x8000)), img, img_size);
828 *(uint16_t *)guest_to_host(g->mem_low_va + 0x400) = 0x3f8; // COM1
829 *(uint16_t *)guest_to_host(g->mem_low_va + 0x402) = 0x2f8; // COM2
1254 *arr = (uint8_t *)(guest_to_host(g->mem_low_va) +
1261 *arr = (uint8_t *)(guest_to_host(g->mem_low_va) +
1493 mem = (uint8_t *)guest_to_host(g->mem_low_va);
1734 uintptr_t mem = guest_to_host(g->mem_low_va)
[all...]
H A Drealmode.c181 assert(g->mem_low_va == 0 && g->mem_high_va >= 0x100000);
248 M.mem_base = guest_to_host(g->mem_low_va);
H A Dguest.h72 lvaddr_t mem_low_va; member in struct:guest

Completed in 46 milliseconds