| /xnu-11417.121.6/osfmk/x86_64/ |
| H A D | kpc_x86.c | 229 uint64_t global = 0, mask = 0, fixed_ctrl = 0; in set_running_fixed() local 248 global = rdmsr64(MSR_IA32_PERF_GLOBAL_CTRL); in set_running_fixed() 254 global |= mask; in set_running_fixed() 256 global &= ~mask; in set_running_fixed() 259 wrmsr64(MSR_IA32_PERF_GLOBAL_CTRL, global); in set_running_fixed() 268 uint64_t global = 0ULL, cfg = 0ULL, save = 0ULL; in set_running_configurable() local 274 global = rdmsr64(MSR_IA32_PERF_GLOBAL_CTRL); in set_running_configurable() 285 global &= ~target_mask; /* clear the targeted PMCs bits */ in set_running_configurable() 286 global |= state_mask; /* update the targeted PMCs bits with their new states */ in set_running_configurable() 287 wrmsr64(MSR_IA32_PERF_GLOBAL_CTRL, global); in set_running_configurable()
|
| H A D | pmap_pcid.c | 411 pmap_tlbi_range(uint64_t startv, uint64_t endv, bool global, uint16_t pcid) in pmap_tlbi_range() argument 417 if (global) { in pmap_tlbi_range()
|
| /xnu-11417.121.6/osfmk/arm/ |
| H A D | data.s | 64 .global EXT(excepstack) 78 .global EXT(kd_early_buffer)
|
| /xnu-11417.121.6/osfmk/arm64/ |
| H A D | platform_tests_asm.s | 165 .global EXT(arm64_panic_lockdown_test_sp1_invalid_stack_handler) 208 .global EXT(arm64_bti_test_jump_shim) 217 .global EXT(arm64_bti_test_call_shim)
|
| H A D | locore.s | 641 .global EXT(el1_sp1_synchronous_vector_long_spill_failed) 684 .global EXT(el1_sp1_synchronous_raise_exception_in_vector) 935 .global EXT(fleh_synchronous) 1041 .global EXT(blocked_user_sync_exception) 1116 .global EXT(fleh_irq) 1137 .global EXT(fleh_fiq_generic) 1147 .global EXT(fleh_fiq) 1168 .global EXT(fleh_serror) 1306 .global EXT(xnu_return_to_gl2) 1348 .global EXT(return_to_kernel) [all …]
|
| H A D | start.s | 208 .global EXT(LowResetVectorEnd) 210 .global EXT(SleepToken) 243 .global EXT(LowExceptionVectorBase)
|
| /xnu-11417.121.6/doc/vm/ |
| H A D | memorystatus.md | 75 Each priority level is tracked as a TAILQ linked list . There is one global array, `memstat_bucket`… 76 …lability. Ideally we'd use finer grain locking or at least not share the global lock with the sche… 155 It's woken up by issuing a `thread_wakeup` call to the `memorystatus_freeze_wakeup` global. This is… 173 …o wake up ReportCrash while the system is low on memory, we maintain one global snapshot (`memorys… 175 …t` in `bsd/kern/kern_memorystatus.c` for details. Since we only have one global snapshot its clear… 178 The freezer snapshot, `memorystatus_jetsam_snapshot_freezer`, is a second global jetsam snapshot ob…
|
| H A D | freezer.md | 26 The freezer has two limits on "shared memory". `memorystatus_frozen_shared_mb_max` is a global limi…
|
| /xnu-11417.121.6/osfmk/mach/ |
| H A D | mach_host.defs | 177 * Returns information about the global VP table. 313 * Update the global ATM diagnostic flag, readable from the commpage 337 * Update the global multiuser flags, readable from the commpage
|
| /xnu-11417.121.6/makedefs/ |
| H A D | MakeInc.san | 5 # MakeInc.san contains global definitions for building,
|
| H A D | MakeInc.def | 5 # MakeInc.def contains global definitions for building, 251 -Wno-global-constructors \
|
| /xnu-11417.121.6/doc/lifecycle/ |
| H A D | startup.md | 53 - `TUNABLES`: parses a boot arg into a global that will become read-only at 55 - `TUNABLE_WRITEABLE`: same as `TUNABLE` but the global will not be locked down.
|
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | exclaves.c | 1327 XrtHosted_Global_t *global = exclaves_callbacks->v1.global(); in exclaves_scheduler_init() local 1330 if (global->v2.smpStatus != XrtHosted_SmpStatus_MulticoreMpidr) { in exclaves_scheduler_init() 1338 if (!pmap_valid_address(global->v1.proxyInit)) { in exclaves_scheduler_init() 1345 *xnuproxy_boot_info = global->v1.proxyInit; in exclaves_scheduler_init()
|
| H A D | waitq.c | 368 #pragma mark global wait queues
|
| /xnu-11417.121.6/doc/debugging/ |
| H A D | task_ref.md | 62 each global group.
|
| /xnu-11417.121.6/doc/observability/ |
| H A D | mt_stackshot.md | 9 - **Main CPU**: The CPU which populates workqueues and collects global state. 26 global state (On SMP systems, the initiating CPU is always assigned to be the
|
| /xnu-11417.121.6/tools/lldbmacros/ |
| H A D | README.md | 288 - using a local variable with same name as global variable? 289 …assigning a value to global variable without declaring first? Its highly recommended to always dec…
|
| /xnu-11417.121.6/osfmk/i386/ |
| H A D | pmap.h | 573 pmap_tlbi_range(uint64_t startv, uint64_t endv, bool global, uint16_t pcid);
|
| /xnu-11417.121.6/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 10 …timesharing is achieved by decaying the priority of threads depending on global system load. This … 95 …. The thread decay model is more suited at this level as compared to the global scheduler because …
|