Searched refs:KVMPPC_RMAP_REFERENCED (Results 1 – 3 of 3) sorted by relevance
896 if (*rmapp & KVMPPC_RMAP_REFERENCED) { in kvm_age_rmapp()897 *rmapp &= ~KVMPPC_RMAP_REFERENCED; in kvm_age_rmapp()965 if (*rmapp & KVMPPC_RMAP_REFERENCED) in kvm_test_age_rmapp()969 if (*rmapp & KVMPPC_RMAP_REFERENCED) in kvm_test_age_rmapp()
822 *rmap |= KVMPPC_RMAP_REFERENCED; in kvmppc_h_clear_ref()
250 #define KVMPPC_RMAP_REFERENCED (HPTE_R_R << KVMPPC_RMAP_RC_SHIFT) macro
Completed in 14 milliseconds