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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform.h 46 C/C++ on netbsd/amd64 can reuse the same mapping:
59 struct Mapping {
97 struct Mapping {
132 struct Mapping {
154 // mapping to use. Although slower, it make a same instrumented binary run on
249 // Indicates that mapping defines a mid range memory segment.
255 // mapping to use. Although slower, it make a same instrumented binary run on
373 struct Mapping {
398 struct Mapping {
476 struct Mapping {
    [all...]
tsan_platform_mac.cc 235 if (max_vm != Mapping::kHiAppMemEnd) {
237 max_vm, Mapping::kHiAppMemEnd);
tsan_rtl.h 78 static const uptr kSpaceBeg = Mapping::kHeapMemBeg;
79 static const uptr kSpaceSize = Mapping::kHeapMemEnd - Mapping::kHeapMemBeg;
  /src/sys/external/bsd/acpica/dist/executer/
exregion.c 246 * Does the request fit into the cached memory mapping?
247 * Is 1) Address below the current mapping? OR
248 * 2) Address beyond the current mapping?
254 * The request cannot be resolved by the current memory mapping.
256 * Look for an existing saved mapping covering the address range
287 "Unable to save memory mapping at 0x%8.8X%8.8X, size %u",
305 /* Create a new mapping starting at the address given */
317 /* Save the physical address and mapping size */
325 * current mapping.
676 ACPI_DATA_TABLE_MAPPING *Mapping;
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_shadow_test.cc 49 TEST(Shadow, Mapping) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipciio.h 158 OUT VOID **Mapping
169 OUT VOID **Mapping
176 IN VOID *Mapping
183 IN VOID *Mapping
efishell.h 169 IN CONST CHAR16 *Mapping
350 IN CONST CHAR16 *Mapping
efiprot.h 630 OUT VOID **Mapping
637 IN VOID *Mapping

Completed in 66 milliseconds