Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dpagewalk.c14 err = walk->pte_entry(pte, addr, addr + PAGE_SIZE, walk); in walk_pte_range()
58 if (!walk->pte_entry) in walk_pmd_range()
89 if (walk->pmd_entry || walk->pte_entry) in walk_pud_range()
115 if (walk->pmd_entry || walk->pte_entry) in walk_pgd_range()
/linux-4.4.14/arch/openrisc/kernel/
Ddma.c91 .pte_entry = page_set_nocache, in or1k_dma_alloc()
124 .pte_entry = page_clear_nocache, in or1k_dma_free()
/linux-4.4.14/arch/s390/mm/
Dpgtable.c1181 struct mm_walk walk = { .pte_entry = __s390_enable_skey }; in s390_enable_skey()
1226 struct mm_walk walk = { .pte_entry = __s390_reset_cmma }; in s390_reset_cmma()
/linux-4.4.14/include/linux/
Dmm.h1120 int (*pte_entry)(pte_t *pte, unsigned long addr, member