Home
last modified time | relevance | path

Searched refs:update_pte (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/xtensa/include/asm/
Dpgtable.h260 do { update_pte(ptep, __pte(_PAGE_CA_INVALID | _PAGE_USER)); } while (0)
310 static inline void update_pte(pte_t *ptep, pte_t pteval) in update_pte() function
324 update_pte(ptep, pteval); in set_pte_at()
329 update_pte(ptep, pteval); in set_pte()
347 update_pte(ptep, pte_mkold(pte)); in ptep_test_and_clear_young()
363 update_pte(ptep, pte_wrprotect(pte)); in ptep_set_wrprotect()
/Linux-v5.4/drivers/iommu/
Dexynos-iommu.c724 static inline void update_pte(sysmmu_pte_t *ent, sysmmu_pte_t val) in update_pte() function
936 update_pte(sent, mk_lv1ent_page(virt_to_phys(pent))); in alloc_lv2entry()
997 update_pte(sent, mk_lv1ent_sect(paddr, prot)); in lv1set_section()
1021 update_pte(pent, mk_lv2ent_spage(paddr, prot)); in lv2set_page()
1153 update_pte(ent, ZERO_LV2LINK); in exynos_iommu_unmap()
1174 update_pte(ent, 0); in exynos_iommu_unmap()
/Linux-v5.4/arch/x86/kvm/
Dpaging_tmpl.h547 static void FNAME(update_pte)(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, in FNAME() argument
939 FNAME(update_pte)(vcpu, sp, sptep, &gpte); in FNAME()
Dmmu.c4331 context->update_pte = nonpaging_update_pte; in nonpaging_init_context()
4910 context->update_pte = paging64_update_pte; in paging64_init_context_common()
4939 context->update_pte = paging32_update_pte; in paging32_init_context()
5014 context->update_pte = nonpaging_update_pte; in init_kvm_tdp_mmu()
5147 context->update_pte = ept_update_pte; in kvm_init_shadow_ept_mmu()
5297 vcpu->arch.mmu->update_pte(vcpu, sp, spte, new); in mmu_pte_write_new_pte()
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h394 void (*update_pte)(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, member