Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dtaskswitch2.c226 u8 *vm86_start; in test_vm86_switch() local
229 vm86_start = (void*) 0x42000; in test_vm86_switch()
230 vm86_start[0] = 0x0f; in test_vm86_switch()
231 vm86_start[1] = 0x0b; in test_vm86_switch()
246 .eip = (u32) vm86_start & 0x0f, in test_vm86_switch()
247 .cs = (u32) vm86_start >> 4, in test_vm86_switch()