Home
last modified time | relevance | path

Searched refs:rmapp (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c805 unsigned long *rmapp, unsigned long gfn) in kvmppc_unmap_hpte() argument
815 *rmapp &= ~(KVMPPC_RMAP_PRESENT | KVMPPC_RMAP_INDEX); in kvmppc_unmap_hpte()
822 *rmapp = (*rmapp & ~KVMPPC_RMAP_INDEX) | j; in kvmppc_unmap_hpte()
835 *rmapp |= rcbits << KVMPPC_RMAP_RC_SHIFT; in kvmppc_unmap_hpte()
850 unsigned long *rmapp; in kvm_unmap_rmapp() local
852 rmapp = &memslot->arch.rmap[gfn - memslot->base_gfn]; in kvm_unmap_rmapp()
854 lock_rmap(rmapp); in kvm_unmap_rmapp()
855 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) { in kvm_unmap_rmapp()
856 unlock_rmap(rmapp); in kvm_unmap_rmapp()
865 i = *rmapp & KVMPPC_RMAP_INDEX; in kvm_unmap_rmapp()
[all …]