Searched refs:mstatus (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/agp/
H A Dagp.c322 u_int32_t tstatus, mstatus; local
327 mstatus = pci_read_config(mdev, agp_find_caps(mdev) + AGP_STATUS, 4);
329 /* Set RQ to the min of mode, tstatus and mstatus */
333 if (AGP_MODE_GET_RQ(mstatus) < rq)
334 rq = AGP_MODE_GET_RQ(mstatus);
343 if (AGP_MODE_GET_ARQSZ(mstatus) > rq)
344 rq = AGP_MODE_GET_ARQSZ(mstatus);
348 if (AGP_MODE_GET_CAL(mstatus) < cal)
349 cal = AGP_MODE_GET_CAL(mstatus);
356 & AGP_MODE_GET_FW(mstatus)
391 u_int32_t tstatus, mstatus; local
445 u_int32_t tstatus, mstatus; local
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Dexception.S303 csrr t0, mstatus
312 csrr t0, mstatus
338 csrr t0, mstatus
347 csrr t0, mstatus
H A Dlocore.S206 csrw mstatus, s0
335 /* Configure mstatus */
340 csrw mstatus, s0
/freebsd-11-stable/sys/dev/usb/serial/
H A Dufoma.c683 uint8_t mstatus; local
752 mstatus = pkt.data[0];
754 if (mstatus & UCDC_N_SERIAL_RI) {
757 if (mstatus & UCDC_N_SERIAL_DSR) {
760 if (mstatus & UCDC_N_SERIAL_DCD) {
H A Du3g.c1221 uint8_t mstatus; local
1253 mstatus = pkt.data[0];
1255 if (mstatus & UCDC_N_SERIAL_RI)
1257 if (mstatus & UCDC_N_SERIAL_DSR)
1259 if (mstatus & UCDC_N_SERIAL_DCD)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp188 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) {
192 INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) {
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c1729 uInt mstatus = 0; /* local status */ local
1730 decMultiplyOp (b, b, b, &workset, &mstatus); /* try the multiply */
1731 if (mstatus != 0)
1737 decCompareOp (t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */

Completed in 111 milliseconds