Searched refs:vm86_mem (Results 1 – 1 of 1) sorted by relevance
1617 uint8_t *vm86_mem; in test_vm86() local1620 vm86_mem = mmap((void *)0x00000000, 0x110000, in test_vm86()1623 if (vm86_mem == MAP_FAILED) { in test_vm86()1644 memcpy(vm86_mem + (VM86_CODE_CS << 4) + VM86_CODE_IP, in test_vm86()1709 munmap(vm86_mem, 0x110000); in test_vm86()