Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/nios2/cpu/
H A Dcpu.c50 void *except_target = (void *)gd->arch.exception_addr; in copy_exception_trampoline()
55 flush_cache(gd->arch.exception_addr, in copy_exception_trampoline()
120 gd->arch.exception_addr = fdtdec_get_int(blob, node, in altera_nios2_probe()
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Dglobal_data.h17 u32 exception_addr; member
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dcpuinfo.h38 u32 exception_addr; member
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dsetup.c183 copy_exception_handler(cpuinfo.exception_addr); in setup_arch()
H A Dcpuinfo.c108 cpuinfo.exception_addr = fcpu(cpu, "altr,exception-addr"); in setup_cpuinfo()