Home
last modified time | relevance | path

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

/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()
/linux/arch/xtensa/kernel/
H A Dasm-offsets.c143 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 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 Dcoprocessor.S195 rsr a0, excsave1 # exc_table
H A Dentry.S2119 rsr a3, excsave1 # exc_table