Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dpsycho_common.c98 u64 tagval = stc_tag_buf[i]; in psycho_check_stc_error() local
104 ((tagval & PSYCHO_STCTAG_PPN) >> 19UL), in psycho_check_stc_error()
105 (tagval & PSYCHO_STCTAG_VPN), in psycho_check_stc_error()
106 ((tagval & PSYCHO_STCTAG_VALID) ? 1 : 0), in psycho_check_stc_error()
107 ((tagval & PSYCHO_STCTAG_WRITE) ? 1 : 0)); in psycho_check_stc_error()
H A Dpci_schizo.c190 unsigned long tagval = stc_tag_buf[i]; in __schizo_check_stc_error_pbm() local
195 ((tagval & SCHIZO_STCTAG_PPN) >> 19UL), in __schizo_check_stc_error_pbm()
196 (tagval & SCHIZO_STCTAG_VPN), in __schizo_check_stc_error_pbm()
197 ((tagval & SCHIZO_STCTAG_VALID) ? 1 : 0), in __schizo_check_stc_error_pbm()
198 ((tagval & SCHIZO_STCTAG_READ) ? 1 : 0)); in __schizo_check_stc_error_pbm()