Home
last modified time | relevance | path

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

/xnu-12377.81.4/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-12377.81.4/osfmk/arm/
H A Ddata.s64 .global EXT(excepstack)
78 .global EXT(kd_early_buffer)
/xnu-12377.81.4/osfmk/arm64/
H A Dplatform_tests_asm.s166 .global EXT(arm64_panic_lockdown_test_sp1_invalid_stack_handler)
209 .global EXT(arm64_bti_test_jump_shim)
218 .global EXT(arm64_bti_test_call_shim)
H A Dlocore.s660 .global EXT(el1_sp1_synchronous_vector_long_spill_failed)
703 .global EXT(el1_sp1_synchronous_raise_exception_in_vector)
998 .global EXT(fleh_synchronous)
1089 .global EXT(blocked_user_sync_exception)
1164 .global EXT(fleh_irq)
1185 .global EXT(fleh_fiq_generic)
1195 .global EXT(fleh_fiq)
1216 .global EXT(fleh_serror)
1377 .global EXT(xnu_return_to_gl2)
1419 .global EXT(return_to_kernel)
[all …]
H A Dstart.s208 .global EXT(LowResetVectorEnd)
210 .global EXT(SleepToken)
243 .global EXT(LowExceptionVectorBase)
/xnu-12377.81.4/doc/vm/
H A Dmemorystatus.md75 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 Dpageout_scan.md151 are placed on a thread-local free queue to be freed to the global free queue
H A Dfreezer.md26 The freezer has two limits on "shared memory". `memorystatus_frozen_shared_mb_max` is a global limi…
/xnu-12377.81.4/osfmk/mach/
H A Dmach_host.defs177 * 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-12377.81.4/makedefs/
H A DMakeInc.san5 # MakeInc.san contains global definitions for building,
H A DMakeInc.def5 # MakeInc.def contains global definitions for building,
281 -Wno-global-constructors \
/xnu-12377.81.4/doc/lifecycle/
H A Dstartup.md53 - `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-12377.81.4/osfmk/kern/
H A Dexclaves.c1460 XrtHosted_Global_t *global = exclaves_callbacks->v1.global(); in exclaves_scheduler_init() local
1463 if (global->v2.smpStatus != XrtHosted_SmpStatus_MulticoreMpidr) { in exclaves_scheduler_init()
1471 if (!pmap_valid_address(global->v1.proxyInit)) { in exclaves_scheduler_init()
1478 *xnuproxy_boot_info = global->v1.proxyInit; in exclaves_scheduler_init()
H A Dwaitq.c368 #pragma mark global wait queues
/xnu-12377.81.4/doc/debugging/
H A Dtask_ref.md62 each global group.
/xnu-12377.81.4/doc/observability/
H A Dmt_stackshot.md9 - **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-12377.81.4/tests/unit/
H A DREADME.md177 and use the `UT_USE_FIBERS(1)` macro in the global scope.
186 The checker can be enabled with the macro `UT_FIBERS_USE_CHECKER(1)` in the global scope of the tes…
/xnu-12377.81.4/tools/lldbmacros/
H A DREADME.md289 - using a local variable with same name as global variable?
290 …assigning a value to global variable without declaring first? Its highly recommended to always dec…
/xnu-12377.81.4/osfmk/i386/
H A Dpmap.h573 pmap_tlbi_range(uint64_t startv, uint64_t endv, bool global, uint16_t pcid);
/xnu-12377.81.4/doc/scheduler/
H A Dsched_clutch_edge.md10 …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 …
/xnu-12377.81.4/doc/arm/
H A Dapple_speculative_hardening.md374 First, we impose a global `(2GB - PAGE_SIZE)` size limit on virtually contiguous