Home
last modified time | relevance | path

Searched refs:PG_ERROR_P_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/tcg/user/
H A Dexcp_helper.c41 | (maperr ? 0 : PG_ERROR_P_MASK) in x86_cpu_record_sigsegv()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c489 error_code = PG_ERROR_P_MASK; in mmu_translate()
493 error_code = PG_ERROR_PK_MASK | PG_ERROR_P_MASK; in mmu_translate()
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c277 (env->error_code & PG_ERROR_P_MASK ? in cpu_loop()
/openbmc/qemu/target/i386/
H A Dcpu.h330 #define PG_ERROR_P_MASK 0x01 macro