Home
last modified time | relevance | path

Searched defs:native_ptep_get_and_clear (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Dpgtable-2level.h41 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() function
46 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) macro
Dpgtable-3level.h143 static inline pte_t native_ptep_get_and_clear(pte_t *ptep) in native_ptep_get_and_clear() function
152 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) macro
Dpgtable_64.h73 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() function