Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dpgtable-generic.c300 return __pte_map(&pmdval, addr); in __pte_offset_map()
/linux-6.6.21/include/linux/
Dpgtable.h100 #define __pte_map(pmd, address) \ macro
107 static inline pte_t *__pte_map(pmd_t *pmd, unsigned long address) in __pte_map() function