Home
last modified time | relevance | path

Searched refs:__stop_amode31_ex_table (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dextable.h32 extern struct exception_table_entry *__stop_amode31_ex_table;
/openbmc/linux/arch/s390/mm/
H A Dextable.c19 num = __stop_amode31_ex_table - __start_amode31_ex_table; in s390_search_extables()
/openbmc/linux/arch/s390/kernel/
H A Dearly.c290 sort_extable(__start_amode31_ex_table, __stop_amode31_ex_table); in sort_amode31_extable()
H A Dsetup.c105 struct exception_table_entry __amode31_ref *__stop_amode31_ex_table = _stop_amode31_ex_table; variable