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
278 - a true guest fault (the guest translation won't allow the access) (*)
279 - access to a missing translation
280 - access to a protected translation
283 - access to untranslatable memory (mmio)
294 - cache the information to vcpu->arch.mmio_gva, vcpu->arch.access and
304 vcpu->arch.mmio_gva, vcpu->arch.access and vcpu->arch.mmio_gfn
345 semantics require allowing any guest kernel access plus user read access).
350 - kernel write fault: spte.u=0, spte.w=1 (allows full kernel access,
351 disallows user access)
352 - read fault: spte.u=1, spte.w=0 (allows full read access, disallows kernel
353 write access)
445 Unfortunately, a single memory access might access kvm_memslots(kvm) multiple
457 the next access to the spte will always be a cache miss.