Searched refs:exclusively (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/ |
| H A D | README.md | 403 3. `BSD_KERNEL_PRIVATE` : If defined, enclosed code is visible exclusively 405 4. `MACH_KERNEL_PRIVATE`: If defined, enclosed code is visible exclusively 407 5. `XNU_KERNEL_PRIVATE`: If defined, enclosed code is visible exclusively 418 7. `DRIVERKIT`: If defined, enclosed code is visible exclusively in the 420 8. `EXCLAVEKIT`: If defined, enclosed code is visible exclusively in the 422 9. `EXCLAVECORE`: If defined, enclosed code is visible exclusively in the 424 10. `MODULES_SUPPORTED` If defined, enclosed code is visible exclusively 476 new functionality that is exclusively relevant to the trusted kernel and
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | network_agent.c | 284 …registration *netagent_find_agent_with_uuid_and_lock(uuid_t uuid, bool exclusively, bool ignore_lo… 288 …with_uuid_and_lock(struct netagent_session *session, uuid_t uuid, bool exclusively, bool ignore_lo… 292 netagent_session_access_agent_with_lock(struct netagent_session *session, bool exclusively, bool ig… 2465 netagent_find_agent_with_uuid_and_lock(uuid_t uuid, bool exclusively, bool ignore_lock) in netagent_find_agent_with_uuid_and_lock() argument 2473 if (exclusively) { in netagent_find_agent_with_uuid_and_lock() 2487 …with_uuid_and_lock(struct netagent_session *session, uuid_t uuid, bool exclusively, bool ignore_lo… in netagent_session_find_agent_with_uuid_and_lock() argument 2495 if (exclusively) { in netagent_session_find_agent_with_uuid_and_lock() 2509 netagent_session_access_agent_with_lock(struct netagent_session *session, bool exclusively, bool ig… in netagent_session_access_agent_with_lock() argument 2516 if (exclusively) { in netagent_session_access_agent_with_lock()
|
| /xnu-12377.41.6/doc/allocators/ |
| H A D | xnu-kernel-restricted.md | 10 *Kernel-private memory* covers all the memory used exclusively by the kernel, that is never meant t…
|
| /xnu-12377.41.6/doc/vm/ |
| H A D | memorystatus_kills.md | 45 This is also known as aggressive jetsam. If we determine that the idle band contains exclusively fa…
|
| /xnu-12377.41.6/config/ |
| H A D | MASTER | 320 # Compile XNU with SPTM support. This option should be used mutually exclusively
|