Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/smp/
DMakefile5 all: apu_boot.o smp.o
12 smp.o: smp.c
13 $(CC) $(CFLAGS) -c smp.c -o smp.o
/DragonOS-0.1.3/kernel/src/
Dlib.rs29 mod smp; module
DMakefile20 kernel_subdirs := common driver process debug filesystem time arch exception mm smp sched syscall k…
/DragonOS-0.1.3/kernel/src/process/
Dprocess.rs9 smp::core::{smp_get_processor_id, smp_send_reschedule},
/DragonOS-0.1.3/docs/community/ChangeLog/V0.1.x/
DV0.1.3.md38 - smp: 删除已经在smp中废弃的HPET中断转发函数 (#131)
306 * 删除已经在smp中废弃的HPET中断转发函数
381 修正smp的makefile中没有替换AS的问题