Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c722 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) { in kvm_unmap_rmapp()
744 *rmapp &= ~(KVMPPC_RMAP_PRESENT | KVMPPC_RMAP_INDEX); in kvm_unmap_rmapp()
803 if (*rmapp & KVMPPC_RMAP_PRESENT) in kvmppc_core_flush_memslot_hv()
824 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) { in kvm_age_rmapp()
883 if (*rmapp & KVMPPC_RMAP_PRESENT) { in kvm_test_age_rmapp()
933 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) { in kvm_test_clear_dirty_npages()
Dbook3s_hv_rm_mmu.c79 if (*rmap & KVMPPC_RMAP_PRESENT) { in kvmppc_add_revmap_chain()
94 pte_index | KVMPPC_RMAP_PRESENT; in kvmppc_add_revmap_chain()
129 *rmap &= ~(KVMPPC_RMAP_PRESENT | KVMPPC_RMAP_INDEX); in remove_revmap_chain()
/linux-4.1.27/arch/powerpc/include/asm/
Dkvm_host.h210 #define KVMPPC_RMAP_PRESENT 0x100000000ul macro