Searched refs:pmd_mknotpresent (Results 1 – 8 of 8) sorted by relevance
32 #define pmd_mknotpresent(pmd) pte_pmd(pte_mknotpresent(pmd_pte(pmd))) macro
195 set_pmd_at(vma->vm_mm, address, pmdp, pmd_mknotpresent(entry)); in pmdp_invalidate()
261 static inline pmd_t pmd_mknotpresent(pmd_t pmd) in pmd_mknotpresent() function
468 #define pmd_mknotpresent(pmd) pte_pmd(pte_mknotpresent(pmd_pte(pmd))) macro
533 static inline pmd_t pmd_mknotpresent(pmd_t pmd) in pmd_mknotpresent() function
612 static inline pmd_t pmd_mknotpresent(pmd_t pmd) in pmd_mknotpresent() function
302 static inline pmd_t pmd_mknotpresent(pmd_t pmd) in pmd_mknotpresent() function
359 #define pmd_mknotpresent(pmd) (__pmd(pmd_val(pmd) & ~PMD_SECT_VALID)) macro