Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dcpu_entry_area.c18 static DEFINE_PER_CPU_PAGE_ALIGNED(struct exception_stacks, exception_stacks);
139 struct exception_stacks *estacks = per_cpu_ptr(&exception_stacks, cpu); in percpu_setup_exception_stacks()
143 BUILD_BUG_ON(sizeof(exception_stacks) % PAGE_SIZE != 0); in percpu_setup_exception_stacks()
/kernel/linux/linux-6.6/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); in percpu_setup_exception_stacks()
145 BUILD_BUG_ON(sizeof(exception_stacks) % PAGE_SIZE != 0); in percpu_setup_exception_stacks()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcpu_entry_area.h36 struct exception_stacks { struct
46 * The exception stack ordering in [cea_]exception_stacks
/kernel/linux/linux-6.6/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 2 milliseconds