Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dhvtest_x86_asm.s7 .global _hvtest_begin
20 .global _save_restore_regs_entry
243 .global _save_restore_debug_regs_entry
381 .global _simple_protected_mode_vcpu_entry
389 .global _simple_real_mode_vcpu_entry
397 .global _radar61961809_entry
418 .global _radar61961809_prepare
459 .global _radar61961809_loop64
475 .global _radar60691363_entry
504 .global _pio_entry
[all …]
/xnu-8020.101.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-8020.101.4/osfmk/arm/
H A Ddata.s75 .global EXT(excepstack)
88 .global EXT(kd_early_buffer)
/xnu-8020.101.4/osfmk/mach/
H A Dmach_host.defs168 * 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-8020.101.4/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-8020.101.4/makedefs/
H A DMakeInc.san5 # MakeInc.san contains global definitions for building,
H A DMakeInc.def5 # MakeInc.def contains global definitions for building,
212 -Wno-global-constructors \
/xnu-8020.101.4/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-8020.101.4/osfmk/mach/machine/
H A Dmach_machine.modulemap73 // ndr_def.h defines a non-external global variable and can only
/xnu-8020.101.4/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-8020.101.4/osfmk/i386/
H A Dpmap.h573 pmap_tlbi_range(uint64_t startv, uint64_t endv, bool global, uint16_t pcid);
/xnu-8020.101.4/osfmk/kern/
H A Dwaitq.c368 #pragma mark global wait queues