| /xnu-12377.81.4/libkern/zlib/ |
| H A D | z_crc32.c | 396 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ in z_crc32_combine() local 412 gf2_matrix_square(even, odd); in z_crc32_combine() 415 gf2_matrix_square(odd, even); in z_crc32_combine() 421 gf2_matrix_square(even, odd); in z_crc32_combine() 423 crc1 = gf2_matrix_times(even, crc1); in z_crc32_combine() 431 gf2_matrix_square(odd, even); in z_crc32_combine()
|
| /xnu-12377.81.4/doc/allocators/ |
| H A D | xnu-kernel-restricted.md | 14 …g policies to make sure that kernel-private memory actually stays private even in the presence of … 30 …ves them a way to guide attacks — if the mapping is read-only — but could even give them arbitrary… 34 …rotect the overall system by securing the page tables against bad actors, even in the presence of … 38 …TED` (X_K_R). This type has three special policies that the SPTM enforces even in the presence of … 103 … just that MTE makes it even more appealing for attackers to reach for said primitives, which make…
|
| H A D | guard-objects.md | 186 randomized, and even in a single threaded context, clients can't assume that
|
| /xnu-12377.81.4/bsd/miscfs/devfs/ |
| H A D | README | 38 even if the external devfs has not been mounted yet :) 68 without going via the cdevsw table.. they may not even have 99 directory, even though it's been moved, because the directory that
|
| /xnu-12377.81.4/osfmk/mach/ |
| H A D | vfs_nspace.defs | 59 * nspace_resolve_path should not be moved even after it's not used, it's going
|
| /xnu-12377.81.4/doc/observability/ |
| H A D | recount.md | 107 Writers make a generation count odd before updating any of the values and then set it back to even … 108 Readers wait until the generation count becomes even before trying to read the values, and if the c…
|
| H A D | mt_stackshot.md | 20 work based on perfcontrol's recommendation. (We need to do this because even if
|
| H A D | coalitions.md | 27 …/O etc. The idea is we can make statements like 'Safari is using 50% CPU' even if Safari has 10 di…
|
| /xnu-12377.81.4/libkdd/ |
| H A D | README.md | 54 The userspace tools can then look at the description and print the data even if they are not compil…
|
| /xnu-12377.81.4/doc/primitives/ |
| H A D | atomics.md | 98 operations in code written before C11 was even a thing. 132 Qualifying atomic variables with `_Atomic` or even 158 implies the equivalent `os_compiler_barrier()` even on UP systems.
|
| H A D | string-handling.md | 253 `strbufcmp`, `strlcmp` or even `strcmp` over `strncmp` (depending on whether
|
| /xnu-12377.81.4/tests/sched/sched_test_harness/ |
| H A D | README.md | 4 … a userspace binary, without the need to build and flash a kernelcache or even run on a test devic…
|
| /xnu-12377.81.4/doc/vm/ |
| H A D | memorystatus_notify.md | 100 system. If overall memory demand is such that, even with compression, the
|
| H A D | sanitize.md | 317 directly, both MIG and syscall, even for functions that have no access via 377 you may even want to edit that script to recognize new things from your 402 so choose it wisely; you may even want to edit that script to recognize
|
| H A D | pageout_scan.md | 226 In general, *any* page-wait (even short ones) can be catastrophic for latency
|
| H A D | memorystatus.md | 64 …we'll kill procs over their soft limit if we're under 15% available pages even if the system is ot…
|
| H A D | freezer.md | 28 …xhaustive search of the map so it's possible to count an object as shared even if it's only mapped…
|
| /xnu-12377.81.4/doc/arm/ |
| H A D | sme.md | 72 things even more complicated, these transitions cause the CPU to zero out the 175 `TPIDR2_EL0`, since its contents are valid even when EL0 isn't actually using 229 long as possible, even when the guest traps to EL2. xnu will only spill the `ZA`
|
| H A D | apple_speculative_hardening.md | 206 On an unmitigated kernel, this is even more severe than a read gadget as an 335 types. Further, even if an attacker is able to find a gadget which satisfies 463 forms and can often span function boundaries, which even LTO cannot adequately 464 cope with in all cases. Second, even if bounds checks could be perfectly 737 even under speculation. 740 such, we expect that—in practice—its bounds are valid *even under speculation*.
|
| /xnu-12377.81.4/doc/building/ |
| H A D | bound_checks.md | 130 This strategy can save your change and other people's changes even in the face 165 `bound-checks-soft` is enabled separately from the code change because even
|
| /xnu-12377.81.4/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 41 …ucket])`. This ensures that the bucket would be scheduled at WCEL[bucket] even in a heavily loaded… 57 …even when a higher QoS root bucket is runnable due to deadline ordering, the root bucket selection… 284 …eduler since this always tries to fill up the native clusters to capacity even when non-native clu…
|
| /xnu-12377.81.4/makedefs/ |
| H A D | MakeInc.kernel | 350 # with other non-primary configs (and even primary configs)
|
| H A D | MakeInc.top | 320 # $(2) is an optional suffix on the TARGET directory, which might even be
|
| /xnu-12377.81.4/doc/debugging/ |
| H A D | debugging.md | 255 Some macros can run for a long time. Some code may be costly even if it looks simple because objects
|
| /xnu-12377.81.4/ |
| H A D | README.md | 441 file there. `module.modulemap` is used even for private modules in
|