Searched refs:estacks (Results 1 – 2 of 2) sorted by relevance
84 npages = sizeof(estacks->name## _stack) / PAGE_SIZE; \85 cea_map_percpu_pages(cea->estacks.name## _stack, \86 estacks->name## _stack, npages, PAGE_KERNEL); \91 struct exception_stacks *estacks = per_cpu_ptr(&exception_stacks, cpu); in percpu_setup_exception_stacks() local97 per_cpu(cea_exception_stacks, cpu) = &cea->estacks; in percpu_setup_exception_stacks()
99 struct cea_exception_stacks estacks; member