Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_mmu.h30 #define PT_GLOBAL (1 << 8) macro
H A Dx86_mmu.c33 #define pte_global_access(pte) (pte & PT_GLOBAL)