Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dentry_from_vm86.c141 v86->regs.eip = eip; in do_test()
142 ret = vm86(VM86_ENTER, v86); in do_test()
252 struct vm86plus_struct v86; in main() local
263 memset(&v86, 0, sizeof(v86)); in main()
271 v86.regs.esp = 4096; in main()
306 v86.regs.eax = 0; in main()
315 v86.regs.eflags = 0; in main()
319 v86.regs.eflags = 0; in main()
329 do_umip_tests(&v86, addr); in main()
332 v86.regs.cs = 0; in main()
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A Dar-from-env.patch7 …style=gnu -Wl,--as-needed -Llibs/x86emu v86_x86emu.o v86_mem.o v86_common.o v86.o -lx86emu -o v86d
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c260 static WHV_X64_SEGMENT_REGISTER whpx_seg_q2h(const SegmentCache *qs, int v86, in whpx_seg_q2h() argument
270 if (v86) { in whpx_seg_q2h()
391 int v86, r86; in whpx_set_registers() local
405 v86 = (env->eflags & VM_MASK); in whpx_set_registers()
430 vcxt.values[idx].Segment = whpx_seg_q2h(&env->segs[i], v86, r86); in whpx_set_registers()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1602 static inline int vm86(int func, struct vm86plus_struct *v86) in vm86() argument
1604 return syscall(__NR_vm86, func, v86); in vm86()