Searched refs:estacks (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | cpu_entry_area.c | 132 npages = sizeof(estacks->name## _stack) / PAGE_SIZE; \ 133 cea_map_percpu_pages(cea->estacks.name## _stack, \ 134 estacks->name## _stack, npages, PAGE_KERNEL); \ 139 struct exception_stacks *estacks = per_cpu_ptr(&exception_stacks, cpu); in percpu_setup_exception_stacks() local 145 per_cpu(cea_exception_stacks, cpu) = &cea->estacks; in percpu_setup_exception_stacks()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | cpu_entry_area.c | 134 npages = sizeof(estacks->name## _stack) / PAGE_SIZE; \ 135 cea_map_percpu_pages(cea->estacks.name## _stack, \ 136 estacks->name## _stack, npages, PAGE_KERNEL); \ 141 struct exception_stacks *estacks = per_cpu_ptr(&exception_stacks, cpu); in percpu_setup_exception_stacks() local 147 per_cpu(cea_exception_stacks, cpu) = &cea->estacks; in percpu_setup_exception_stacks()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | cpu_entry_area.h | 118 struct cea_exception_stacks estacks; member
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | cpu_entry_area.h | 118 struct cea_exception_stacks estacks; member
|
Completed in 3 milliseconds