Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h279 #define TTE_GLOBAL_BIT (1ULL << 0) macro
305 #define TTE_IS_GLOBAL(tte) ((tte) & TTE_GLOBAL_BIT)