Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/kernel/
Dpsycho_common.c97 u64 tagval = stc_tag_buf[i]; in psycho_check_stc_error() local
103 ((tagval & PSYCHO_STCTAG_PPN) >> 19UL), in psycho_check_stc_error()
104 (tagval & PSYCHO_STCTAG_VPN), in psycho_check_stc_error()
105 ((tagval & PSYCHO_STCTAG_VALID) ? 1 : 0), in psycho_check_stc_error()
106 ((tagval & PSYCHO_STCTAG_WRITE) ? 1 : 0)); in psycho_check_stc_error()
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()