Searched refs:cpu_x86_update_cr3 (Results 1 – 7 of 7) sorted by relevance
| /qemu/target/i386/tcg/sysemu/ |
| A D | smm_helper.c | 240 cpu_x86_update_cr3(env, x86_ldq_phys(cs, sm_state + 0x7f50)); in helper_rsm() 259 cpu_x86_update_cr3(env, x86_ldl_phys(cs, sm_state + 0x7ff8)); in helper_rsm()
|
| A D | misc_helper.c | 98 cpu_x86_update_cr3(env, t0); in helper_write_crN()
|
| A D | svm_helper.c | 331 cpu_x86_update_cr3(env, new_cr3); in helper_vmrun() 859 cpu_x86_update_cr3(env, x86_ldq_phys(cs, in do_vmexit()
|
| /qemu/target/i386/ |
| A D | gdbstub.c | 385 cpu_x86_update_cr3(env, tmp); in x86_cpu_gdb_write_register()
|
| A D | helper.c | 172 void cpu_x86_update_cr3(CPUX86State *env, target_ulong new_cr3) in cpu_x86_update_cr3() function
|
| A D | cpu.h | 2468 void cpu_x86_update_cr3(CPUX86State *env, target_ulong new_cr3);
|
| /qemu/target/i386/tcg/ |
| A D | seg_helper.c | 504 cpu_x86_update_cr3(env, new_cr3); in switch_tss_ra()
|
Completed in 32 milliseconds