Home
last modified time | relevance | path

Searched refs:__page_table_check_pte_clear (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/mm/
H A Dpage_table_check.c163 void __page_table_check_pte_clear(struct mm_struct *mm, pte_t pte) in __page_table_check_pte_clear() function
172 EXPORT_SYMBOL(__page_table_check_pte_clear);
223 __page_table_check_pte_clear(mm, ptep_get(ptep + i)); in __page_table_check_ptes_set()
279 __page_table_check_pte_clear(mm, ptep_get(ptep)); in __page_table_check_pte_clear_range()
/openbmc/linux/include/linux/
H A Dpage_table_check.h17 void __page_table_check_pte_clear(struct mm_struct *mm, pte_t pte);
49 __page_table_check_pte_clear(mm, pte); in page_table_check_pte_clear()