Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/
H A DREADME.md203 XNU installs header files at the following locations -
221 creates the list of files that should be installed at different locations.
226 to install it. The default locations where the header files are installed
384 A single header file can exist at different locations using the steps
386 in the header file available at all the locations. For example, you
425 in locations that support modules/Swift (i.e. not System or Kernel frameworks).
/xnu-12377.1.9/osfmk/tests/
H A DREADME.md33 …* There are two locations ```osfmk/tests/``` and ```bsd/tests``` where you can add tests based on …
/xnu-12377.1.9/doc/primitives/
H A Datomics.md95 1. the memory locations passed to the various `os_atomic_*`
104 all accesses are performed on the specified locations
/xnu-12377.1.9/osfmk/arm64/sptm/pmap/
H A Dpmap.c8849 void *locations[SPTM_BATCHED_OPS_LIMIT]; member
8892 void **locations = state->locations; local
8909 locations[state->index] = location;
8940 memcpy(locations[i], &(sptm_values[i]), sizeof(sptm_values[i]));