Searched refs:page_table_check_pmd_set (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | page_table_check.h | 152 #define page_table_check_pmd_set(mm, pmdp, pmd) page_table_check_pmds_set(mm, pmdp, pmd, 1) macro
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 808 page_table_check_pmd_set(mm, pmdp, pmd); in set_pmd_at() 879 page_table_check_pmd_set(vma->vm_mm, pmdp, pmd); in pmdp_establish()
|
/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 1216 page_table_check_pmd_set(mm, pmdp, pmd); in set_pmd_at() 1359 page_table_check_pmd_set(vma->vm_mm, pmdp, pmd); in pmdp_establish()
|