pte_pkey          157 arch/x86/kvm/mmu.h 				  unsigned pte_access, unsigned pte_pkey,
pte_pkey          192 arch/x86/kvm/mmu.h 		pkru_bits = (vcpu->arch.pkru >> (pte_pkey * 2)) & 3;
pte_pkey          305 arch/x86/kvm/paging_tmpl.h 	unsigned index, accessed_dirty, pte_pkey;
pte_pkey          411 arch/x86/kvm/paging_tmpl.h 	pte_pkey = FNAME(gpte_pkeys)(vcpu, pte);
pte_pkey          417 arch/x86/kvm/paging_tmpl.h 	errcode = permission_fault(vcpu, mmu, walker->pte_access, pte_pkey, access);