Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dsvm.c20 struct vmcb *vmcb; variable
159 void vmcb_ident(struct vmcb *vmcb) in vmcb_ident()
H A Dsvm.h212 struct __attribute__ ((__packed__)) vmcb { struct
213 struct vmcb_control_area control; argument
214 struct vmcb_save_area save; argument
H A Dsvm_tests.c2847 #define REPORT_GUEST_LBR_ERROR(vmcb) \ argument