HomeSort by relevance Sort by last modified time
    Searched refs:cpu_x86_update_cr3 (Results 1 - 6 of 6) sorted by null

  /external/qemu/target-i386/
smm_helper.c 228 cpu_x86_update_cr3(env, ldl_phys(sm_state + 0x7f50));
237 cpu_x86_update_cr3(env, ldl_phys(sm_state + 0x7ff8));
misc_helper.c 171 cpu_x86_update_cr3(env, t0);
svm_helper.c 182 cpu_x86_update_cr3(env, ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.cr3)));
554 cpu_x86_update_cr3(env, ldq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr3)));
cpu.h 988 void cpu_x86_update_cr3(CPUX86State *env, target_ulong new_cr3);
    [all...]
helper.c 899 void cpu_x86_update_cr3(CPUX86State *env, target_ulong new_cr3) function
    [all...]
seg_helper.c 342 cpu_x86_update_cr3(env, new_cr3);
    [all...]

Completed in 137 milliseconds