gpte_access       202 arch/x86/kvm/paging_tmpl.h static inline unsigned FNAME(gpte_access)(u64 gpte)
gpte_access       415 arch/x86/kvm/paging_tmpl.h 	walker->pt_access = FNAME(gpte_access)(pt_access ^ walk_nx_mask);
gpte_access       416 arch/x86/kvm/paging_tmpl.h 	walker->pte_access = FNAME(gpte_access)(pte_access ^ walk_nx_mask);
gpte_access       529 arch/x86/kvm/paging_tmpl.h 	pte_access = sp->role.access & FNAME(gpte_access)(gpte);
gpte_access      1047 arch/x86/kvm/paging_tmpl.h 		pte_access &= FNAME(gpte_access)(gpte);