/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_tls_get_addr.cc | 46 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 …]
|
D | sanitizer_tls_get_addr.h | 44 DTV *dtv; // dtv_size elements, allocated by MmapOrDie. member
|
D | sanitizer_linux_libcdep.cc | 364 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()
|
D | sanitizer_common_interceptors.inc | 4459 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/ |
D | count.c | 135 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/ |
D | strobemeta.h | 244 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/ |
D | msan_thread.cc | 41 __msan_unpoison((void *)(dtls->dtv[i].beg), dtls->dtv[i].size); in ClearShadowForThreadStackAndTLS()
|
/external/tensorflow/tensorflow/core/framework/ |
D | fake_input.cc | 231 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/ |
D | lsan_common.cc | 262 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/ |
D | tsan_interceptors.cc | 2405 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/ |
D | moto-g-gen2.log | 683 [ 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
|
D | moto-g-gen3.log | 612 [ 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
|
D | moto-g-gen5.log | 586 …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'
|
D | moto-g-gen4.log | 722 [ 3.148315,0] init: (Parsing init.mmi.dtv.rc took 0.00s.)
|