Home
last modified time | relevance | path

Searched defs:ptep (Results 151 – 175 of 206) sorted by relevance

123456789

/linux-6.12.1/arch/arm/include/asm/
Dpgtable-2level.h237 #define set_pte_ext(ptep,pte,ext) cpu_set_pte_ext(ptep,pte,ext) argument
Dpgtable-3level.h171 #define set_pte_ext(ptep,pte,ext) cpu_set_pte_ext(ptep,__pte(pte_val(pte)|(ext))) argument
Dpgtable.h174 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) argument
/linux-6.12.1/arch/powerpc/kvm/
Dbook3s_hv_nested.c952 pte_t *ptep; in kvmhv_update_nest_rmap_rc() local
999 pte_t *ptep; in kvmhv_remove_nest_rmap() local
1071 pte_t *ptep; in kvmhv_invalidate_shadow_pte() local
Dbook3s_hv_rm_mmu.c197 pte_t *ptep; in kvmppc_do_h_enter() local
891 pte_t *ptep, pte; in kvmppc_get_hpa() local
/linux-6.12.1/arch/sparc/mm/
Dio-unit.c244 pte_t *ptep; in iounit_alloc() local
Diommu.c352 pte_t *ptep; in sbus_iommu_alloc() local
/linux-6.12.1/arch/nios2/mm/
Dcacheflush.c210 unsigned long address, pte_t *ptep, unsigned int nr) in update_mmu_cache_range()
/linux-6.12.1/arch/mips/mm/
Dtlb-r4k.c300 pte_t *ptep, *ptemap = NULL; in __update_tlb() local
/linux-6.12.1/arch/powerpc/include/asm/nohash/64/
Dpgtable.h150 unsigned long addr, pte_t *ptep) in huge_ptep_set_wrprotect()
/linux-6.12.1/include/linux/
Dhugetlb.h299 unsigned long addr, pte_t *ptep) in huge_pmd_unshare()
1010 unsigned long addr, pte_t *ptep) in huge_ptep_modify_prot_start()
1019 unsigned long addr, pte_t *ptep, in huge_ptep_modify_prot_commit()
/linux-6.12.1/arch/powerpc/mm/book3s64/
Dhash_utils.c1462 pte_t *ptep; in hash_page_mm() local
1765 static void hash_preload(struct mm_struct *mm, pte_t *ptep, unsigned long ea, in hash_preload()
1855 pte_t *ptep) in __update_mmu_cache()
Dhash_pgtable.c153 pte_t *ptep; in hash__map_kernel_page() local
/linux-6.12.1/arch/powerpc/mm/book3s32/
Dmmu.c323 pte_t *ptep) in __update_mmu_cache()
/linux-6.12.1/mm/
Dmadvise.c176 pte_t *ptep = NULL; in swapin_walk_pmd_entry() local
325 struct folio *folio, pte_t *ptep, in madvise_folio_pte_batch()
Dhugetlb.c5156 unsigned long address, pte_t *ptep) in set_huge_ptep_writable()
5192 hugetlb_install_folio(struct vm_area_struct *vma, pte_t *ptep, unsigned long addr, in hugetlb_install_folio()
5491 pte_t *ptep; in __unmap_hugepage_range() local
6040 pte_t *ptep, pte_t old_pte) in hugetlb_pte_stable()
6754 pte_t *ptep; in hugetlb_change_protection() local
7241 unsigned long addr, pte_t *ptep) in huge_pmd_unshare()
7268 unsigned long addr, pte_t *ptep) in huge_pmd_unshare()
7496 pte_t *ptep; in hugetlb_unshare_pmds() local
Dpagewalk.c724 pte_t *ptep, pte; in folio_walk_start() local
/linux-6.12.1/arch/x86/xen/
Denlighten_pv.c419 pte_t *ptep; in set_aliased_prot() local
518 pte_t *ptep; in xen_load_gdt() local
/linux-6.12.1/arch/powerpc/kernel/
Dmce_power.c31 pte_t *ptep, pte; in addr_to_pfn() local
/linux-6.12.1/arch/loongarch/mm/
Dkasan_init.c174 pte_t *ptep = kasan_pte_offset(pmdp, addr, node, early); in kasan_pte_populate() local
/linux-6.12.1/arch/riscv/mm/
Dkasan_init.c32 pte_t *ptep, *p; in kasan_populate_pte() local
/linux-6.12.1/arch/arm64/mm/
Dkasan_init.c119 pte_t *ptep = kasan_pte_offset(pmdp, addr, node, early); in kasan_pte_populate() local
/linux-6.12.1/arch/sparc/kernel/
Dsignal32.c298 pte_t *ptep, pte; in flush_signal_insns() local
/linux-6.12.1/arch/x86/kvm/mmu/
Dmmu_internal.h107 tdp_ptep_t ptep; member
/linux-6.12.1/arch/x86/mm/
Dioremap.c875 bool __init is_early_ioremap_ptep(pte_t *ptep) in is_early_ioremap_ptep()

123456789