Searched refs:opal_int_set_mfrr (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/sysdev/xics/
H A Dicp-opal.c27 opal_int_set_mfrr(hw_cpu, 0xff);
131 opal_int_set_mfrr(hw_cpu, IPI_PRIORITY);
139 opal_int_set_mfrr(get_hard_smp_processor_id(cpu), 0xff);
162 opal_int_set_mfrr(get_hard_smp_processor_id(cpu), 0xff);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c232 opal_int_set_mfrr(get_hard_smp_processor_id(cpu), IPI_PRIORITY);
457 opal_int_set_mfrr(hard_smp_processor_id(), 0xff);
483 opal_int_set_mfrr(hard_smp_processor_id(),
H A Dbook3s_hv.c219 opal_int_set_mfrr(get_hard_smp_processor_id(cpu), IPI_PRIORITY);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-call.c250 OPAL_CALL(opal_int_set_mfrr, OPAL_INT_SET_MFRR);
H A Dopal.c1249 EXPORT_SYMBOL_GPL(opal_int_set_mfrr); variable
/linux-master/arch/powerpc/include/asm/
H A Dopal.h233 int64_t opal_int_set_mfrr(uint32_t cpu, uint8_t mfrr);

Completed in 170 milliseconds