Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dinit.c51 * Index into __cachemode2pte_tbl[] is the cachemode.
56 static uint16_t __cachemode2pte_tbl[_PAGE_CACHE_MODE_NUM] = { variable
69 return __cachemode2pte_tbl[pcm]; in cachemode2protval()
88 * mode via the __cachemode2pte_tbl[] into protection bits (those protection
95 uint16_t prot = __cachemode2pte_tbl[_PAGE_CACHE_MODE_WP]; in x86_has_pat_wp()
1060 __cachemode2pte_tbl[cache] = __cm_idx2pte(entry); in update_cache_mode_entry()
/kernel/linux/linux-6.6/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]; in cachemode2protval()
85 * mode via the __cachemode2pte_tbl[] into protection bits (those protection
92 uint16_t prot = __cachemode2pte_tbl[_PAGE_CACHE_MODE_WP]; in x86_has_pat_wp()
1076 __cachemode2pte_tbl[cache] = __cm_idx2pte(entry); in update_cache_mode_entry()

Completed in 3 milliseconds