Home
last modified time | relevance | path

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

/netbsd/sys/arch/alpha/include/
H A Dlogout.h94 uint64_t exc_mask; /* Exception mask. */ member
196 uint64_t exc_mask; /* Exception mask. */ member
/netbsd/sys/arch/alpha/common/
H A Dcomlogout.c73 printf(fmt1, "Exception mask", mcucev5p->exc_mask); in ev5_logout_print()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_conf.h685 #define _EXC_MASKS_ARG , &exc_mask
688 #define _EXC_MASKS_ARG , exc_mask
689 #define _EXC_MASKS_PARAM , _IDEC_exceptionmasks exc_mask
694 #define exc_mask _IDEC_glbexceptionmasks macro
/netbsd/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_conf.h685 #define _EXC_MASKS_ARG , &exc_mask
688 #define _EXC_MASKS_ARG , exc_mask
689 #define _EXC_MASKS_PARAM , _IDEC_exceptionmasks exc_mask
694 #define exc_mask _IDEC_glbexceptionmasks macro
/netbsd/sys/arch/alpha/alpha/
H A Ddec_2100_a50.c324 printf(fmt1, "Exception mask", ptr->exc_mask); in dec_2100_a50_mcheck()