Searched refs:KVMPPC_RMAP_REFERENCED (Results 1 – 3 of 3) sorted by relevance
888 if (*rmapp & KVMPPC_RMAP_REFERENCED) { in kvm_age_rmapp()889 *rmapp &= ~KVMPPC_RMAP_REFERENCED; in kvm_age_rmapp()957 if (*rmapp & KVMPPC_RMAP_REFERENCED) in kvm_test_age_rmapp()961 if (*rmapp & KVMPPC_RMAP_REFERENCED) in kvm_test_age_rmapp()
828 *rmap |= KVMPPC_RMAP_REFERENCED; in kvmppc_h_clear_ref()
243 #define KVMPPC_RMAP_REFERENCED (HPTE_R_R << KVMPPC_RMAP_RC_SHIFT) macro
Completed in 14 milliseconds