Searched refs:global (Results 1 – 16 of 16) sorted by relevance
| /xnu-8020.101.4/tests/ |
| H A D | hvtest_x86_asm.s | 7 .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 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-8020.101.4/osfmk/arm/ |
| H A D | data.s | 75 .global EXT(excepstack) 88 .global EXT(kd_early_buffer)
|
| /xnu-8020.101.4/osfmk/mach/ |
| H A D | mach_host.defs | 168 * 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 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-8020.101.4/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, 212 -Wno-global-constructors \
|
| /xnu-8020.101.4/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-8020.101.4/osfmk/mach/machine/ |
| H A D | mach_machine.modulemap | 73 // ndr_def.h defines a non-external global variable and can only
|
| /xnu-8020.101.4/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-8020.101.4/osfmk/i386/ |
| H A D | pmap.h | 573 pmap_tlbi_range(uint64_t startv, uint64_t endv, bool global, uint16_t pcid);
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | waitq.c | 368 #pragma mark global wait queues
|