Searched refs:exc_table (Results 1 – 5 of 5) sorted by relevance
| /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()
|
| /linux/arch/xtensa/kernel/ |
| H A D | asm-offsets.c | 143 DEFINE(EXC_TABLE_KSTK, offsetof(struct exc_table, kstk)); in main() 144 DEFINE(EXC_TABLE_DOUBLE_SAVE, offsetof(struct exc_table, double_save)); in main() 145 DEFINE(EXC_TABLE_FIXUP, offsetof(struct exc_table, fixup)); in main() 146 DEFINE(EXC_TABLE_PARAM, offsetof(struct exc_table, fixup_param)); in main() 149 offsetof(struct exc_table, coprocessor_owner)); in main() 152 offsetof(struct exc_table, fast_user_handler)); in main() 154 offsetof(struct exc_table, fast_kernel_handler)); in main() 155 DEFINE(EXC_TABLE_DEFAULT, offsetof(struct exc_table, default_handler)); in main()
|
| 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
|