| /xnu-12377.81.4/osfmk/kern/ |
| H A D | sched_common.c | 85 uint64_t candidate_map, sched_pset_iterate_state_t *istate) in sched_iterate_psets_ordered_reversed() 121 uint64_t candidate_map, sched_pset_iterate_state_t *istate) in sched_iterate_psets_ordered()
|
| H A D | machine.c | 767 boolean_t istate = ml_set_interrupts_enabled(FALSE); in io_increase_timeouts() local 804 boolean_t istate = ml_set_interrupts_enabled(FALSE); in io_reset_timeouts() local 982 boolean_t istate = ml_set_interrupts_enabled_with_debug(false, false); in ml_io_check_for_mmio_overrides() local 1033 boolean_t istate, use_timeout = FALSE; in ml_io_read() local 1206 boolean_t istate, use_timeout = FALSE; in ml_io_write() local 1727 boolean_t istate = ml_set_interrupts_enabled(FALSE); in ml_io_timeout_test_get_timeouts() local 1738 boolean_t istate = ml_set_interrupts_enabled(FALSE); in ml_io_timeout_test_get_timeouts_phys() local 1867 boolean_t istate = ml_set_interrupts_enabled_with_debug(false, false); in ml_io_read_cpu_reg_test() local
|
| H A D | lock_rw.c | 637 boolean_t istate; in lck_interlock_lock() local 647 boolean_t istate) in lck_interlock_unlock() 720 boolean_t istate = FALSE; variable 805 boolean_t do_exch, istate = FALSE; variable 905 boolean_t istate; variable 1301 boolean_t istate; variable 1616 boolean_t istate; in lck_rw_lock_shared_to_exclusive_success() local
|
| H A D | sched_rt.c | 454 sched_pset_iterate_state_t istate = SCHED_PSET_ITERATE_STATE_INIT; in sched_rt_choose_processor() local 549 sched_pset_iterate_state_t istate = SCHED_PSET_ITERATE_STATE_INIT; in sched_rt_steal_thread() local 826 sched_pset_iterate_state_t istate = SCHED_PSET_ITERATE_STATE_INIT; in rt_choose_next_processor_for_spill_IPI() local
|
| H A D | sched_clutch.c | 4288 sched_pset_iterate_state_t istate = SCHED_PSET_ITERATE_STATE_INIT; in sched_edge_thread_should_yield() local 4682 sched_pset_iterate_state_t istate = SCHED_PSET_ITERATE_STATE_INIT; in sched_edge_pset_steal_thread() local 4735 sched_pset_iterate_state_t istate = SCHED_PSET_ITERATE_STATE_INIT; in sched_edge_foreign_runnable_thread_remove() local 4807 sched_pset_iterate_state_t istate = SCHED_PSET_ITERATE_STATE_INIT; in sched_edge_foreign_running_thread_available() local 4837 sched_pset_iterate_state_t istate = SCHED_PSET_ITERATE_STATE_INIT; in sched_edge_steal_thread() local 5620 sched_pset_iterate_state_t istate = SCHED_PSET_ITERATE_STATE_INIT; in sched_edge_migrate_edges_evaluate() local
|
| /xnu-12377.81.4/osfmk/x86_64/ |
| H A D | loose_ends.c | 318 boolean_t istate = TRUE, timeread = FALSE; in ml_phys_read_data() local 460 boolean_t istate = TRUE, timewrite = FALSE; in ml_phys_write_data() local 589 boolean_t istate, timeread = FALSE; in ml_port_io_read() local 651 boolean_t istate, timewrite = FALSE; in ml_port_io_write() local 860 boolean_t istate; in cache_flush_page_phys() local 950 boolean_t istate = ml_set_interrupts_enabled(FALSE); in xcpm_bios_mbox_cmd_read() local 970 boolean_t istate = ml_set_interrupts_enabled(FALSE); in xcpm_bios_mbox_cmd_write() local
|
| H A D | copyio.c | 175 boolean_t istate = FALSE; in copyio() local
|
| /xnu-12377.81.4/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_misc.c | 47 const bool istate = ml_set_interrupts_enabled_with_debug(false, false); in pmap_abandon_measurement() local
|
| /xnu-12377.81.4/osfmk/arm/pmap/ |
| H A D | pmap_misc.c | 47 uint64_t istate = pmap_interrupts_disable(); in pmap_abandon_measurement() local
|
| /xnu-12377.81.4/osfmk/arm64/ |
| H A D | lock_ticket_pv.c | 103 const boolean_t istate = ml_set_interrupts_enabled(FALSE); in hw_lck_ticket_lock_wait_pv() local
|
| H A D | loose_ends.c | 503 bool istate, use_timeout = false; in ml_phys_read_data() local 736 bool istate, use_timeout = false; in ml_phys_write_data() local
|
| /xnu-12377.81.4/osfmk/arm/ |
| H A D | preemption_disable.c | 296 const bool istate = ml_set_interrupts_enabled_with_debug(false, int_masked_debug); in _preemption_disable_snap_end() local 351 bool istate = ml_set_interrupts_enabled_with_debug(false, int_masked_debug); in _prepare_preemption_disable_measurement() local
|
| /xnu-12377.81.4/bsd/pgo/ |
| H A D | profile_runtime.c | 84 boolean_t istate; in pgo_reset_counters() local
|
| /xnu-12377.81.4/osfmk/i386/ |
| H A D | lock_ticket_pv.c | 124 const boolean_t istate = ml_set_interrupts_enabled(FALSE); in hw_lck_ticket_lock_wait_pv() local
|
| H A D | fpu.c | 1024 boolean_t istate = ml_set_interrupts_enabled(FALSE); in fpu_set_fxstate() local 1261 boolean_t istate = ml_set_interrupts_enabled(FALSE); in fpinit() local 1729 boolean_t istate = ml_set_interrupts_enabled(FALSE); in fp_setvalid() local 1831 boolean_t istate = ml_set_interrupts_enabled(FALSE); in thread_fpsimd_hash() local
|
| H A D | pal_routines.c | 245 boolean_t istate = ml_set_interrupts_enabled(FALSE); in pal_efi_call_in_32bit_mode() local
|
| H A D | cpu_topology.c | 88 boolean_t istate; in cpu_topology_sort() local
|
| H A D | acpi.c | 430 boolean_t istate = ml_get_interrupts_enabled(); in acpi_idle_kernel() local
|
| H A D | pcb_native.c | 430 boolean_t istate; in i386_filtered_lbr_state_to_mach_thread_state() local
|
| H A D | mp_desc.c | 771 boolean_t istate; in cpu_data_realloc() local
|
| H A D | mtrr.c | 695 boolean_t istate; in pat_init() local
|
| H A D | mp.c | 430 boolean_t istate; in intel_startCPU() local 2132 boolean_t istate; in kernel_spin() local
|
| H A D | pcb.c | 2045 boolean_t istate = ml_set_interrupts_enabled(FALSE); in machine_thread_switch_addrmode() local
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_debug.c | 537 boolean_t istate = ml_set_interrupts_enabled(false); in _sysctl_debug_disable_interrupts_test() local
|
| /xnu-12377.81.4/tests/sched/sched_test_harness/ |
| H A D | sched_edge_harness.c | 436 sched_pset_iterate_state_t istate = SCHED_PSET_ITERATE_STATE_INIT; in impl_iterate_pset_search_order() local
|