Searched refs:stack (Results 1 – 11 of 11) sorted by relevance
36 ….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…
146 ul stack[STACK_SIZE / sizeof(ul)]; member
65 .rbp = (ul)(initial_proc_union.stack + STACK_SIZE / sizeof(ul)),66 .rsp = (ul)(initial_proc_union.stack + STACK_SIZE / sizeof(ul)),
63 │ userland ├─►sa_restorer ├──────────────►│Restore the stack│
25 export GLOBAL_CFLAGS := -mcmodel=large -fno-builtin -m64 -fno-stack-protector -D $(ARCH) -D $(EMUL…
238 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
473 let stack = UserStack::new(self, None, size)?; in new_user_stack() localVariable474 self.user_stack = Some(stack); in new_user_stack()