Home
last modified time | relevance | path

Searched refs:cea_exception_stacks (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/asm/
Dcpu_entry_area.h34 struct cea_exception_stacks { struct
52 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)
/arch/x86/mm/
Dcpu_entry_area.c17 DEFINE_PER_CPU(struct cea_exception_stacks*, cea_exception_stacks);
97 per_cpu(cea_exception_stacks, cpu) = &cea->estacks; in percpu_setup_exception_stacks()
/arch/x86/kernel/
Dasm-offsets_64.c85 DEFINE(DB_STACK_OFFSET, offsetof(struct cea_exception_stacks, DB_stack) - in main()
86 offsetof(struct cea_exception_stacks, DB1_stack)); in main()
Ddumpstack_64.c96 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()
Dnmi.c496 struct cea_exception_stacks *cs = __this_cpu_read(cea_exception_stacks); in is_debug_stack()