Searched refs:hardware (Results 1 – 15 of 15) sorted by relevance
| /xnu-12377.1.9/doc/observability/ |
| H A D | cpu_counters.md | 7 CPU performance counters are hardware registers that count events of interest to efficient CPU exec… 20 There are several subsystems that provide access to CPU counter hardware: 28 …ystem provides a policy layer on top of kpc and Monotonic to prevent malicious use of the hardware.
|
| H A D | recount.md | 88 At context switch, `recount_switch_thread` captures the hardware counters with `recount_snapshot` i…
|
| /xnu-12377.1.9/doc/arm/ |
| H A D | sme.md | 4 Managing hardware resources related to SME state. 9 This document describes how xnu manages the hardware resources associated with 19 This document summarizes SVE, SME, and SME2 hardware features that are relevant 54 bits in size. The value of SVL is determined by both hardware and software. 62 have no particular meaning to hardware. 90 SME-related hardware. Hence software should clear these bits as soon as 107 ### Other hardware resources 124 `SMIDR_EL1` advertises hardware properties about the SME implementation, 248 the actual hardware priority.
|
| /xnu-12377.1.9/doc/primitives/ |
| H A D | atomics.md | 53 and hardware reorderings and optimizations, which is great, but comes with 337 implicit compiler barrier, that can be used as a root for a chain of hardware 346 will provide a hardware dependency, 372 * This isn't safe, as there's absolutely no hardware dependency involved. 398 There are 4 interfaces involved with hardware dependencies: 400 1. `os_atomic_load(..., dependency)` to initiate roots of hardware dependencies,
|
| /xnu-12377.1.9/iokit/DriverKit/ |
| H A D | IOService.iig | 78 * When set, PM kernel will prefer to leave the CPU and core hardware 348 * to hardware DMA requests. 355 …* nanoseconds that can be tolerated by the driver. This value is hardware dependent and is re… 356 * amount of buffering available in the hardware.
|
| H A D | IOInterruptDispatchSource.iig | 83 …* @brief Returns the type of interrupt used for a device supplying hardware interrupts, by i…
|
| H A D | IODMACommand.iig | 107 * the hardware's DMA capaibilities
|
| /xnu-12377.1.9/libsyscall/mach/ |
| H A D | err_iokit.sub | 201 "(iokit/bluetooth) interrupted operation, hardware reset", // 001
|
| H A D | err_server.sub | 140 "(server/us) hardware error",
|
| /xnu-12377.1.9/doc/vm/ |
| H A D | memorystatus_kills.md | 92 NB: These thresholds are very old and have probably not scaled well with current hardware. Accordin…
|
| /xnu-12377.1.9/doc/lifecycle/ |
| H A D | hibernation.md | 133 values can be used to fix up the offets applied to the hardware clock after
|
| /xnu-12377.1.9/config/ |
| H A D | MASTER | 752 # Enable hardware correlation of mach absolute time
|
| /xnu-12377.1.9/ |
| H A D | README.md | 489 Ethernet, Thunderbolt, and serial debugging are supported, depending on the hardware.
|
| /xnu-12377.1.9/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 182 …ently exploit this performance & energy efficiency heterogeneity in the hardware. However the same…
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_subr.c | 1582 struct preserved_mount hardware = { NULLVP, NULL, NULLVP, NULLVP, "System/Volumes/Hardware" }; in vfs_switch_root() local 1594 preserved[6] = &hardware; in vfs_switch_root()
|