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

/linux-master/arch/sparc/kernel/
H A Dpsycho_common.c98 u64 tagval = stc_tag_buf[i]; local
104 ((tagval & PSYCHO_STCTAG_PPN) >> 19UL),
105 (tagval & PSYCHO_STCTAG_VPN),
106 ((tagval & PSYCHO_STCTAG_VALID) ? 1 : 0),
107 ((tagval & PSYCHO_STCTAG_WRITE) ? 1 : 0));
H A Dpci_schizo.c193 unsigned long tagval = stc_tag_buf[i]; local
198 ((tagval & SCHIZO_STCTAG_PPN) >> 19UL),
199 (tagval & SCHIZO_STCTAG_VPN),
200 ((tagval & SCHIZO_STCTAG_VALID) ? 1 : 0),
201 ((tagval & SCHIZO_STCTAG_READ) ? 1 : 0));

Completed in 114 milliseconds