Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/process/
Dprocess.h36 ….reserved0 = 0, .rsp0 = (ul)(initial_proc_union.stack + STACK_SIZE / sizeof(ul)), …
37 ….rsp1 = (ul)(initial_proc_union.stack + STACK_SIZE / sizeof(ul)), …
38 ….rsp2 = (ul)(initial_proc_union.stack + STACK_SIZE / sizeof(ul)), .reserved1 = 0, .ist1 = 0xffff80…
Dproc-types.h144 ul stack[STACK_SIZE / sizeof(ul)]; member
Dprocess.c62 .rbp = (ul)(initial_proc_union.stack + STACK_SIZE / sizeof(ul)),
63 .rsp = (ul)(initial_proc_union.stack + STACK_SIZE / sizeof(ul)),
/DragonOS-0.1.5/docs/kernel/ipc/
Dsignal.md63 │ userland ├─►sa_restorer ├──────────────►│Restore the stack
/DragonOS-0.1.5/
DMakefile25 export GLOBAL_CFLAGS := -mcmodel=large -fno-builtin -m64 -fno-stack-protector -D $(ARCH) -D $(EMUL…