Searched refs:cpu_x86_set_cpl (Results 1 – 3 of 3) sorted by relevance
/external/qemu/target-i386/ |
D | seg_helper.c | 366 cpu_x86_set_cpl(env, 3); in switch_tss() 369 cpu_x86_set_cpl(env, new_segs[R_CS] & 3); in switch_tss() 678 cpu_x86_set_cpl(env, dpl); in do_interrupt_protected() 827 cpu_x86_set_cpl(env, dpl); in do_interrupt64() 863 cpu_x86_set_cpl(env, 0); in helper_syscall() 883 cpu_x86_set_cpl(env, 0); in helper_syscall() 938 cpu_x86_set_cpl(env, 3); in helper_sysret() 952 cpu_x86_set_cpl(env, 3); in helper_sysret() 1717 cpu_x86_set_cpl(env, dpl); in helper_lcall_protected() 1921 cpu_x86_set_cpl(env, rpl); in helper_ret_protected() [all …]
|
D | svm_helper.c | 215 cpu_x86_set_cpl(env, ldub_phys(env->vm_vmcb + offsetof(struct vmcb, save.cpl))); in helper_vmrun() 581 cpu_x86_set_cpl(env, 0); in helper_vmexit()
|
D | cpu.h | 931 static inline void cpu_x86_set_cpl(CPUX86State *s, int cpl) in cpu_x86_set_cpl() function
|