HomeSort by: relevance | last modified time | path
    Searched refs:dtv (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/sys/dev/dtv/
dtvio.h 39 #include <dev/dtv/dtvio_frontend.h>
40 #include <dev/dtv/dtvio_demux.h>
Makefile 3 INCSDIR= /usr/include/dev/dtv
dtv_ioctl.c 42 #include <dev/dtv/dtvvar.h>
dtvif.h 37 #include <dev/dtv/dtvio.h>
83 aprint_normal("dtv at %s", pnp);
dtv_math.c 36 #include <dev/dtv/dtv_math.h>
dtvvar.h 35 #include <dev/dtv/dtvif.h>
36 #include <dev/dtv/dtv_scatter.h>
  /src/sys/modules/dtv/
Makefile 5 .PATH: ${S}/dev/dtv
7 KMOD= dtv
8 IOCONF= dtv.ioconf
  /src/sys/modules/dtv_math/
Makefile 5 .PATH: ${S}/dev/dtv
  /src/libexec/ld.elf_so/
tls.c 65 * DTV offset
68 * the DTV offsets passed to __tls_get_addr have a bias relative
69 * to the start of the DTV, in order to maximize the range of TLS
115 size_t _rtld_tls_max_index = 1; /* Max index into up-to-date DTV */
118 * DTV -- Dynamic Thread Vector
120 * The DTV is a per-thread array that maps each module with
125 * The TCB itself, struct tls_tcb, has a pointer to the DTV at
131 * | max index | -1 max index i for which dtv[i] is alloced
133 * | generation | 0 void **dtv points here
144 * dtv[obj->tlsindex] works, when dtv[0] is the generation. Th
190 void **dtv, **new_dtv; local
578 void **dtv; local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_tls_get_addr.cc 46 static inline void DTLS_Deallocate(DTLS::DTV *dtv, uptr size) {
48 VReport(2, "__tls_get_addr: DTLS_Deallocate %p %zd\n", dtv, size);
49 UnmapOrDie(dtv, size * sizeof(DTLS::DTV));
56 new_size = Max(new_size, 4096UL / sizeof(DTLS::DTV));
57 DTLS::DTV *new_dtv =
58 (DTLS::DTV *)MmapOrDie(new_size * sizeof(DTLS::DTV), "DTLS_Resize");
64 DTLS::DTV *old_dtv = dtls.dtv
    [all...]
sanitizer_tls_get_addr.h 39 struct DTV {
44 DTV *dtv; // dtv_size elements, allocated by MmapOrDie. member in struct:__sanitizer::DTLS
53 DTLS::DTV *DTLS_on_tls_get_addr(void *arg, void *res, uptr static_tls_begin,
  /src/sys/dev/i2c/
cx24227var.h 33 #include <dev/dtv/dtvio.h>
mt2131var.h 6 #include <dev/dtv/dtvio.h>
nxt2kvar.h 33 #include <dev/dtv/dtvio.h>
lg3303var.h 33 #include <dev/dtv/dtvio.h>
tvpllvar.h 35 #include <dev/dtv/dtvio.h>
xc3028var.h 33 #include <dev/dtv/dtvio.h>
xc5kvar.h 33 #include <dev/dtv/dtvio.h>
au8522var.h 33 #include <dev/dtv/dtvio.h>
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_tls_get_addr.cpp 68 static DTLS::DTV *DTLS_Find(uptr id) {
113 DTLS::DTV *DTLS_on_tls_get_addr(void *arg_void, void *res,
118 DTLS::DTV *dtv = DTLS_Find(dso_id); local
119 if (!dtv || dtv->beg)
148 dtv->beg = tls_beg;
149 dtv->size = tls_size;
150 return dtv;
169 DTLS::DTV *DTLS_on_tls_get_addr(void *arg, void *res
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_tls_get_addr.cpp 74 static DTLS::DTV *DTLS_Find(uptr id) {
111 DTLS::DTV *DTLS_on_tls_get_addr(void *arg_void, void *res,
116 DTLS::DTV *dtv = DTLS_Find(dso_id); local
117 if (!dtv || dtv->beg)
147 dtv->beg = tls_beg;
148 dtv->size = tls_size;
149 return dtv;
168 DTLS::DTV *DTLS_on_tls_get_addr(void *arg, void *res
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.cc 41 __msan_unpoison((void *)(dtls->dtv[i].beg), dtls->dtv[i].size);
  /src/libexec/ld.elf_so/arch/i386/
mdreloc.c 360 #define DTV_MAX_INDEX(dtv) ((size_t)((dtv)[-1]))
366 void **dtv; local
370 dtv = tcb->tcb_dtv;
372 if (__predict_true(idx < DTV_MAX_INDEX(dtv) && dtv[idx] != NULL))
373 return (uint8_t *)dtv[idx] + offset;
  /src/sys/dev/
Makefile 3 SUBDIR= apm ata bluetooth dec dm dmover dtv hdaudio hdmicec hid hpc \
  /src/sys/dev/usb/
emdtvvar.h 42 #include <dev/dtv/dtvif.h>

Completed in 86 milliseconds

1 2 3