Home
last modified time | relevance | path

Searched refs:initial_thread (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/kernel/src/process/
Dprocess.c58 ….thread = &initial_thread, .addr_limit = 0xffffffffffffffff, .pid = 0, .priority = 2, …
64 struct thread_struct initial_thread = { variable
323 initial_tss[proc_current_cpu_id].rsp0 = initial_thread.rbp; in process_init()
Dprocess.h175 extern struct thread_struct initial_thread;