Searched refs:new_lpcr (Results 1 – 2 of 2) sorted by relevance
274 unsigned long new_lpcr = lpcr; in cpu_ready_for_interrupts() local280 new_lpcr |= LPCR_AIL_3; in cpu_ready_for_interrupts()282 new_lpcr |= LPCR_HAIL; in cpu_ready_for_interrupts()284 new_lpcr |= LPCR_AIL_3; in cpu_ready_for_interrupts()287 if (new_lpcr != lpcr) in cpu_ready_for_interrupts()288 mtspr(SPRN_LPCR, new_lpcr); in cpu_ready_for_interrupts()
1628 static void kvmppc_set_lpcr_pr(struct kvm_vcpu *vcpu, u64 new_lpcr) in kvmppc_set_lpcr_pr() argument1630 if (new_lpcr & LPCR_ILE) in kvmppc_set_lpcr_pr()