Home
last modified time | relevance | path

Searched defs:ptep_get (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h228 #define ptep_get ptep_get macro
229 static inline pte_t ptep_get(pte_t *ptep) in ptep_get() function
/linux/arch/parisc/include/asm/
H A Dpgtable.h435 static inline pte_t ptep_get(pte_t *ptep) in ptep_get() function
439 #define ptep_get ptep_get macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h1737 #define ptep_get ptep_get macro
1738 static inline pte_t ptep_get(pte_t *ptep) in ptep_get() function
1931 #define ptep_get __ptep_get macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h128 #define ptep_get(ptep) READ_ONCE(*(ptep)) macro