Home
last modified time | relevance | path

Searched refs:pte_entry (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/mm/
Dpagewalk.c15 err = walk->pte_entry(pte, addr, addr + PAGE_SIZE, walk); in walk_pte_range()
59 if (!walk->pte_entry) in walk_pmd_range()
108 if (walk->pmd_entry || walk->pte_entry) in walk_pud_range()
134 if (walk->pmd_entry || walk->pte_entry) in walk_p4d_range()
160 if (walk->pmd_entry || walk->pte_entry) in walk_pgd_range()
Dmprotect.c335 .pte_entry = prot_none_pte_entry, in prot_none_walk()
Dhmm.c711 mm_walk.pte_entry = NULL; in hmm_vma_get_pfns()
887 mm_walk.pte_entry = NULL; in hmm_vma_fault()
Dmigrate.c2315 mm_walk.pte_entry = NULL; in migrate_vma_collect()
/Linux-v4.19/arch/openrisc/kernel/
Ddma.c88 .pte_entry = page_set_nocache, in arch_dma_alloc()
121 .pte_entry = page_clear_nocache, in arch_dma_free()
/Linux-v4.19/arch/s390/mm/
Dgmap.c2590 .pte_entry = __s390_enable_skey_pte, in s390_enable_skey()
2632 struct mm_walk walk = { .pte_entry = __s390_reset_cmma }; in s390_reset_cmma()
/Linux-v4.19/include/linux/
Dmm.h1366 int (*pte_entry)(pte_t *pte, unsigned long addr, member