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

/external/qemu/target-i386/
H A Dcpu.h246 #define PG_ERROR_W_BIT 1 macro
249 #define PG_ERROR_W_MASK (1 << PG_ERROR_W_BIT)
H A Dhelper.c950 env->error_code = (is_write << PG_ERROR_W_BIT);
1252 error_code |= (is_write << PG_ERROR_W_BIT);

Completed in 63 milliseconds