Lines Matching defs:access
218 unsigned int access) in mark_mmio_spte()
242 kvm_pfn_t pfn, unsigned int access) in set_mmio_spte()
267 static gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access, in translate_gpa()
2025 unsigned int access) in kvm_mmu_get_page()
2680 unsigned int access = sp->role.access; in direct_pte_prefetch_many() local
2931 kvm_pfn_t pfn, unsigned int access, in handle_abnormal_pfn()
3443 u32 access, struct x86_exception *exception) in nonpaging_gva_to_gpa()
3451 u32 access, in nonpaging_gva_to_gpa_nested()
3582 unsigned int access = get_mmio_spte_access(spte); in handle_mmio_page_fault() local
3943 unsigned int access, int *nr_present) in sync_mmio_spte()
4231 #define BYTE_MASK(access) \ argument