Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/kernel/
A Dvpe-cmp.c27 struct vpe *vpe = get_vpe(aprp_cpu_index()); in store_kill()
31 notifier->stop(aprp_cpu_index()); in store_kill()
43 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_show()
51 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_store()
100 if (num_possible_cpus() - aprp_cpu_index() < 1) { in vpe_module_init()
129 t = alloc_tc(aprp_cpu_index()); in vpe_module_init()
137 v = alloc_vpe(aprp_cpu_index()); in vpe_module_init()
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()
346 if (aprp_cpu_index() == 0) { in vpe_module_init()
387 for (tc = aprp_cpu_index(); tc < hw_tcs; tc++) { in vpe_module_init()
417 v->ntcs = hw_tcs - aprp_cpu_index(); in vpe_module_init()
423 if (tc >= aprp_cpu_index()) { in vpe_module_init()
[all …]
A Drtlx-cmp.c26 struct rtlx_info **p = vpe_get_shared(aprp_cpu_index()); in rtlx_interrupt()
44 smp_send_reschedule(aprp_cpu_index()); in _interrupt_sp()
57 if (num_possible_cpus() - aprp_cpu_index() < 1) { in rtlx_module_init()
91 vpe_notify(aprp_cpu_index(), &rtlx_notify); in rtlx_module_init()
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()
A Dvpe.c763 v = get_vpe(aprp_cpu_index()); in vpe_open()
775 notifier->stop(aprp_cpu_index()); in vpe_open()
778 cleanup_tc(get_tc(aprp_cpu_index())); in vpe_open()
803 v = get_vpe(aprp_cpu_index()); in vpe_release()
847 v = get_vpe(aprp_cpu_index()); in vpe_write()
A Drtlx.c110 p = vpe_get_shared(aprp_cpu_index()); in rtlx_open()
115 (p = vpe_get_shared(aprp_cpu_index()))); in rtlx_open()
/linux-6.3-rc2/arch/mips/mti-malta/
A Dmalta-amon.c80 if (amon_cpu_start(aprp_cpu_index(), v->__start, 0, 0, 0) < 0) in vpe_run()
/linux-6.3-rc2/arch/mips/include/asm/
A Dvpe.h30 static inline int aprp_cpu_index(void) in aprp_cpu_index() function

Completed in 13 milliseconds