Searched refs:native_ptep_get_and_clear (Results 1 – 4 of 4) sorted by relevance
50 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() function55 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) macro
103 static inline pte_t native_ptep_get_and_clear(pte_t *ptep) in native_ptep_get_and_clear() function118 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) macro
91 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() function
1268 pte_t pte = native_ptep_get_and_clear(ptep); in ptep_get_and_clear()