Searched refs:exception_stacks (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/mm/
H A Dcpu_entry_area.c18 static DEFINE_PER_CPU_PAGE_ALIGNED(struct exception_stacks, exception_stacks);
141 struct exception_stacks *estacks = per_cpu_ptr(&exception_stacks, cpu);
145 BUILD_BUG_ON(sizeof(exception_stacks) % PAGE_SIZE != 0);
/linux-master/arch/x86/include/asm/
H A Dcpu_entry_area.h36 struct exception_stacks { struct
46 * The exception stack ordering in [cea_]exception_stacks

Completed in 190 milliseconds