Home
last modified time | relevance | path

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

/arch/microblaze/include/asm/
Dpgalloc.h34 unsigned long *pte_cache; member
40 #define pte_quicklist (quicklists.pte_cache)
Dpgtable.h339 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; } in pte_cache() function