Searched refs:estacks (Results 1 – 3 of 3) sorted by relevance
89 npages = sizeof(estacks->name## _stack) / PAGE_SIZE; \90 cea_map_percpu_pages(cea->estacks.name## _stack, \91 estacks->name## _stack, npages, PAGE_KERNEL); \96 struct exception_stacks *estacks = per_cpu_ptr(&exception_stacks, cpu); in percpu_setup_exception_stacks() local102 per_cpu(cea_exception_stacks, cpu) = &cea->estacks; in percpu_setup_exception_stacks()
112 struct cea_exception_stacks estacks; member
114 vaddr = CEA_ESTACK_BOT(&cea->estacks, VC); in setup_vc_stacks()119 vaddr = CEA_ESTACK_BOT(&cea->estacks, VC2); in setup_vc_stacks()