Lines Matching refs:access
95 - access to missing or protected translations
154 role.access:
155 Inherited guest access permissions in the form uwx. Note execute
272 - a true guest fault (the guest translation won't allow the access) (*)
273 - access to a missing translation
274 - access to a protected translation
277 - access to untranslatable memory (mmio)
288 - cache the information to vcpu->arch.mmio_gva, vcpu->arch.access and
298 vcpu->arch.mmio_gva, vcpu->arch.access and vcpu->arch.mmio_gfn
339 semantics require allowing any guest kernel access plus user read access).
344 - kernel write fault: spte.u=0, spte.w=1 (allows full kernel access,
345 disallows user access)
346 - read fault: spte.u=1, spte.w=0 (allows full read access, disallows kernel
347 write access)
439 Unfortunately, a single memory access might access kvm_memslots(kvm) multiple
451 the next access to the spte will always be a cache miss.