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

  /external/qemu/target-i386/
smm_helper.c 171 cpu_x86_update_cr4(env, 0);
227 cpu_x86_update_cr4(env, ldl_phys(sm_state + 0x7f48));
279 cpu_x86_update_cr4(env, ldl_phys(sm_state + 0x7f14));
misc_helper.c 174 cpu_x86_update_cr4(env, t0);
svm_helper.c 181 cpu_x86_update_cr4(env, ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.cr4)));
553 cpu_x86_update_cr4(env, ldq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr4)));
cpu.h 989 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4);
    [all...]
helper.c 910 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4) function
    [all...]

Completed in 529 milliseconds