Searched refs:C_AFSR_PRIV (Results 1 – 3 of 3) sorted by relevance
260 #define C_AFSR_MASK (C_AFSR_ALL_ERRS | C_AFSR_PRIV | C_AFSR_B_SYND | \264 #define C_AFSR_MASK (C_AFSR_ALL_ERRS | C_AFSR_PRIV | C_AFSR_M_SYND | \
221 #define C_AFSR_PRIV INT64_C(0x0010000000000000) /* priv code access error */ macro
1225 aflt->flt_priv = ((t_afsr & C_AFSR_PRIV) != 0); in cpu_check_cpu_logout()3397 aflt->flt_priv = ((cpu_error_regs.afsr & C_AFSR_PRIV) != 0); in cpu_async_panic_callb()6335 aflt->flt_priv = ((cpu_error_regs->afsr & C_AFSR_PRIV) != 0);