Searched refs:exc_table (Results 1 – 6 of 6) sorted by relevance
/linux/arch/xtensa/kernel/ |
H A D | asm-offsets.c | 142 DEFINE(EXC_TABLE_KSTK, offsetof(struct exc_table, kstk)); in main() 143 DEFINE(EXC_TABLE_DOUBLE_SAVE, offsetof(struct exc_table, double_save)); in main() 144 DEFINE(EXC_TABLE_FIXUP, offsetof(struct exc_table, fixup)); in main() 145 DEFINE(EXC_TABLE_PARAM, offsetof(struct exc_table, fixup_param)); in main() 148 offsetof(struct exc_table, coprocessor_owner)); in main() 151 offsetof(struct exc_table, fast_user_handler)); in main() 153 offsetof(struct exc_table, fast_kernel_handler)); in main() 154 DEFINE(EXC_TABLE_DEFAULT, offsetof(struct exc_table, default_handler)); in main()
|
H A D | traps.c | 168 DEFINE_PER_CPU(struct exc_table, exc_table); 443 per_cpu(exc_table, cpu).type[cause] = (handler);\ 451 void *previous = per_cpu(exc_table, 0).default_handler[cause]; in trap_set_handler() 460 xtensa_set_sr(this_cpu_ptr(&exc_table), excsave1); in trap_init_excsave()
|
H A D | process.c | 75 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner; in local_coprocessors_flush_release_all() 107 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner; in local_coprocessor_release_all() 140 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner; in local_coprocessor_flush_all()
|
H A D | coprocessor.S | 195 rsr a0, excsave1 # exc_table
|
H A D | entry.S | 2119 rsr a3, excsave1 # exc_table
|
/linux/arch/xtensa/include/asm/ |
H A D | traps.h | 21 struct exc_table { struct 42 DECLARE_PER_CPU(struct exc_table, exc_table); argument 67 static struct exc_table init_exc_table __initdata = { in early_trap_init()
|