Lines Matching refs:stc
128 struct strbuf *strbuf = &pbm->stc; in __schizo_check_stc_error_pbm()
338 if (pbm->stc.strbuf_enabled) in schizo_check_iommu_error_pbm()
1099 pbm->stc.strbuf_control = base + SCHIZO_STRBUF_CONTROL; in schizo_pbm_strbuf_init()
1100 pbm->stc.strbuf_pflush = base + SCHIZO_STRBUF_FLUSH; in schizo_pbm_strbuf_init()
1101 pbm->stc.strbuf_fsync = base + SCHIZO_STRBUF_FSYNC; in schizo_pbm_strbuf_init()
1102 pbm->stc.strbuf_ctxflush = base + SCHIZO_STRBUF_CTXFLUSH; in schizo_pbm_strbuf_init()
1103 pbm->stc.strbuf_ctxmatch_base = base + SCHIZO_STRBUF_CTXMATCH; in schizo_pbm_strbuf_init()
1105 pbm->stc.strbuf_flushflag = (volatile unsigned long *) in schizo_pbm_strbuf_init()
1106 ((((unsigned long)&pbm->stc.__flushflag_buf[0]) in schizo_pbm_strbuf_init()
1109 pbm->stc.strbuf_flushflag_pa = (unsigned long) in schizo_pbm_strbuf_init()
1110 __pa(pbm->stc.strbuf_flushflag); in schizo_pbm_strbuf_init()
1116 control = upa_readq(pbm->stc.strbuf_control); in schizo_pbm_strbuf_init()
1121 upa_writeq(control, pbm->stc.strbuf_control); in schizo_pbm_strbuf_init()
1123 pbm->stc.strbuf_enabled = 1; in schizo_pbm_strbuf_init()