Home
last modified time | relevance | path

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

/Linux-v4.19/arch/xtensa/include/asm/
Dpgtable.h264 do { update_pte(ptep, __pte(_PAGE_CA_INVALID | _PAGE_USER)); } while (0)
314 static inline void update_pte(pte_t *ptep, pte_t pteval) in update_pte() function
328 update_pte(ptep, pteval); in set_pte_at()
333 update_pte(ptep, pteval); in set_pte()
351 update_pte(ptep, pte_mkold(pte)); in ptep_test_and_clear_young()
367 update_pte(ptep, pte_wrprotect(pte)); in ptep_set_wrprotect()
/Linux-v4.19/drivers/iommu/
Dexynos-iommu.c729 static inline void update_pte(sysmmu_pte_t *ent, sysmmu_pte_t val) in update_pte() function
941 update_pte(sent, mk_lv1ent_page(virt_to_phys(pent))); in alloc_lv2entry()
1002 update_pte(sent, mk_lv1ent_sect(paddr, prot)); in lv1set_section()
1026 update_pte(pent, mk_lv2ent_spage(paddr, prot)); in lv2set_page()
1157 update_pte(ent, ZERO_LV2LINK); in exynos_iommu_unmap()
1178 update_pte(ent, 0); in exynos_iommu_unmap()
/Linux-v4.19/arch/x86/kvm/
Dpaging_tmpl.h528 static void FNAME(update_pte)(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, in FNAME() argument
905 FNAME(update_pte)(vcpu, sp, sptep, &gpte); in FNAME()
Dmmu.c4110 context->update_pte = nonpaging_update_pte; in nonpaging_init_context()
4686 context->update_pte = paging64_update_pte; in paging64_init_context_common()
4715 context->update_pte = paging32_update_pte; in paging32_init_context()
4750 context->update_pte = nonpaging_update_pte; in init_kvm_tdp_mmu()
4862 context->update_pte = ept_update_pte; in kvm_init_shadow_ept_mmu()
4999 vcpu->arch.mmu.update_pte(vcpu, sp, spte, new); in mmu_pte_write_new_pte()
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h360 void (*update_pte)(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, member