Searched refs:smp (Results 1 – 12 of 12) sorted by relevance
5 all: apu_boot.o smp.o12 smp.o: smp.c13 $(CC) $(CFLAGS) -c smp.c -o smp.o
12 crate::smp::init_smp_idle_process(); in rs_smp_init_idle()
7 smp::core::smp_get_processor_id,
11 smp::core::smp_get_processor_id,
41 - smp: bugfix: 为AP核启动apic_timer,使其能够运行调度 (#158)42 - smp: new: 增加kick_cpu功能,支持让某个特定核心立即运行调度器 (#158)43 - smp: new: 增加进程在核心间迁移的功能 (#158)
189 * fix(smp):调整smp中的apic的头文件声明191 * fix(smp):简单的负载均衡算法实现
38 - smp: 删除已经在smp中废弃的HPET中断转发函数 (#131)306 * 删除已经在smp中废弃的HPET中断转发函数381 修正smp的makefile中没有替换AS的问题
38 mod smp; module
20 kernel_subdirs := common driver process debug arch exception smp sched syscall ktest libs ipc io ti…
12 smp::core::smp_get_processor_id,
22 smp::core::smp_get_processor_id,
23 smp::core::{smp_get_processor_id, smp_send_reschedule},