Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dmonitor.c62 pte & PG_GLOBAL_MASK ? 'G' : '-', in print_pte()
H A Dcpu.h321 #define PG_GLOBAL_MASK (1 << PG_GLOBAL_BIT) macro