Searched refs:PG_GLOBAL_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/ | ||
H A D | monitor.c | 62 pte & PG_GLOBAL_MASK ? 'G' : '-', in print_pte() |
H A D | cpu.h | 321 #define PG_GLOBAL_MASK (1 << PG_GLOBAL_BIT) macro |