Lines Matching refs:stc
134 struct strbuf *strbuf = &pbm->stc; in __schizo_check_stc_error_pbm()
344 if (pbm->stc.strbuf_enabled) in schizo_check_iommu_error_pbm()
1104 pbm->stc.strbuf_control = base + SCHIZO_STRBUF_CONTROL; in schizo_pbm_strbuf_init()
1105 pbm->stc.strbuf_pflush = base + SCHIZO_STRBUF_FLUSH; in schizo_pbm_strbuf_init()
1106 pbm->stc.strbuf_fsync = base + SCHIZO_STRBUF_FSYNC; in schizo_pbm_strbuf_init()
1107 pbm->stc.strbuf_ctxflush = base + SCHIZO_STRBUF_CTXFLUSH; in schizo_pbm_strbuf_init()
1108 pbm->stc.strbuf_ctxmatch_base = base + SCHIZO_STRBUF_CTXMATCH; in schizo_pbm_strbuf_init()
1110 pbm->stc.strbuf_flushflag = (volatile unsigned long *) in schizo_pbm_strbuf_init()
1111 ((((unsigned long)&pbm->stc.__flushflag_buf[0]) in schizo_pbm_strbuf_init()
1114 pbm->stc.strbuf_flushflag_pa = (unsigned long) in schizo_pbm_strbuf_init()
1115 __pa(pbm->stc.strbuf_flushflag); in schizo_pbm_strbuf_init()
1121 control = upa_readq(pbm->stc.strbuf_control); in schizo_pbm_strbuf_init()
1126 upa_writeq(control, pbm->stc.strbuf_control); in schizo_pbm_strbuf_init()
1128 pbm->stc.strbuf_enabled = 1; in schizo_pbm_strbuf_init()