Searched refs:KVMPPC_RMAP_PRESENT (Results 1 – 3 of 3) sorted by relevance
807 *rmapp &= ~(KVMPPC_RMAP_PRESENT | KVMPPC_RMAP_INDEX); in kvmppc_unmap_hpte()847 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) { in kvm_unmap_rmapp()912 if (*rmapp & KVMPPC_RMAP_PRESENT) in kvmppc_core_flush_memslot_hv()934 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) { in kvm_age_rmapp()998 if (*rmapp & KVMPPC_RMAP_PRESENT) { in kvm_test_age_rmapp()1058 if (!(*rmapp & KVMPPC_RMAP_PRESENT)) { in kvm_test_clear_dirty_npages()
89 if (*rmap & KVMPPC_RMAP_PRESENT) { in kvmppc_add_revmap_chain()104 pte_index | KVMPPC_RMAP_PRESENT; in kvmppc_add_revmap_chain()166 *rmap &= ~(KVMPPC_RMAP_PRESENT | KVMPPC_RMAP_INDEX); in remove_revmap_chain()
242 #define KVMPPC_RMAP_PRESENT 0x100000000ul macro