Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1617 uint8_t *vm86_mem; in test_vm86() local
1620 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()