Searched refs:orig_ist (Results 1 – 5 of 5) sorted by relevance
37 struct orig_ist *oist; in stack_overflow_check()55 oist = this_cpu_ptr(&orig_ist); in stack_overflow_check()
64 end = (unsigned long *)raw_cpu_ptr(&orig_ist)->ist[k]; in in_exception_stack()
385 struct orig_ist { struct390 DECLARE_PER_CPU(struct orig_ist, orig_ist); argument
1576 DEFINE_PER_CPU(struct orig_ist, orig_ist);1683 struct orig_ist *oist; in cpu_init()1702 oist = &per_cpu(orig_ist, cpu); in cpu_init()
752 unsigned long stack = this_cpu_read(orig_ist.ist[DOUBLEFAULT_STACK]) - sizeof(void *); in no_context()