Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dcpu_entry_area.h35 struct cea_exception_stacks { struct
53 sizeof(((struct cea_exception_stacks *)0)->st## _stack)
62 offsetof(struct cea_exception_stacks, st## _stack)
65 (sizeof(struct cea_exception_stacks) / PAGE_SIZE)
112 struct cea_exception_stacks estacks;
133 DECLARE_PER_CPU(struct cea_exception_stacks *, cea_exception_stacks);
146 CEA_ESTACK_TOP(__this_cpu_read(cea_exception_stacks), name)
149 CEA_ESTACK_BOT(__this_cpu_read(cea_exception_stacks), name)
/Linux-v5.10/arch/x86/mm/
Dcpu_entry_area.c17 DEFINE_PER_CPU(struct cea_exception_stacks*, cea_exception_stacks);
102 per_cpu(cea_exception_stacks, cpu) = &cea->estacks; in percpu_setup_exception_stacks()
/Linux-v5.10/arch/x86/kernel/
Ddumpstack_64.c97 begin = (unsigned long)__this_cpu_read(cea_exception_stacks); in in_exception_stack()
105 end = begin + sizeof(struct cea_exception_stacks); in in_exception_stack()