Searched refs:pte_access (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/x86/kvm/ |
D | paging_tmpl.h | 71 unsigned pte_access; member 121 unsigned index, pt_access, uninitialized_var(pte_access); in FNAME() 204 pte_access = pt_access & FNAME(gpte_access)(vcpu, pte); in FNAME() 240 pt_access = pte_access; in FNAME() 261 walker->pte_access = pte_access; in FNAME() 263 __func__, (u64)pte, pte_access, pt_access); in FNAME() 331 unsigned pte_access; in FNAME() local 339 pte_access = sp->role.access & FNAME(gpte_access)(vcpu, gpte); in FNAME() 352 mmu_set_spte(vcpu, spte, sp->role.access, pte_access, 0, 0, in FNAME() 401 unsigned pte_access; in FNAME() local [all …]
|
D | mmu.c | 2004 unsigned pte_access, int user_fault, in set_spte() argument 2021 pte_access &= ~ACC_WRITE_MASK; in set_spte() 2022 if (pte_access & ACC_EXEC_MASK) in set_spte() 2026 if (pte_access & ACC_USER_MASK) in set_spte() 2037 pte_access &= ~ACC_WRITE_MASK; in set_spte() 2041 if ((pte_access & ACC_WRITE_MASK) in set_spte() 2055 && !(pte_access & ACC_WRITE_MASK)) in set_spte() 2071 pte_access &= ~ACC_WRITE_MASK; in set_spte() 2077 if (pte_access & ACC_WRITE_MASK) in set_spte() 2095 unsigned pt_access, unsigned pte_access, in mmu_set_spte() argument [all …]
|