Home
last modified time | relevance | path

Searched refs:exc_table (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/xtensa/include/asm/
H A Dtraps.h21 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()
/openbmc/linux/arch/xtensa/kernel/
H A Dasm-offsets.c142 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 Dprocess.c75 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 Dtraps.c168 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 Dcoprocessor.S195 rsr a0, excsave1 # exc_table
H A Dentry.S2119 rsr a3, excsave1 # exc_table
/openbmc/u-boot/arch/xtensa/cpu/
H A Dexceptions.c27 handler_t exc_table[EXCCAUSE_LAST] = { variable
H A Dstart.S454 movi a0, exc_table