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

/linux-4.1.27/arch/x86/mm/
H A Dinit.c36 * Index into __cachemode2pte_tbl[] is the cachemode.
41 uint16_t __cachemode2pte_tbl[_PAGE_CACHE_MODE_NUM] = { variable
49 EXPORT_SYMBOL(__cachemode2pte_tbl); variable
749 __cachemode2pte_tbl[cache] = __cm_idx2pte(entry); update_cache_mode_entry()
/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable_types.h307 extern uint16_t __cachemode2pte_tbl[_PAGE_CACHE_MODE_NUM];
323 return __cachemode2pte_tbl[pcm]; cachemode2protval()

Completed in 102 milliseconds