Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/kernel/
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()
101 if (num_possible_cpus() - aprp_cpu_index() < 1) { in vpe_module_init()
130 t = alloc_tc(aprp_cpu_index()); in vpe_module_init()
138 v = alloc_vpe(aprp_cpu_index()); in vpe_module_init()
Dvpe-mt.c264 struct vpe *vpe = get_vpe(aprp_cpu_index()); in store_kill()
268 notifier->stop(aprp_cpu_index()); in store_kill()
271 cleanup_tc(get_tc(aprp_cpu_index())); in store_kill()
282 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_show()
290 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_store()
298 if (new == 0 || new > (hw_tcs - aprp_cpu_index())) in ntcs_store()
348 if (aprp_cpu_index() == 0) { in vpe_module_init()
389 for (tc = aprp_cpu_index(); tc < hw_tcs; tc++) { in vpe_module_init()
419 v->ntcs = hw_tcs - aprp_cpu_index(); in vpe_module_init()
425 if (tc >= aprp_cpu_index()) { in vpe_module_init()
[all …]
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()
Drtlx-mt.c78 if (aprp_cpu_index() == 0) { in rtlx_module_init()
112 vpe_notify(aprp_cpu_index(), &rtlx_notify); in rtlx_module_init()
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()
Drtlx.c110 p = vpe_get_shared(aprp_cpu_index()); in rtlx_open()
115 (p = vpe_get_shared(aprp_cpu_index()))); in rtlx_open()
/Linux-v6.1/arch/mips/mti-malta/
Dmalta-amon.c80 if (amon_cpu_start(aprp_cpu_index(), v->__start, 0, 0, 0) < 0) in vpe_run()
/Linux-v6.1/arch/mips/include/asm/
Dvpe.h30 static inline int aprp_cpu_index(void) in aprp_cpu_index() function