Searched refs:cases (Results 1 – 15 of 15) sorted by relevance
| /xnu-12377.1.9/san/coverage/ |
| H A D | kcov.c | 368 __sanitizer_cov_trace_switch(uint64_t val, uint64_t *cases) in __sanitizer_cov_trace_switch() argument 373 switch (cases[1]) { in __sanitizer_cov_trace_switch() 391 uint64_t count = cases[0]; in __sanitizer_cov_trace_switch() 394 trace_cmp(type, cases[i + 2], val, ret); in __sanitizer_cov_trace_switch()
|
| H A D | kcov.h | 101 void __sanitizer_cov_trace_switch(uint64_t val, uint64_t *cases);
|
| /xnu-12377.1.9/doc/building/ |
| H A D | xnu_build_consolidation.md | 7 XNU is supported on approximately 20 different targets. Whilst in some cases the differences betwee… 9 separate builds in cases where the topology of the targets differ (for example, when they feature d… 19 scope of this document only includes XNU. In cases where KEXTs also differ across targets, or perha… 115 In some cases, certain statically-allocated arrays/structures need to be cache line-aligned, or hav…
|
| /xnu-12377.1.9/doc/mach_ipc/ |
| H A D | guard_exceptions.md | 45 However, in some cases, the decoding is partial and one needs to decode 46 these by hand. In all cases, ReportCrash will always recognize Mach Port Guards, 64 In this section, we will describe the most common cases of Mach IPC issues 344 These correspond to cases leading to the `KERN_INVALID_RIGHT` or 359 These correspond to cases leading to the `KERN_INVALID_NAME` error code of most 383 These correspond to cases leading to the `KERN_INVALID_VALUE` error code of most
|
| /xnu-12377.1.9/doc/primitives/ |
| H A D | string-handling.md | 64 by the given size. In extreme cases, this can create information disclosure 85 cases, it can also lead to stability issues. 196 pointer to you for convenience, not all use cases are resolved by calling 220 You might come across cases where the same function in different families would
|
| /xnu-12377.1.9/doc/vm/ |
| H A D | pageout_scan.md | 191 seriously overcommited. In such cases, we can't rely on the LRU approximation 201 cases, jetsams would be invoked directly by `pageout_scan` to free larger 207 the existing page-shortage mechanism and regressed use cases like Camera launch.
|
| H A D | sanitize.md | 66 Telemetry similarly may record two cases: 369 exercise edge cases and invalid state for large values and interconnected 371 least one trial) and probes edge cases like `rwx`. Address and size trials
|
| /xnu-12377.1.9/iokit/DriverKit/ |
| H A D | IODispatchQueue.iig | 188 … * In all cases (signal, timeout or error), the caller resumes running on the queue. 202 … * In all cases (signal, timeout or error), the caller resumes running on the queue.
|
| /xnu-12377.1.9/doc/allocators/ |
| H A D | read-only.md | 11 Read-only zones are intended for very specific use cases where the data being
|
| H A D | api-basics.md | 89 In the vast majority of cases however, using `kalloc_type` (or `IOMallocType`)
|
| /xnu-12377.1.9/doc/arm/ |
| H A D | sme.md | 237 In these cases xnu will spill the guest `ZA` and `ZT0` state back to memory, 307 the possible error cases listed above.)
|
| /xnu-12377.1.9/tools/lldbmacros/ |
| H A D | README.md | 99 * Ability to register test cases for macros (see doc strings for @xnudebug_test). 284 - referencing a key in dictionary that doesn't exist? You might see KeyError in such cases.
|
| /xnu-12377.1.9/doc/debugging/ |
| H A D | extensible_paniclog.md | 217 …s so that a client can use whatever suits it best. In DriverKit and IOKit cases, they call the `cr…
|
| H A D | debugging.md | 102 In most cases **utf-8** will work but be careful to be sure that the encoding matches your data.
|
| /xnu-12377.1.9/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 179 …ng a cluster begins to diverge, some will pay a “passenger tax”. In those cases, it is desirable t…
|