Home
last modified time | relevance | path

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

/Linux-v4.19/arch/microblaze/include/asm/
Dpgalloc.h40 #define pte_quicklist (quicklists.pte_cache) macro
140 ret = pte_quicklist; in pte_alloc_one_fast()
142 pte_quicklist = (unsigned long *)(*ret); in pte_alloc_one_fast()
151 *(unsigned long **)pte = pte_quicklist; in pte_free_fast()
152 pte_quicklist = (unsigned long *) pte; in pte_free_fast()