Searched refs:__cachemode2pte_tbl (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/mm/
H A Dinit.c48 * Index into __cachemode2pte_tbl[] is the cachemode.
53 static uint16_t __cachemode2pte_tbl[_PAGE_CACHE_MODE_NUM] = { variable
66 return __cachemode2pte_tbl[pcm];
85 * mode via the __cachemode2pte_tbl[] into protection bits (those protection
92 uint16_t prot = __cachemode2pte_tbl[_PAGE_CACHE_MODE_WP];
1076 __cachemode2pte_tbl[cache] = __cm_idx2pte(entry);

Completed in 101 milliseconds