Home
last modified time | relevance | path

Searched defs:vcpu_hvm_x86_32 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/xen/hvm/
H A Dhvm_vcpu.h28 struct vcpu_hvm_x86_32 { struct
29 uint32_t eax;
30 uint32_t ecx;
31 uint32_t edx;
32 uint32_t ebx;
33 uint32_t esp;
34 uint32_t ebp;
35 uint32_t esi;
36 uint32_t edi;
37 uint32_t eip;
[all …]