Searched refs:update_pte (Results 1 – 4 of 4) sorted by relevance
/arch/xtensa/include/asm/ |
D | pgtable.h | 260 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()
|
/arch/x86/kvm/ |
D | paging_tmpl.h | 547 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()
|
D | mmu.c | 4331 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()
|
/arch/x86/include/asm/ |
D | kvm_host.h | 394 void (*update_pte)(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, member
|