Home
last modified time | relevance | path

Searched refs:mop (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp150 if (mop->external_tag == kExternalTagNone) { in PrintMop()
152 MopDesc(first, mop->write, mop->atomic), mop->size, in PrintMop()
153 (void *)mop->addr, thread_name(thrbuf, mop->tid)); in PrintMop()
160 (void *)mop->addr, thread_name(thrbuf, mop->tid)); in PrintMop()
162 PrintMutexSet(mop->mset); in PrintMop()
165 PrintStack(mop->stack); in PrintMop()
403 (first ? (mop->write ? "Write" : "Read") in PrintMop()
405 reinterpret_cast<void *>(mop->addr)); in PrintMop()
406 if (mop->tid == kMainGoroutineId) in PrintMop()
409 Printf("goroutine %d:\n", mop->tid); in PrintMop()
[all …]
H A Dtsan_debugging.cpp113 ReportMop *mop = rep->mops[idx]; in __tsan_get_report_mop() local
114 *tid = mop->tid; in __tsan_get_report_mop()
115 *addr = (void *)mop->addr; in __tsan_get_report_mop()
116 *size = mop->size; in __tsan_get_report_mop()
117 *write = mop->write ? 1 : 0; in __tsan_get_report_mop()
118 *atomic = mop->atomic ? 1 : 0; in __tsan_get_report_mop()
119 if (mop->stack) CopyTrace(mop->stack->frames, trace, trace_size); in __tsan_get_report_mop()
H A Dtsan_rtl_report.cpp183 auto *mop = New<ReportMop>(); in AddMemoryAccess() local
184 rep_->mops.PushBack(mop); in AddMemoryAccess()
185 mop->tid = tid; in AddMemoryAccess()
186 mop->addr = addr + addr0; in AddMemoryAccess()
187 mop->size = size; in AddMemoryAccess()
188 mop->write = !(typ & kAccessRead); in AddMemoryAccess()
189 mop->atomic = typ & kAccessAtomic; in AddMemoryAccess()
191 mop->external_tag = external_tag; in AddMemoryAccess()
192 if (mop->stack) in AddMemoryAccess()
193 mop->stack->suppressable = true; in AddMemoryAccess()
[all …]
/openbsd/sys/arch/alpha/stand/netboot/
H A DMakefile21 CLEANFILES+= vers.c vers.o ${PROG}.sym ${PROG}.nosym ${PROG}.mop
39 ${PROG} ${PROG}.mop: ${PROG}.nosym
41 mopa.out ${PROG}.nosym ${PROG}.mop
49 -m ${BINMODE} ${PROG}.mop ${DESTDIR}${BINDIR}/${PROG}.mop
/openbsd/etc/etc.alpha/
H A DMakefile.inc9 cp -p ${DESTDIR}/usr/mdec/netboot.mop ${RELEASEDIR}
13 boot bootxx netboot netboot.mop
/openbsd/usr.sbin/mopd/otherOS/linux2/
H A Dmopd-x.x.x.spec19 /tftpboot/mop, the filename is normally uppercase and with an extension of
40 mkdir -p -m 755 $RPM_BUILD_ROOT/tftpboot/mop
57 %attr(755, root, root) /tftpboot/mop
/openbsd/etc/rc.d/
H A Dmopd13 [[ -d /tftpboot/mop ]]
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsV.td249 class RVInstVLX<bits<3> nf, bit mew, RISCVMOP mop, bits<3> width,
259 let Inst{27-26} = mop.Value;
313 class RVInstVSX<bits<3> nf, bit mew, RISCVMOP mop, bits<3> width,
323 let Inst{27-26} = mop.Value;
H A DRISCVInstrInfoV.td228 class VIndexedLoad<RISCVMOP mop, RISCVWidth width, string opcodestr>
229 : RVInstVLX<0b000, width.Value{3}, mop, width.Value{2-0},
254 class VIndexedSegmentLoad<bits<3> nf, RISCVMOP mop, RISCVWidth width,
256 : RVInstVLX<nf, width.Value{3}, mop, width.Value{2-0},
292 class VIndexedStore<RISCVMOP mop, RISCVWidth width, string opcodestr>
293 : RVInstVSX<0b000, width.Value{3}, mop, width.Value{2-0}, (outs),
310 class VIndexedSegmentStore<bits<3> nf, RISCVMOP mop, RISCVWidth width,
312 : RVInstVSX<nf, width.Value{3}, mop, width.Value{2-0}, (outs),
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1192.key9 WS9+uf8z/mop+uIP6qC6qS61cu/YgrhPJAOPrOnJB44WYl/xf8Uhh/V+nNBQfMQ6
/openbsd/distrib/notes/alpha/
H A Dcontents28 netboot.mop The OpenBSD/MACHINE network boot loader, for MOP
H A Dinstall71 You will need to copy netboot.mop into
72 /tftpboot/mop/1a2b3c4d5e6f.SYS, where "1a2b3c4d5e6f" represents
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-s390.c2088 unsigned short mop; local
2090 mop = bfd_getb16 ((unsigned char *) where);
2091 mop |= (unsigned short) (value & 0xfff);
2092 bfd_putb16 ((bfd_vma) mop, (unsigned char *) where);
2101 unsigned int mop; local
2102 mop = bfd_getb32 ((unsigned char *) where);
2103 mop |= (unsigned int) ((value & 0xfff) << 8 |
2105 bfd_putb32 ((bfd_vma) mop, (unsigned char *) where);
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-s390.c2115 unsigned short mop; local
2117 mop = bfd_getb16 ((unsigned char *) where);
2118 mop |= (unsigned short) (value & 0xfff);
2119 bfd_putb16 ((bfd_vma) mop, (unsigned char *) where);
2128 unsigned int mop; local
2129 mop = bfd_getb32 ((unsigned char *) where);
2130 mop |= (unsigned int) ((value & 0xfff) << 8 |
2132 bfd_putb32 ((bfd_vma) mop, (unsigned char *) where);
/openbsd/sys/net/
H A Dppp-deflate.c458 z_decompress(void *arg, struct mbuf *mi, struct mbuf **mop) in z_decompress() argument
467 *mop = NULL; in z_decompress()
596 *mop = mo_head; in z_decompress()
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dsparc-opc.c1172 #define fmovrs(mop, mask, flags) /* v9 */ \ argument
1173 …fmrrs(mop, F3(2, 0x35, 0)|OPF_LOW5(5)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~5)|RCOND(~(mask)), (…
1174 #define fmovrd(mop, mask, flags) /* v9 */ \ argument
1175 …fmrrd(mop, F3(2, 0x35, 0)|OPF_LOW5(6)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~6)|RCOND(~(mask)), (…
1176 #define fmovrq(mop, mask, flags) /* v9 */ \ argument
1177 …fmrrq(mop, F3(2, 0x35, 0)|OPF_LOW5(7)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~7)|RCOND(~(mask)), (…
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dsparc-opc.c1179 #define fmovrs(mop, mask, flags) /* v9 */ \ argument
1180 …fmrrs(mop, F3(2, 0x35, 0)|OPF_LOW5(5)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~5)|RCOND(~(mask)), (…
1181 #define fmovrd(mop, mask, flags) /* v9 */ \ argument
1182 …fmrrd(mop, F3(2, 0x35, 0)|OPF_LOW5(6)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~6)|RCOND(~(mask)), (…
1183 #define fmovrq(mop, mask, flags) /* v9 */ \ argument
1184 …fmrrq(mop, F3(2, 0x35, 0)|OPF_LOW5(7)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~7)|RCOND(~(mask)), (…
/openbsd/distrib/sets/lists/base/
H A Dmd.alpha429 ./usr/mdec/netboot.mop
/openbsd/sys/arch/sparc64/sparc64/
H A Dlocore.s5806 ! mop up trailing word (if present) and byte (if present).
5808 be Lkcopy_mopb ! no word, go mop up byte
5822 ! mop up trailing byte (if present).
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog4120 * gcc.dg/cpp/if-mop.c: Update.
9432 endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
10691 cpp-missingop.c cpp/if-mop.c
/openbsd/gnu/gcc/gcc/config/c4x/
H A Dc4x.md7288 ; be required if we run a post reload mop-up pass.
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.md7319 ; be required if we run a post reload mop-up pass.
/openbsd/share/dict/
H A Dweb2a16923 dish mop
17315 dolly-mop
22317 floor mop
35956 mop-up
H A Dweb2119431 mop