Searched refs:S_HMA_BASE (Results 1 – 1 of 1) sorted by relevance
16160 #define S_HMA_BASE 16 macro16162 #define V_HMA_BASE(x) ((x) << S_HMA_BASE)16163 #define G_HMA_BASE(x) (((x) >> S_HMA_BASE) & M_HMA_BASE)