OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_x86_update_cr0
(Results
1 - 5
of
5
) sorted by null
/external/qemu/target-i386/
smm_helper.c
169
cpu_x86_update_cr0
(env,
229
cpu_x86_update_cr0
(env, ldl_phys(sm_state + 0x7f58));
236
cpu_x86_update_cr0
(env, ldl_phys(sm_state + 0x7ffc));
misc_helper.c
168
cpu_x86_update_cr0
(env, t0);
svm_helper.c
180
cpu_x86_update_cr0
(env, ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.cr0)));
552
cpu_x86_update_cr0
(env, ldq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr0)) | CR0_PE_MASK);
helper.c
488
cpu_x86_update_cr0
(env, 0x60000010);
856
void
cpu_x86_update_cr0
(CPUX86State *env, uint32_t new_cr0)
function
[
all
...]
cpu.h
987
void
cpu_x86_update_cr0
(CPUX86State *env, uint32_t new_cr0);
[
all
...]
Completed in 60 milliseconds