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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_linux.cc 79 uptr vmaSize;
212 vmaSize =
216 if (vmaSize != 39 && vmaSize != 42 && vmaSize != 48) {
218 Printf("FATAL: Found %zd - Supported 39, 42 and 48\n", vmaSize);
222 if (vmaSize != 48) {
224 Printf("FATAL: Found %zd - Supported 48\n", vmaSize);
230 if (vmaSize != 44 && vmaSize != 46 && vmaSize != 47)
    [all...]
tsan_platform_posix.cc 79 if (vmaSize == 39) {
82 } else if (vmaSize == 42) {
91 if (vmaSize == 44) {
94 } else if (vmaSize == 46) {
tsan_platform.h 153 // runtime for AArch64 uses an external memory read (vmaSize) to select which
254 // runtime for PPC64 uses an external memory read (vmaSize) to select which
496 extern uptr vmaSize;
553 switch (vmaSize) {
561 switch (vmaSize) {
710 switch (vmaSize) {
718 switch (vmaSize) {
741 switch (vmaSize) {
749 switch (vmaSize) {
772 switch (vmaSize) {
    [all...]

Completed in 13 milliseconds