Searched refs:cea_exception_stacks (Results 1 – 5 of 5) sorted by relevance
34 struct cea_exception_stacks { struct52 sizeof(((struct cea_exception_stacks *)0)->st## _stack)61 offsetof(struct cea_exception_stacks, st## _stack)64 (sizeof(struct cea_exception_stacks) / PAGE_SIZE)99 struct cea_exception_stacks estacks;120 DECLARE_PER_CPU(struct cea_exception_stacks *, cea_exception_stacks);142 CEA_ESTACK_TOP(__this_cpu_read(cea_exception_stacks), name)
17 DEFINE_PER_CPU(struct cea_exception_stacks*, cea_exception_stacks);97 per_cpu(cea_exception_stacks, cpu) = &cea->estacks; in percpu_setup_exception_stacks()
85 DEFINE(DB_STACK_OFFSET, offsetof(struct cea_exception_stacks, DB_stack) - in main()86 offsetof(struct cea_exception_stacks, DB1_stack)); in main()
96 begin = (unsigned long)__this_cpu_read(cea_exception_stacks); in in_exception_stack()104 end = begin + sizeof(struct cea_exception_stacks); in in_exception_stack()
496 struct cea_exception_stacks *cs = __this_cpu_read(cea_exception_stacks); in is_debug_stack()