Home
last modified time | relevance | path

Searched refs:oist (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/kernel/
Dirq_64.c37 struct orig_ist *oist; in stack_overflow_check() local
55 oist = this_cpu_ptr(&orig_ist); in stack_overflow_check()
56 estack_top = (u64)oist->ist[0] - EXCEPTION_STKSZ + STACK_TOP_MARGIN; in stack_overflow_check()
57 estack_bottom = (u64)oist->ist[N_EXCEPTION_STACKS - 1]; in stack_overflow_check()
/Linux-v4.19/arch/x86/kernel/cpu/
Dcommon.c1683 struct orig_ist *oist; in cpu_init() local
1702 oist = &per_cpu(orig_ist, cpu); in cpu_init()
1739 if (!oist->ist[0]) { in cpu_init()
1744 oist->ist[v] = t->x86_tss.ist[v] = in cpu_init()