Home
last modified time | relevance | path

Searched refs:global (Results 1 – 19 of 19) sorted by relevance

/xnu-8792.61.2/osfmk/x86_64/
H A Dkpc_x86.c229 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 Dpmap_pcid.c411 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 Ddata.s60 .global EXT(excepstack)
73 .global EXT(kd_early_buffer)
/xnu-8792.61.2/doc/memorystatus/
H A Doverview.md80 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 Dfreezer.md30 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 Dstart.s199 .global EXT(LowResetVectorEnd)
201 .global EXT(SleepToken)
233 .global EXT(LowExceptionVectorBase)
H A Dlocore.s580 .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 Dmach_host.defs173 * 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 DMakeInc.san5 # MakeInc.san contains global definitions for building,
H A DMakeInc.def5 # MakeInc.def contains global definitions for building,
208 -Wno-global-constructors \
/xnu-8792.61.2/doc/
H A Dstartup.md51 - `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 Dtask_ref.md60 each global group.
H A Dsched_clutch_edge.md8 …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 Dsmr.h492 #pragma mark - system global SMR
H A Dsmr.c602 #pragma mark - system global SMR
H A Dwaitq.c368 #pragma mark global wait queues
/xnu-8792.61.2/osfmk/mach/machine/
H A Dmach_machine.modulemap73 // ndr_def.h defines a non-external global variable and can only
/xnu-8792.61.2/tools/lldbmacros/
H A DREADME.md283 - 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 Dpmap.h573 pmap_tlbi_range(uint64_t startv, uint64_t endv, bool global, uint16_t pcid);