Searched refs:global (Results 1 – 19 of 19) sorted by relevance
| /xnu-8792.61.2/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-8792.61.2/osfmk/arm/ |
| H A D | data.s | 60 .global EXT(excepstack) 73 .global EXT(kd_early_buffer)
|
| /xnu-8792.61.2/doc/memorystatus/ |
| H A D | overview.md | 80 Each priority level is tracked as a TAILQ linked list . There is one global array, `memstat_bucket`… 81 …lability. Ideally we'd use finer grain locking or at least not share the global lock with the sche… 152 It's woken up by issuing a `thread_wakeup` call to the `memorystatus_freeze_wakeup` global. This is… 170 …o wake up ReportCrash while the system is low on memory, we maintain one global snapshot (`memorys… 172 …t` in `bsd/kern/kern_memorystatus.c` for details. Since we only have one global snapshot its clear… 175 The freezer snapshot, `memorystatus_jetsam_snapshot_freezer`, is a second global jetsam snapshot ob…
|
| H A D | freezer.md | 30 The freezer has two limits on "shared memory". `memorystatus_frozen_shared_mb_max` is a global limi…
|
| /xnu-8792.61.2/osfmk/arm64/ |
| H A D | start.s | 199 .global EXT(LowResetVectorEnd) 201 .global EXT(SleepToken) 233 .global EXT(LowExceptionVectorBase)
|
| H A D | locore.s | 580 .global EXT(fleh_synchronous) 676 .global EXT(fleh_irq) 696 .global EXT(fleh_fiq_generic) 702 .global EXT(fleh_fiq) 722 .global EXT(fleh_serror) 803 .global EXT(return_to_kernel)
|
| /xnu-8792.61.2/osfmk/mach/ |
| H A D | mach_host.defs | 173 * Returns information about the global VP table. 309 * Update the global ATM diagnostic flag, readable from the commpage 333 * Update the global multiuser flags, readable from the commpage
|
| /xnu-8792.61.2/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, 208 -Wno-global-constructors \
|
| /xnu-8792.61.2/doc/ |
| H A D | startup.md | 51 - `TUNABLES`: parses a boot arg into a global that will become read-only at 53 - `TUNABLE_WRITEABLE`: same as `TUNABLE` but the global will not be locked down.
|
| H A D | task_ref.md | 60 each global group.
|
| H A D | sched_clutch_edge.md | 8 …timesharing is achieved by decaying the priority of threads depending on global system load. This … 94 …. The thread decay model is more suited at this level as compared to the global scheduler because …
|
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | smr.h | 492 #pragma mark - system global SMR
|
| H A D | smr.c | 602 #pragma mark - system global SMR
|
| H A D | waitq.c | 368 #pragma mark global wait queues
|
| /xnu-8792.61.2/osfmk/mach/machine/ |
| H A D | mach_machine.modulemap | 73 // ndr_def.h defines a non-external global variable and can only
|
| /xnu-8792.61.2/tools/lldbmacros/ |
| H A D | README.md | 283 - using a local variable with same name as global variable? 284 …assigning a value to global variable without declaring first? Its highly recommended to always dec…
|
| /xnu-8792.61.2/osfmk/i386/ |
| H A D | pmap.h | 573 pmap_tlbi_range(uint64_t startv, uint64_t endv, bool global, uint16_t pcid);
|