Home
last modified time | relevance | path

Searched refs:stack_bottom (Results 1 – 3 of 3) sorted by relevance

/xen/xen/arch/x86/x86_64/
A Dtraps.c272 unsigned long stack_bottom, unsigned long target_va) in write_stub_trampoline() argument
277 *(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() local
328 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()
/xen/xen/arch/x86/cpu/
A Dcommon.c739 unsigned long stack_bottom = get_stack_bottom(), in load_system_tables() local
740 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()
/xen/xen/arch/x86/
A Dtraps.c548 unsigned long *stack = ESP_BEFORE_EXCEPTION(regs), *stack_bottom, addr; in show_stack() local
556 stack_bottom = _p(get_stack_dump_bottom(regs->rsp)); in show_stack()
559 (stack <= stack_bottom); i++ ) in show_stack()

Completed in 7 milliseconds