Searched refs:stack_bottom (Results 1 – 3 of 3) sorted by relevance
272 unsigned long stack_bottom, unsigned long target_va) in write_stub_trampoline() argument277 *(uint64_t *)&stub[2] = stack_bottom - 8; in write_stub_trampoline()287 *(uint64_t *)&stub[15] = stack_bottom - 8; in write_stub_trampoline()307 unsigned long stack_bottom = get_stack_bottom(); in subarch_percpu_traps_init() local328 stub_va, stack_bottom, in subarch_percpu_traps_init()335 wrmsrl(MSR_IA32_SYSENTER_ESP, stack_bottom); in subarch_percpu_traps_init()343 stub_va, stack_bottom, in subarch_percpu_traps_init()
739 unsigned long stack_bottom = get_stack_bottom(), in load_system_tables() local740 stack_top = stack_bottom & ~(STACK_SIZE - 1); in load_system_tables()769 tss->rsp0 = stack_bottom; in load_system_tables()834 BUG_ON(system_state != SYS_STATE_early_boot && (stack_bottom & 0xf)); in load_system_tables()
548 unsigned long *stack = ESP_BEFORE_EXCEPTION(regs), *stack_bottom, addr; in show_stack() local556 stack_bottom = _p(get_stack_dump_bottom(regs->rsp)); in show_stack()559 (stack <= stack_bottom); i++ ) in show_stack()
Completed in 7 milliseconds