Searched refs:pte_entry (Results 1 – 17 of 17) sorted by relevance
| /linux/arch/openrisc/kernel/ |
| H A D | dma.c | 43 .pte_entry = page_set_nocache, 62 .pte_entry = page_clear_nocache,
|
| /linux/arch/s390/kvm/ |
| H A D | dat.c | 526 rc = w->ops->pte_entry(table->ptes + idx, gfn, gfn + 1, w); in dat_pte_walk_range() 569 else if (walk->ops->pte_entry) in dat_crste_walk_range() 828 .pte_entry = dat_reset_skeys_pte, in dat_reset_skeys() 891 .pte_entry = _dat_slot_pte, 980 .pte_entry = _dat_test_young_pte, 1035 .pte_entry = dat_set_pn_pte, in dat_set_prefix_notif_bit() 1161 .pte_entry = dat_reset_cmma_pte, in dat_reset_cmma() 1201 .pte_entry = __dat_peek_cmma_pte, in dat_peek_cmma() 1246 const struct dat_walk_ops ops = { .pte_entry = __dat_get_cmma_pte, }; in dat_get_cmma() 1307 const struct dat_walk_ops ops = { .pte_entry = __dat_set_cmma_pte, }; in dat_set_cmma_bits()
|
| H A D | gmap.c | 352 .pte_entry = gmap_clear_young_pte, in gmap_age_gfn() 426 .pte_entry = _gmap_unmap_pte, in gmap_unmap_gfn_range() 512 .pte_entry = _pte_test_and_clear_softdirty, in gmap_sync_dirty_log() 954 .pte_entry = _destroy_pages_pte, in gmap_pv_destroy_range() 1050 const struct dat_walk_ops ops = { .pte_entry = __set_cmma_dirty_pte, }; in gmap_set_cmma_all_dirty()
|
| H A D | dat.h | 360 long (*pte_entry)(union pte *pte, gfn_t gfn, gfn_t next, struct dat_walk *w); member
|
| /linux/mm/ |
| H A D | pagewalk.c | 50 err = ops->pte_entry(pte, addr, addr + PAGE_SIZE, walk); in walk_pte_range_inner() 104 bool has_handler = ops->pte_entry; in walk_pmd_range() 192 bool has_handler = ops->pmd_entry || ops->pte_entry; in walk_pud_range() 257 bool has_handler = ops->pud_entry || ops->pmd_entry || ops->pte_entry; in walk_p4d_range() 296 ops->pte_entry; in walk_pgd_range()
|
| H A D | mapping_dirty_helpers.c | 232 .pte_entry = clean_record_pte, 241 .pte_entry = wp_pte,
|
| H A D | ptdump.c | 171 .pte_entry = ptdump_pte_entry,
|
| H A D | hugetlb_vmemmap.c | 159 .pte_entry = vmemmap_pte_entry,
|
| H A D | madvise.c | 1128 .pte_entry = guard_install_pte_entry, in madvise_guard_install() 1257 .pte_entry = guard_remove_pte_entry, in madvise_guard_remove()
|
| H A D | mprotect.c | 688 .pte_entry = prot_none_pte_entry,
|
| /linux/include/linux/ |
| H A D | pagewalk.h | 79 int (*pte_entry)(pte_t *pte, unsigned long addr, member
|
| /linux/arch/s390/mm/ |
| H A D | gmap_helpers.c | 200 .pte_entry = find_zeropage_pte_entry,
|
| /linux/arch/loongarch/mm/ |
| H A D | pageattr.c | 102 .pte_entry = pageattr_pte_entry,
|
| /linux/arch/arm64/mm/ |
| H A D | pageattr.c | 80 .pte_entry = pageattr_pte_entry,
|
| H A D | mmu.c | 879 .pte_entry = split_to_ptes_pte_entry,
|
| /linux/arch/riscv/mm/ |
| H A D | pageattr.c | 90 .pte_entry = pageattr_pte_entry,
|
| /linux/mm/damon/ |
| H A D | vaddr.c | 817 .pte_entry = NULL, in damos_va_migrate()
|