Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dtraps.c270 unsigned long stack_bottom, unsigned long target_va) in write_stub_trampoline() argument
275 *(uint64_t *)&stub[2] = stack_bottom - 8; in write_stub_trampoline()
285 *(uint64_t *)&stub[15] = stack_bottom - 8; in write_stub_trampoline()
304 unsigned long stack_bottom = get_stack_bottom(); in subarch_percpu_traps_init() local
321 stub_va, stack_bottom, in subarch_percpu_traps_init()
329 wrmsrl(MSR_IA32_SYSENTER_ESP, stack_bottom); in subarch_percpu_traps_init()
337 stub_va, stack_bottom, in subarch_percpu_traps_init()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c716 unsigned long stack_bottom = get_stack_bottom(), in load_system_tables() local
717 stack_top = stack_bottom & ~(STACK_SIZE - 1); in load_system_tables()
736 .rsp0 = stack_bottom, in load_system_tables()
785 BUG_ON(system_state != SYS_STATE_early_boot && (stack_bottom & 0xf)); in load_system_tables()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c487 unsigned long *stack = ESP_BEFORE_EXCEPTION(regs), *stack_bottom, addr; in show_stack() local
495 stack_bottom = _p(get_stack_dump_bottom(regs->rsp)); in show_stack()
498 (stack <= stack_bottom); i++ ) in show_stack()

Completed in 9 milliseconds