Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/kernel/
Drelocate.c181 unsigned long *etable_start, *etable_end, *e; in relocate_exception_table() local
184 etable_end = RELOCATED(&__stop___ex_table); in relocate_exception_table()
186 for (e = etable_start; e < etable_end; e++) in relocate_exception_table()