Home
last modified time | relevance | path

Searched refs:new_lpcr (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dsetup_64.c274 unsigned long new_lpcr = lpcr; in cpu_ready_for_interrupts() local
280 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()
/linux/arch/powerpc/kvm/
H A Dbook3s_pr.c1628 static void kvmppc_set_lpcr_pr(struct kvm_vcpu *vcpu, u64 new_lpcr) in kvmppc_set_lpcr_pr() argument
1630 if (new_lpcr & LPCR_ILE) in kvmppc_set_lpcr_pr()