Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/mm/
A Dcpu_entry_area.c127 npages = sizeof(estacks->name## _stack) / PAGE_SIZE; \
128 cea_map_percpu_pages(cea->estacks.name## _stack, \
129 estacks->name## _stack, npages, PAGE_KERNEL); \
134 struct exception_stacks *estacks = per_cpu_ptr(&exception_stacks, cpu); in percpu_setup_exception_stacks() local
140 per_cpu(cea_exception_stacks, cpu) = &cea->estacks; in percpu_setup_exception_stacks()
/linux-6.3-rc2/arch/x86/include/asm/
A Dcpu_entry_area.h118 struct cea_exception_stacks estacks; member

Completed in 4 milliseconds