Home
last modified time | relevance | path

Searched refs:PG_ERROR_W_BIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/tcg/user/
H A Dexcp_helper.c40 env->error_code = ((access_type == MMU_DATA_STORE) << PG_ERROR_W_BIT) in x86_cpu_record_sigsegv()
/openbmc/qemu/target/i386/
H A Dcpu.h321 #define PG_ERROR_W_BIT 1 macro
324 #define PG_ERROR_W_MASK (1 << PG_ERROR_W_BIT)