OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_compute_eflags
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-i386/
smm_helper.c
96
stl_phys(sm_state + 0x7f70,
cpu_compute_eflags
(env));
109
stl_phys(sm_state + 0x7ff4,
cpu_compute_eflags
(env));
seg_helper.c
279
old_eflags =
cpu_compute_eflags
(env);
635
PUSHL(ssp, esp, sp_mask,
cpu_compute_eflags
(env));
652
PUSHW(ssp, esp, sp_mask,
cpu_compute_eflags
(env));
809
PUSHQ(esp,
cpu_compute_eflags
(env));
859
env->regs[11] =
cpu_compute_eflags
(env);
[
all
...]
svm_helper.c
141
stq_phys(env->vm_hsave + offsetof(struct vmcb, save.rflags),
cpu_compute_eflags
(env));
530
stq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rflags),
cpu_compute_eflags
(env));
cpu.h
1158
static inline uint32_t
cpu_compute_eflags
(CPUX86State *env)
function
[
all
...]
Completed in 49 milliseconds