Home
last modified time | relevance | path

Searched refs:managed (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/tools/tests/personas/
H A Dpersona_test_run_src.sh171 _TYPE=managed
436 ${PERSONA_MGR} create -v -l test1_1 -t managed -i -1 && expect_failure "re-create same name:test1_1…
437 ${PERSONA_MGR} create -v -l test1_1_new -t managed -i $P1ID && expect_failure "re-create $P1ID with…
/xnu-11215/EXTERNAL_HEADERS/CoreEntitlements/
H A DEntitlementsPriv.h25 bool managed; member
/xnu-11215/tests/
H A Dmemorystatus_is_assertion.c83 proc_set_managed(pid_t pid, bool managed) in proc_set_managed() argument
87 managed, NULL, 0); in proc_set_managed()
/xnu-11215/doc/observability/
H A Dcpu_counters.md8 Counters that measure events closely correlated with each CPU's execution pipeline are managed by t…
/xnu-11215/osfmk/vm/
H A Dpmap_cs.h342 bool managed; member
/xnu-11215/doc/vm/
H A Dmemorystatus.md79 …le.com/projects/COREOS/repos/runningboard/browse) (apps and runningboard managed daemons) or deter…
103 …e are essentially two kinds of processes: managed and unmanaged. Managed processes have their life…
/xnu-11215/doc/lifecycle/
H A Dhibernation.md66 out by iBoot that exist outside of kernel-managed memory. A page bitmap is
68 kernel-managed DRAM memory).
277 hashed (both kernel-managed memory and I/O memory owned by the PPL). This will
/xnu-11215/doc/allocators/
H A Dread-only.md12 managed directly affects runtime security decisions.
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c4178 while (!managed) {
4235 managed = TRUE;
4279 if (!managed) {
5516 while (!managed) {
5532 managed = TRUE;
5599 if (managed) {
5622 if (managed) {
5643 if (managed) {
10248 while (!managed) {
10258 managed = TRUE;
[all …]
/xnu-11215/doc/arm/
H A Dsme.md224 the host and guest, and must be managed by the host hypervisor accordingly.
/xnu-11215/tools/lldbmacros/
H A Dmemory.py1997 if int(pmapEntry.managed) != 0: