Home
last modified time | relevance | path

Searched refs:PG_ERROR_W_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c104 env->error_code = PG_ERROR_W_MASK | PG_ERROR_U_MASK; in write_ok_or_segv()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c505 error_code |= PG_ERROR_W_MASK; in mmu_translate()
/openbmc/qemu/target/i386/
H A Dcpu.h331 #define PG_ERROR_W_MASK (1 << PG_ERROR_W_BIT) macro