Searched refs:native_pmdp_get_and_clear (Results 1 – 4 of 4) sorted by relevance
50 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear() function55 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) macro
164 static inline pmd_t native_pmdp_get_and_clear(pmd_t *pmdp) in native_pmdp_get_and_clear() function176 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) macro
85 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear() function
748 pmd_t pmd = native_pmdp_get_and_clear(pmdp); in pmdp_get_and_clear()