Searched refs:x86_mmu_index_pl (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 709 sa.mmu_index = x86_mmu_index_pl(env, cpl); in do_interrupt_protected() 754 sa.mmu_index = x86_mmu_index_pl(env, dpl); in do_interrupt_protected() 1006 sa.mmu_index = x86_mmu_index_pl(env, dpl); in do_interrupt64() 1140 sa.mmu_index = x86_mmu_index_pl(env, 0); in do_interrupt_real() 1604 sa.mmu_index = x86_mmu_index_pl(env, 0); in helper_lcall_real() 1670 sa.mmu_index = x86_mmu_index_pl(env, cpl); in helper_lcall_protected() 1798 sa.mmu_index = x86_mmu_index_pl(env, dpl); in helper_lcall_protected() 1877 sa.mmu_index = x86_mmu_index_pl(env, cpl); in helper_lcall_protected() 1935 sa.mmu_index = x86_mmu_index_pl(env, 0); in helper_iret_real() 2011 sa.mmu_index = x86_mmu_index_pl(env, cpl); in helper_ret_protected()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 2519 int x86_mmu_index_pl(CPUX86State *env, unsigned pl);
|
H A D | cpu.c | 8321 int x86_mmu_index_pl(CPUX86State *env, unsigned pl) in x86_mmu_index_pl() function 8335 return x86_mmu_index_pl(env, env->hflags & HF_CPL_MASK); in x86_cpu_mmu_index()
|