Home
last modified time | relevance | path

Searched refs:CR4_PSE_MASK (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/i386/
H A Dhelper.c190 (CR4_PGE_MASK | CR4_PAE_MASK | CR4_PSE_MASK | in cpu_x86_update_cr4()
339 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in x86_cpu_get_phys_page_attrs_debug()
H A Dmonitor.c82 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in tlb_info_32()
290 if ((pde & PG_PSE_MASK) && (env->cr[4] & CR4_PSE_MASK)) { in mem_info_32()
H A Darch_memory_mapping.c310 pse = !!(env->cr[4] & CR4_PSE_MASK); in x86_cpu_get_memory_mapping()
H A Dcpu.h244 #define CR4_PSE_MASK (1U << 4) macro
273 | CR4_DE_MASK | CR4_PSE_MASK | CR4_PAE_MASK \
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c110 if (env->cr[4] & CR4_PSE_MASK) { in get_pg_mode()