Home
last modified time | relevance | path

Searched refs:MemoryRead (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface_inl.h20 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog1); in __tsan_read1()
24 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog2); in __tsan_read2()
28 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog4); in __tsan_read4()
32 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read8()
52 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read1_pc()
56 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog2); in __tsan_read2_pc()
60 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog4); in __tsan_read4_pc()
64 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog8); in __tsan_read8_pc()
97 MemoryRead(thr, CALLERPC, (uptr)vptr_p, kSizeLog8); in __tsan_vptr_read()
H A Dtsan_interface.cc36 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read16()
37 MemoryRead(cur_thread(), CALLERPC, (uptr)addr + 8, kSizeLog8); in __tsan_read16()
46 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog8); in __tsan_read16_pc()
47 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr + 8, kSizeLog8); in __tsan_read16_pc()
H A Dtsan_fd.cc116 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in init()
164 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAcquire()
175 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdRelease()
185 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAccess()
205 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdClose()
229 MemoryRead(thr, pc, (uptr)od, kSizeLog8); in FdDup()
H A Dtsan_external.cc112 ExternalAccess(addr, caller_pc, tag, MemoryRead); in __tsan_external_read()
H A Dtsan_rtl.h731 void ALWAYS_INLINE MemoryRead(ThreadState *thr, uptr pc, in MemoryRead() function
H A Dtsan_interceptors.cc1381 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR()
1383 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interface_inl.h22 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog1); in __tsan_read1()
26 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog2); in __tsan_read2()
30 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog4); in __tsan_read4()
34 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read8()
54 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read1_pc()
58 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog2); in __tsan_read2_pc()
62 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog4); in __tsan_read4_pc()
66 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog8); in __tsan_read8_pc()
99 MemoryRead(thr, CALLERPC, (uptr)vptr_p, kSizeLog8); in __tsan_vptr_read()
H A Dtsan_interface.cc36 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read16()
37 MemoryRead(cur_thread(), CALLERPC, (uptr)addr + 8, kSizeLog8); in __tsan_read16()
46 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog8); in __tsan_read16_pc()
47 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr + 8, kSizeLog8); in __tsan_read16_pc()
H A Dtsan_fd.cc118 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in init()
166 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAcquire()
177 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdRelease()
187 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAccess()
207 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdClose()
231 MemoryRead(thr, pc, (uptr)od, kSizeLog8); in FdDup()
H A Dtsan_external.cc114 ExternalAccess(addr, caller_pc, tag, MemoryRead); in __tsan_external_read()
H A Dtsan_rtl.h735 void ALWAYS_INLINE MemoryRead(ThreadState *thr, uptr pc, in MemoryRead() function
H A Dtsan_interceptors.cc1423 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR()
1425 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interface_inl.h20 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog1); in __tsan_read1()
24 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog2); in __tsan_read2()
28 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog4); in __tsan_read4()
32 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read8()
52 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read1_pc()
56 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog2); in __tsan_read2_pc()
60 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog4); in __tsan_read4_pc()
64 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog8); in __tsan_read8_pc()
97 MemoryRead(thr, CALLERPC, (uptr)vptr_p, kSizeLog8); in __tsan_vptr_read()
H A Dtsan_interface.cc36 MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); in __tsan_read16()
37 MemoryRead(cur_thread(), CALLERPC, (uptr)addr + 8, kSizeLog8); in __tsan_read16()
46 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr, kSizeLog8); in __tsan_read16_pc()
47 MemoryRead(cur_thread(), (uptr)pc, (uptr)addr + 8, kSizeLog8); in __tsan_read16_pc()
H A Dtsan_fd.cc116 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in init()
164 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAcquire()
175 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdRelease()
185 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdAccess()
205 MemoryRead(thr, pc, (uptr)d, kSizeLog8); in FdClose()
229 MemoryRead(thr, pc, (uptr)od, kSizeLog8); in FdDup()
H A Dtsan_external.cc112 ExternalAccess(addr, caller_pc, tag, MemoryRead); in __tsan_external_read()
H A Dtsan_rtl.h731 void ALWAYS_INLINE MemoryRead(ThreadState *thr, uptr pc, in MemoryRead() function
H A Dtsan_interceptors.cc1381 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR()
1383 MemoryRead(thr, pc, (uptr)b, kSizeLog1); in TSAN_INTERCEPTOR()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
H A Dtsan_go.cc163 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read()
169 MemoryRead(thr, (uptr)pc, (uptr)addr, kSizeLog1); in __tsan_read_pc()