OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:event_inj
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-i386/
svm_helper.c
112
uint32_t
event_inj
;
local
235
event_inj
= ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.
event_inj
));
236
if (
event_inj
& SVM_EVTINJ_VALID) {
237
uint8_t vector =
event_inj
& SVM_EVTINJ_VEC_MASK;
238
uint16_t valid_err =
event_inj
& SVM_EVTINJ_VALID_ERR;
243
switch (
event_inj
& SVM_EVTINJ_TYPE_MASK) {
586
ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.
event_inj
)));
seg_helper.c
1034
uint32_t
event_inj
= ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.
event_inj
));
local
1114
uint32_t
event_inj
= ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.
event_inj
));
local
[
all
...]
svm.h
158
uint32_t
event_inj
;
member in struct:vmcb_control_area
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
svm.h
82
u32
event_inj
;
member in struct:vmcb_control_area
Completed in 43 milliseconds