Home
last modified time | relevance | path

Searched defs:pte (Results 151 – 175 of 425) sorted by relevance

12345678910>>...17

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dhash.h211 static inline int hash__pte_none(pte_t pte) in hash__pte_none()
225 pte_t *ptep, pte_t pte, int percpu) in hash__set_pte_at()
H A Dradix.h201 static inline int radix__pte_none(pte_t pte) in radix__pte_none()
207 pte_t *ptep, pte_t pte, int percpu) in radix__set_pte_at()
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dset_memory.c377 pte_t *pte = lookup_address(addr, &level); in cpa_flush() local
693 pte_t *pte; in slow_virt_to_phys() local
724 static void __set_pmd_pte(pte_t *kpte, unsigned long address, pte_t pte) in __set_pmd_pte()
923 static void split_set_pte(struct cpa_data *cpa, pte_t *pte, unsigned long pfn, in split_set_pte()
1083 static bool try_to_free_pte_page(pte_t *pte) in try_to_free_pte_page()
1109 pte_t *pte = pte_offset_kernel(pmd, start); in unmap_pte_range() local
1222 pte_t *pte = (pte_t *)get_zeroed_page(GFP_KERNEL); in alloc_pte_page() local
1244 pte_t *pte; in populate_pte() local
2233 pte_t *pte; in kernel_page_present() local
/OK3568_Linux_fs/kernel/mm/
H A Dhmm.c222 pte_t pte) in pte_to_hmm_pfn_flags()
237 pte_t pte = *ptep; in hmm_vma_handle_pte() local
472 static int hmm_vma_walk_hugetlb_entry(pte_t *pte, unsigned long hmask, in hmm_vma_walk_hugetlb_entry()
H A Dmapping_dirty_helpers.c32 static int wp_pte(pte_t *pte, unsigned long addr, unsigned long end, in wp_pte()
86 static int clean_record_pte(pte_t *pte, unsigned long addr, in clean_record_pte()
H A Dmprotect.c42 pte_t *pte, oldpte; in change_pte_range() local
371 static int prot_none_pte_entry(pte_t *pte, unsigned long addr, in prot_none_pte_entry()
378 static int prot_none_hugetlb_entry(pte_t *pte, unsigned long hmask, in prot_none_hugetlb_entry()
/OK3568_Linux_fs/kernel/arch/m68k/mm/
H A Dsun3mmu.c78 pte_t pte = pfn_pte(virt_to_pfn(address), PAGE_INIT); in paging_init() local
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dhighmem.c16 unsigned long vaddr, pte; in kmap_atomic_high_prot() local
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dtlb-urb.c20 void tlb_wire_entry(struct vm_area_struct *vma, unsigned long addr, pte_t pte) in tlb_wire_entry()
H A Dtlb-pteaex.c18 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) in __update_tlb()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c255 pte_t pte; in kvmppc_do_h_enter() local
328 u64 pte; in kvmppc_do_h_enter() local
346 u64 pte; in kvmppc_do_h_enter() local
495 u64 pte, orig_pte, pte_r; in kvmppc_do_h_remove() local
889 pte_t *ptep, pte; in kvmppc_get_hpa() local
H A Dbook3s_64_mmu_host.c23 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte) in kvmppc_mmu_invalidate_pte()
212 void kvmppc_mmu_unmap_page(struct kvm_vcpu *vcpu, struct kvmppc_pte *pte) in kvmppc_mmu_unmap_page()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c742 pte_t *pte; in free_pte_table() local
789 pte_t *pte; in remove_pte_table() local
1099 pte_t old_pte, pte_t pte) in radix__ptep_modify_prot_commit()
1166 pte_t *pte; in pud_free_pmd_page() local
1203 pte_t *pte; in pmd_free_pte_page() local
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpgtable.c53 void ___pte_free_tlb(struct mmu_gather *tlb, struct page *pte) in ___pte_free_tlb()
632 void __native_set_fixmap(enum fixed_addresses idx, pte_t pte) in __native_set_fixmap()
805 pte_t *pte; in pud_free_pmd_page() local
849 pte_t *pte; in pmd_free_pte_page() local
H A Dpgtable_32.c33 pte_t *pte; in set_pte_vaddr() local
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dmmu.c22 pte_t *pte; in arbitrary_virt_to_machine() local
/OK3568_Linux_fs/kernel/arch/openrisc/mm/
H A Dioremap.c119 pte_t *pte; in pte_alloc_one_kernel() local
/OK3568_Linux_fs/kernel/arch/powerpc/mm/kasan/
H A Dbook3s_32.c52 pte_t pte = pfn_pte(PHYS_PFN(phys + k_cur - k_nobat), PAGE_KERNEL); in kasan_init_region() local
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dtlb.h40 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, unsigned long addr) in __pte_free_tlb()
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dcacheflush.c84 void flush_icache_pte(pte_t pte) in flush_icache_pte()
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Duaccess.c47 pte_t *pte = virt_to_pte(current->mm, virt); in maybe_map() local
67 pte_t *pte; in do_op_one_page() local
/OK3568_Linux_fs/kernel/block/partitions/
H A Defi.c277 gpt_entry *pte; in alloc_read_gpt_entries() local
463 is_pte_valid(const gpt_entry *pte, const u64 lastlba) in is_pte_valid()
/OK3568_Linux_fs/kernel/arch/m68k/sun3/
H A Ddvma.c25 unsigned long pte; in dvma_page() local
/OK3568_Linux_fs/kernel/arch/xtensa/mm/
H A Dmmu.c25 pte_t *pte; in init_pmd() local
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Defi.c14 pte_t pte = *ptep; in set_permissions() local

12345678910>>...17