Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpgtable-generic.c302 return __pte_map(&pmdval, addr); in ___pte_offset_map()
/linux-6.15/include/linux/
H A Dpgtable.h123 #define __pte_map(pmd, address) \ macro
130 static inline pte_t *__pte_map(pmd_t *pmd, unsigned long address) in __pte_map() function