| /xnu-12377.81.4/SETUP/config/ |
| H A D | mkmakefile.c | 288 char *this, *needs; in read_files() local 351 needs = 0; in read_files() 432 if (needs == 0 && nreqs == 1) { in read_files() 433 needs = ns(wd); in read_files() 496 free(needs); in read_files() 497 needs = 0; in read_files() 512 tp->f_needs = needs; in read_files() 626 tp->f_needs = needs; in read_files()
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | kcdata.modulemap | 7 // the SDK and fall back on the one in SRCROOT. So far so good, but libkdd needs 12 // needs its own top level module that sits on top of Darwin.
|
| H A D | kern_debug.modulemap | 13 // SRCROOT. So far so good, but libkdd needs to avoid accidentally also 17 // uses the Darwin module, and so <kern/kcdata.h> needs its own top level
|
| H A D | lock_group.h | 102 #error invalid configuration: LOCK_STATS needs dtrace
|
| /xnu-12377.81.4/iokit/Kernel/ |
| H A D | IOCommandQueue.cpp | 156 #error IOCommandQueue::checkForWork needs to be updated for new command size 215 #error IOCommandQueue::enqueueCommand needs to be updated
|
| /xnu-12377.81.4/san/coverage/ |
| H A D | kcov-denylist-arm64 | 20 # These are required to fixup the kernelcache, which needs to happen before KASAN
|
| /xnu-12377.81.4/san/memory/ |
| H A D | kasan-denylist-arm64 | 19 # These are required to fixup the kernelcache, which needs to happen before KASAN
|
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | netinet.modulemap | 8 // belongs to this module, but needs to be excluded or else clang
|
| /xnu-12377.81.4/doc/lifecycle/ |
| H A D | startup.md | 40 If a new rank needs to be used, update this documentation in the proper section. 128 - `cpu_data_startup_init`: Allocate per-CPU memory that needs to be accessible with MMU disabled
|
| /xnu-12377.81.4/doc/arm/ |
| H A D | sme.md | 74 needs to retain this state across `PSTATE.SM` transitions, it must manually 84 these bits independently can be useful when software needs to interleave SME and 85 FPSIMD instructions. If software needs to temporarily exit streaming SVE mode 221 SME introduces a number of new registers that the hypervisor needs to manage. 235 (2) xnu needs to context-switch the host VMM thread that owns the vCPU
|
| /xnu-12377.81.4/makedefs/ |
| H A D | MakeInc.dir | 17 # variants if a makefile needs to specify architecture-dependent builds.
|
| /xnu-12377.81.4/doc/debugging/ |
| H A D | macro_testing.md | 46 `unittest.mock` and cover specific needs with additional mocks provided by
|
| H A D | debugging.md | 113 mechanism and needs to be converted back to original values later. 193 * Some macros needs arguments which must be found in a core file.
|
| /xnu-12377.81.4/doc/building/ |
| H A D | xnu_build_consolidation.md | 20 required KEXTs are completely different in the first place, the kernel still needs to be linked 46 and number of set/ways. XNU needs most of this information to perform set/way clean/invalidate oper…
|
| H A D | bound_checks.md | 92 # invalid: An adoption level that's not "nothing" needs to be specified 95 # invalid: `bounds-checks` needs to be specified first
|
| /xnu-12377.81.4/doc/allocators/ |
| H A D | guard-objects.md | 114 Finally, we evaluate whether the chunk needs to be moved: 235 made available for allocations again. As a result, a round now needs to be
|
| H A D | api-basics.md | 33 The kernel sometimes needs to provide persistent allocations that depend on
|
| /xnu-12377.81.4/doc/vm/ |
| H A D | pageout_scan.md | 7 When a thread needs a free page it calls `vm_page_grab[_options]()`. If the 185 8. Otherwise, the page is dirty and needs to be "cleaned" before it can be reclaimed.
|
| H A D | freezer.md | 26 …d_pages_ratio` is the min ratio of private to shared pages that a process needs to be freezer elig… 107 | kern.memorystatus\_freeze\_pages\_min | The min. number of resident pages that a process needs to…
|
| /xnu-12377.81.4/doc/observability/ |
| H A D | recount.md | 118 The energy counters on ARM systems count a custom unit of energy that needs to be scaled to nanojou…
|
| H A D | mt_stackshot.md | 84 Each CPU needs its own kcdata descriptor, but we don't know exactly how big each
|
| H A D | coalitions.md | 128 …emory usage across entire applications (app level footprint). When jetsam needs to reclaim memory,…
|
| /xnu-12377.81.4/libsyscall/mach/ |
| H A D | err_iokit.sub | 133 "(iokit/usb) pipe has stalled, error needs to be cleared", // 0x04f
|
| /xnu-12377.81.4/doc/primitives/ |
| H A D | string-handling.md | 32 direct replacement. The first person who needs to use -fbounds-safety in a file
|
| H A D | atomics.md | 289 Any control flow that attempts to exit its scope of the loop needs to be
|