Home
last modified time | relevance | path

Searched refs:pte_access (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
Dpaging_tmpl.h104 unsigned pte_access; member
268 unsigned index, pt_access, pte_access, accessed_dirty; in FNAME() local
296 pt_access = pte_access = ACC_ALL; in FNAME()
303 pt_access &= pte_access; in FNAME()
354 pte_access = pt_access & FNAME(gpte_access)(vcpu, pte); in FNAME()
359 if (unlikely(permission_fault(vcpu, mmu, pte_access, access))) { in FNAME()
377 FNAME(protect_clean_gpte)(&pte_access, pte); in FNAME()
396 walker->pte_access = pte_access; in FNAME()
398 __func__, (u64)pte, pte_access, pt_access); in FNAME()
457 unsigned pte_access; in FNAME() local
[all …]
Dmmu.h148 unsigned pte_access, unsigned pfec) in permission_fault() argument
172 return (mmu->permissions[index] >> pte_access) & 1; in permission_fault()
Dmmu.c2488 unsigned pte_access, int level, in set_spte() argument
2495 if (set_mmio_spte(vcpu, sptep, gfn, pfn, pte_access)) in set_spte()
2502 if (pte_access & ACC_EXEC_MASK) in set_spte()
2507 if (pte_access & ACC_USER_MASK) in set_spte()
2519 pte_access &= ~ACC_WRITE_MASK; in set_spte()
2523 if (pte_access & ACC_WRITE_MASK) { in set_spte()
2550 pte_access &= ~ACC_WRITE_MASK; in set_spte()
2555 if (pte_access & ACC_WRITE_MASK) { in set_spte()
2568 unsigned pte_access, int write_fault, int *emulate, in mmu_set_spte() argument
2600 if (set_spte(vcpu, sptep, pte_access, level, gfn, pfn, speculative, in mmu_set_spte()