Searched refs:KVMPPC_RMAP_REFERENCED (Results 1 – 3 of 3) sorted by relevance
894 if (*rmapp & KVMPPC_RMAP_REFERENCED) { in kvm_age_rmapp()895 *rmapp &= ~KVMPPC_RMAP_REFERENCED; in kvm_age_rmapp()963 if (*rmapp & KVMPPC_RMAP_REFERENCED) in kvm_test_age_rmapp()967 if (*rmapp & KVMPPC_RMAP_REFERENCED) in kvm_test_age_rmapp()
822 *rmap |= KVMPPC_RMAP_REFERENCED; in kvmppc_h_clear_ref()
249 #define KVMPPC_RMAP_REFERENCED (HPTE_R_R << KVMPPC_RMAP_RC_SHIFT) macro
Completed in 15 milliseconds