Home
last modified time | relevance | path

Searched refs:aprp_cpu_index (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dvpe-mt.c263 struct vpe *vpe = get_vpe(aprp_cpu_index()); in store_kill()
267 notifier->stop(aprp_cpu_index()); in store_kill()
270 cleanup_tc(get_tc(aprp_cpu_index())); in store_kill()
281 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_show()
289 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_store()
297 if (new == 0 || new > (hw_tcs - aprp_cpu_index())) in ntcs_store()
345 if (aprp_cpu_index() == 0) { in vpe_module_init()
386 for (tc = aprp_cpu_index(); tc < hw_tcs; tc++) { in vpe_module_init()
416 v->ntcs = hw_tcs - aprp_cpu_index(); in vpe_module_init()
422 if (tc >= aprp_cpu_index()) { in vpe_module_init()
[all …]
H A Drtlx-mt.c78 if (aprp_cpu_index() == 0) { in rtlx_module_init()
112 vpe_notify(aprp_cpu_index(), &rtlx_notify); in rtlx_module_init()
H A Dvpe.c762 v = get_vpe(aprp_cpu_index()); in vpe_open()
774 notifier->stop(aprp_cpu_index()); in vpe_open()
777 cleanup_tc(get_tc(aprp_cpu_index())); in vpe_open()
802 v = get_vpe(aprp_cpu_index()); in vpe_release()
846 v = get_vpe(aprp_cpu_index()); in vpe_write()
H A Drtlx.c110 p = vpe_get_shared(aprp_cpu_index()); in rtlx_open()
115 (p = vpe_get_shared(aprp_cpu_index()))); in rtlx_open()
/openbmc/linux/arch/mips/include/asm/
H A Dvpe.h30 static inline int aprp_cpu_index(void) in aprp_cpu_index() function