Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_exception/
Dexception_table_riscv.S17 .global __riscv_exception_table
18 __riscv_exception_table: label
69 la t6, __riscv_exception_table
Dexception.c27 extern uintptr_t __riscv_exception_table; in get_exception_table()
28 return (exception_handler_t *) &__riscv_exception_table; in get_exception_table()