HomeSort by: relevance | last modified time | path
    Searched refs:Access (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_mop.cc 111 t1.Access(l.loc(), true, 8, false);
112 t2.Access((char*)l.loc() + 4, true, 4, true);
116 t1.Access(l.loc(), true, 8, false);
117 t2.Access((char*)l.loc() + 7, true, 1, true);
121 t1.Access((char*)l.loc() + 4, true, 4, false);
122 t2.Access((char*)l.loc() + 4, true, 2, true);
126 t1.Access((char*)l.loc() + 4, true, 4, false);
127 t2.Access((char*)l.loc() + 6, true, 2, true);
131 t1.Access((char*)l.loc() + 3, true, 2, false);
132 t2.Access((char*)l.loc() + 4, true, 1, true)
    [all...]
tsan_test_util.h 74 void Access(void *addr, bool is_write, int size, bool expect_race);
76 Access(ml.loc(), false, size, expect_race);
79 Access(ml.loc(), true, size, expect_race);
tsan_test_util_posix.cc 395 void ScopedThread::Access(void *addr, bool is_write,
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 485 [0001] Encoded Access Width : 01 [Byte Access:8]
496 [0001] Encoded Access Width : 02 [Word Access:16]
503 [0001] Encoded Access Width : 00 [Undefined/Legacy]
510 [0001] Encoded Access Width : 02 [Word Access:16]
517 [0001] Encoded Access Width : 00 [Undefined/Legacy]
524 [0001] Encoded Access Width : 00 [Undefined/Legacy]
531 [0001] Encoded Access Width : 03 [DWord Access:32
    [all...]
  /src/sys/external/bsd/acpica/dist/executer/
exprep.c 192 * DESCRIPTION: Generate an optimal access width for fields defined with the
198 * of this access width must be deferred until the region length has
242 * Iterative search for the maximum access width that is both aligned
250 * 1) Round end offset up to next access boundary and make sure that
252 * 2) When the Access width is greater than the FieldByteLength, we
276 /* Single access is optimal */
289 * try the next wider access on next iteration
314 * previous access
317 "Backing off to previous optimal access width of %u\n",
325 * just use max access widt
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-385-db-ap.dts 3 * Device Tree file for Marvell Armada 385 Access Point Development board
17 model = "Marvell Armada 385 Access Point Development Board";
  /src/common/dist/zlib/contrib/ada/
zlib.adb 36 type Flate_Step_Function is access
40 type Flate_End_Function is access
77 := (True => (Step => Thin.Deflate'Access,
78 Done => Thin.DeflateEnd'Access),
79 False => (Step => Thin.Inflate'Access,
80 Done => Thin.InflateEnd'Access));
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 47 const char *Access() { return Blue(); }
asan_errors.cc 568 Printf("%s%s of size %zu at %p thread %s%s\n", d.Access(),
569 access_size ? (is_write ? "WRITE" : "READ") : "ACCESS", access_size,
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 76 #region Access properties
  /src/sys/arch/vax/vax/
intvec.S 93 INTVEC(access_v, KSTACK) # Access Control Violation, 20
248 SCBENTRY(access_v) # 24: Access cntrl viol fault
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.cc 42 const char *Access() { return Blue(); }
162 Printf("%s", d.Access());
171 Printf(" %s access of %s at %p by %s",
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h 541 [027h 0039 1] Encoded Access Width : 00 (Undefined/Legacy)
548 [033h 0051 1] Encoded Access Width : 00 (Undefined/Legacy)
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
juno-base.dtsi 117 * The actual size is just 4K though 64K is reserved. Access to the
  /src/sys/arch/mvme68k/mvme68k/
locore.s 667 andb %a0@,%d1 | Access MEMC040/MEMECC
677 * to access a0@ above. Control passes here, where we flag 'no bytes',
  /src/sys/fs/hfs/
libhfs.c 2127 #pragma mark Disk Access

Completed in 21 milliseconds