Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcpu_entry_area.h41 struct cea_exception_stacks { struct
59 sizeof(((struct cea_exception_stacks *)0)->st## _stack)
68 offsetof(struct cea_exception_stacks, st## _stack)
71 (sizeof(struct cea_exception_stacks) / PAGE_SIZE)
118 struct cea_exception_stacks estacks;
135 DECLARE_PER_CPU(struct cea_exception_stacks *, cea_exception_stacks);
148 CEA_ESTACK_TOP(__this_cpu_read(cea_exception_stacks), name)
151 CEA_ESTACK_BOT(__this_cpu_read(cea_exception_stacks), name)
/openbmc/linux/arch/x86/mm/
H A Dcpu_entry_area.c19 DEFINE_PER_CPU(struct cea_exception_stacks*, cea_exception_stacks);
147 per_cpu(cea_exception_stacks, cpu) = &cea->estacks; in percpu_setup_exception_stacks()
/openbmc/linux/arch/x86/kernel/
H A Ddumpstack_64.c103 begin = (unsigned long)__this_cpu_read(cea_exception_stacks); in in_exception_stack()
111 end = begin + sizeof(struct cea_exception_stacks); in in_exception_stack()