Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/emips/stand/common/
H A Dprom_iface.c339 u_int exceptioncode[(0x200-0x080)/4]; /* Change if ExceptionHandlerEnd changes */ variable
344 memcpy(exceptioncode,ExceptionHandler,sizeof exceptioncode); in save_locore()
350 memcpy(ExceptionHandler,exceptioncode,sizeof exceptioncode); in restore_locore()