Home
last modified time | relevance | path

Searched refs:dtv (Results 1 – 14 of 14) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_tls_get_addr.cc46 static inline void DTLS_Deallocate(DTLS::DTV *dtv, uptr size) { in DTLS_Deallocate() argument
48 VPrintf(2, "__tls_get_addr: DTLS_Deallocate %p %zd\n", dtv, size); in DTLS_Deallocate()
49 UnmapOrDie(dtv, size * sizeof(DTLS::DTV)); in DTLS_Deallocate()
64 DTLS::DTV *old_dtv = dtls.dtv; in DTLS_Resize()
66 internal_memcpy(new_dtv, dtls.dtv, dtls.dtv_size * sizeof(DTLS::DTV)); in DTLS_Resize()
67 dtls.dtv = new_dtv; in DTLS_Resize()
78 DTLS_Deallocate(dtls.dtv, s); in DTLS_Destroy()
97 if (dtls.dtv[dso_id].beg) return 0; in DTLS_on_tls_get_addr()
125 dtls.dtv[dso_id].beg = tls_beg; in DTLS_on_tls_get_addr()
126 dtls.dtv[dso_id].size = tls_size; in DTLS_on_tls_get_addr()
[all …]
Dsanitizer_tls_get_addr.h44 DTV *dtv; // dtv_size elements, allocated by MmapOrDie. member
Dsanitizer_linux_libcdep.cc364 void **dtv = (void**) segbase[1]; in GetTls()
365 *addr = (uptr) dtv[2]; in GetTls()
366 *size = (*addr == 0) ? 0 : ((uptr) segbase[0] - (uptr) dtv[2]); in GetTls()
Dsanitizer_common_interceptors.inc4459 DTLS::DTV *dtv = DTLS_on_tls_get_addr(arg, res, tls_begin, tls_end);
4460 if (dtv) {
4462 COMMON_INTERCEPTOR_INITIALIZE_RANGE((void *)dtv->beg, dtv->size);
4492 DTLS::DTV *dtv = DTLS_on_tls_get_addr(arg, ptr, tls_begin, tls_end);
4493 if (dtv) {
4495 COMMON_INTERCEPTOR_INITIALIZE_RANGE((void *)dtv->beg, dtv->size);
/external/strace/
Dcount.c135 struct timespec tv_cum, dtv; in call_summary_pers() local
151 ts_mul(&dtv, &overhead, counts[i].calls); in call_summary_pers()
152 ts_sub(&counts[i].time, &counts[i].time, &dtv); in call_summary_pers()
170 ts_div(&dtv, &cc->time, cc->calls); in call_summary_pers()
178 (long) (1000000 * dtv.tv_sec + dtv.tv_nsec / 1000), in call_summary_pers()
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dstrobemeta.h244 typedef union dtv { union
256 dtv_t* dtv; member
309 dtv_t *dtv; in calc_location() local
317 bpf_probe_read_user(&dtv, sizeof(dtv), in calc_location()
318 &((struct tcbhead *)tls_base)->dtv); in calc_location()
319 dtv += tls_index.module; in calc_location()
321 dtv = NULL; in calc_location()
323 bpf_probe_read_user(&tls_ptr, sizeof(void *), dtv); in calc_location()
/external/compiler-rt/lib/msan/
Dmsan_thread.cc41 __msan_unpoison((void *)(dtls->dtv[i].beg), dtls->dtv[i].size); in ClearShadowForThreadStackAndTLS()
/external/tensorflow/tensorflow/core/framework/
Dfake_input.cc231 DataTypeVector dtv(dts.begin(), dts.end()); in FakeInput() local
232 return [dtv](const OpDef& op_def, int in_index, const NodeDef& node_def, in FakeInput()
235 impl.SetTypeList(dtv); in FakeInput()
/external/compiler-rt/lib/lsan/
Dlsan_common.cc262 uptr dtls_beg = dtls->dtv[j].beg; in ProcessThreads()
263 uptr dtls_end = dtls_beg + dtls->dtv[j].size; in ProcessThreads()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2405 DTLS::DTV *dtv = DTLS_on_tls_get_addr(arg, res, thr->tls_addr, thr->tls_size); in TSAN_INTERCEPTOR() local
2406 if (!dtv) in TSAN_INTERCEPTOR()
2409 MemoryResetRange(thr, 0, dtv->beg, dtv->size); in TSAN_INTERCEPTOR()
/external/cpuinfo/test/dmesg/
Dmoto-g-gen2.log683 [ 2.456823,2] init: (Parsing init.mmi.dtv.rc took 0.00s.)
1015 [ 6.306702,2] init: avc: denied { set } for property=dtv.hw.status scontext=u:r:init_shell:s0 …
1016 [ 6.306865,2] init: sys_prop: permission denied uid:0 name:dtv.hw.status
Dmoto-g-gen3.log612 [ 2.016138,0] init: could not import file 'init.mmi.dtv.rc' from 'init.mmi.overlay.rc'
763 [ 4.304633,0] init: Starting service 'mmi-dtv-sh'...
829 [ 4.538043,3] init: Service 'mmi-dtv-sh' (pid 268) exited with status 0
Dmoto-g-gen5.log586 …gnored duplicate definition of service 'pstore_annotate'init: (Parsing init.mmi.dtv.rc took 0.00s.)
821 [ 9.498196,5] init.oem.hw.sh: ro.hw.dtv='false'
Dmoto-g-gen4.log722 [ 3.148315,0] init: (Parsing init.mmi.dtv.rc took 0.00s.)