Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c812 *rmapp &= ~(KVMPPC_RMAP_PRESENT | KVMPPC_RMAP_INDEX); in kvmppc_unmap_hpte()
852 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) { in kvm_unmap_rmapp()
909 if (*rmapp & KVMPPC_RMAP_PRESENT) in kvmppc_core_flush_memslot_hv()
931 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) { in kvm_age_rmapp()
995 if (*rmapp & KVMPPC_RMAP_PRESENT) { in kvm_test_age_rmapp()
1047 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) { in kvm_test_clear_dirty_npages()
H A Dbook3s_hv_rm_mmu.c87 if (*rmap & KVMPPC_RMAP_PRESENT) { in kvmppc_add_revmap_chain()
102 pte_index | KVMPPC_RMAP_PRESENT | KVMPPC_RMAP_HPT; in kvmppc_add_revmap_chain()
186 *rmap &= ~(KVMPPC_RMAP_PRESENT | KVMPPC_RMAP_INDEX); in remove_revmap_chain()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkvm_host.h257 #define KVMPPC_RMAP_PRESENT 0x100000000ul macro