Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/mm/
Dcpu_entry_area.c16 static DEFINE_PER_CPU_PAGE_ALIGNED(struct exception_stacks, exception_stacks);
96 struct exception_stacks *estacks = per_cpu_ptr(&exception_stacks, cpu); in percpu_setup_exception_stacks()
100 BUILD_BUG_ON(sizeof(exception_stacks) % PAGE_SIZE != 0); in percpu_setup_exception_stacks()
/Linux-v5.10/arch/x86/include/asm/
Dcpu_entry_area.h30 struct exception_stacks { struct