| /xnu-10002.41.9/osfmk/corpses/ |
| H A D | corpse.c | 161 static TUNABLE(bool, corpses_disabled, "-no_corpses", false); 165 static TUNABLE(bool, lw_corpses_enabled, "lw_corpses", true); 167 static TUNABLE(bool, lw_corpses_enabled, "lw_corpses", false); 172 TUNABLE(bool, corpse_threshold_system_limit, "corpse_threshold_system_limit", false); 176 TUNABLE(bool, exc_via_corpse_forking, "exc_via_corpse_forking", true); 179 TUNABLE(bool, corpse_for_fatal_memkill, "corpse_for_fatal_memkill", true);
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | subr_xxx.c | 77 TUNABLE(bool, no_sigsys, "-no_sigsys", false);
|
| H A D | kdebug_common.c | 46 static TUNABLE(unsigned int, new_nkdbufs, "trace", 0); 48 TUNABLE(unsigned int, trace_wrap, "trace_wrap", 0); 53 TUNABLE(unsigned int, wake_nkdbufs, "trace_wake", 0); 55 TUNABLE(unsigned int, write_trace_on_panic, "trace_panic", 0); 58 TUNABLE(int, log_leaks, "-l", 0);
|
| H A D | bsd_init.c | 259 TUNABLE(int, minimalboot, "-minimalboot", 0); 286 __private_extern__ TUNABLE(int, bootarg_no32exec, "no32exec", 1); 291 __private_extern__ TUNABLE(bool, bootarg_disable_aslr, "-disable_aslr", 0);
|
| H A D | subr_log_stream.c | 120 TUNABLE(size_t, log_stream_size, "oslog_stream_size", LOG_STREAM_MIN_SIZE); 121 TUNABLE(size_t, log_stream_cache_size, "oslog_stream_csize", LOG_CACHE_MIN_SIZE); 123 TUNABLE(bool, log_stream_verify, "-oslog_stream_verify", false);
|
| /xnu-10002.41.9/osfmk/vm/ |
| H A D | vm_init.c | 87 TUNABLE(bool, iokit_iomd_setownership_enabled,
|
| H A D | vm_reclaim.c | 50 TUNABLE(uint32_t, kReclaimChunkSize, "vm_reclaim_chunk_size", 16); 56 TUNABLE(bool, panic_on_kill, "vm_reclaim_panic_on_kill", false);
|
| /xnu-10002.41.9/osfmk/ipc/ |
| H A D | ipc_init.c | 124 TUNABLE(ipc_control_port_options_t, ipc_control_port_options,
|
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | debug.c | 263 static TUNABLE(unsigned int, max_debugger_entry_count, "nested_panic_max", 338 TUNABLE(unsigned int, debug_boot_arg, "debug", 0); 340 TUNABLE(int, verbose_panic_flow_logging, "verbose_panic_flow_logging", 0); 364 TUNABLE(uint32_t, phys_carveout_mb, "phys_carveout_mb", 0); 732 static TUNABLE(bool, mach_assert, "assertions", true); in Assert() 1964 TUNABLE(uint32_t, kern_feature_overrides, "validation_disables", 0);
|
| H A D | startup.h | 226 #define TUNABLE(type_t, var, boot_arg, default_value) \ macro 258 TUNABLE(type_t, var, boot_arg, default_value)
|
| H A D | exclaves.c | 246 static TUNABLE(bool, enable_hello_conclaves, "enable_hello_conclaves", false);
|
| H A D | exception.c | 170 static TUNABLE(bool, pac_replace_ptrs_user, "pac_replace_ptrs_user", true); 720 static TUNABLE(bool, pac_exception_telemetry, "-pac_exception_telemetry", false);
|
| H A D | smr.c | 392 static TUNABLE(vm_size_t, smr_call_size_cap, "smr_call_size_cap", 256 << 10); 393 static TUNABLE(vm_size_t, smr_call_cnt_cap, "smr_call_cnt_cap", 128); 395 static TUNABLE(vm_size_t, smr_call_size_cap, "smr_call_size_cap", 64 << 10); 396 static TUNABLE(vm_size_t, smr_call_cnt_cap, "smr_call_cnt_cap", 32); 399 static TUNABLE(uint32_t, smr_wait_spin_us, "smr_wait_spin_us", 20);
|
| H A D | startup.c | 222 TUNABLE(startup_debug_t, startup_debug, "startup_debug", 0);
|
| H A D | kalloc.c | 447 TUNABLE(kalloc_type_options_t, kt_options, "kt", 0); 448 TUNABLE(uint16_t, kt_var_heaps, "kt_var_heaps", 450 TUNABLE(uint16_t, kt_fixed_zones, "kt_fixed_zones", 452 TUNABLE(uint16_t, kt_var_ptr_heaps, "kt_var_ptr_heaps", 2); 453 static TUNABLE(bool, kt_shared_fixed, "-kt-shared", true);
|
| H A D | zalloc.c | 530 TUNABLE(int, zone_exhausted_timeout, "zet", 5000); 555 static TUNABLE(bool, zone_tagging_on, "-zt", false); 569 TUNABLE(t, _##n, #n, d); \ 716 static TUNABLE(bool, pgz_all, "pgz", true); 718 static TUNABLE(bool, pgz_all, "pgz", false); 720 static TUNABLE(uint32_t, pgz_sample_rate, "pgz_sample_rate", 0); 721 static TUNABLE(uint32_t, pgz_slots, "pgz_slots", UINT32_MAX); 722 static TUNABLE(uint32_t, pgz_quarantine, "pgz_quarantine", 0); 3044 static TUNABLE(uint32_t, zzc_rate, "zzc_rate", 5); 3191 static TUNABLE(uint32_t, zrecs, "zrecs", 0); [all …]
|
| /xnu-10002.41.9/doc/ |
| H A D | startup.md | 53 - `TUNABLE_WRITEABLE`: same as `TUNABLE` but the global will not be locked down. 57 - Rank 1: `TUNABLE`, `TUNABLE_WRITEABLE`
|
| /xnu-10002.41.9/osfmk/i386/ |
| H A D | locks_i386_opt.c | 75 TUNABLE(bool, LckDisablePreemptCheck, "-disable_mtx_chk", false);
|
| /xnu-10002.41.9/bsd/dev/ |
| H A D | unix_startup.c | 95 TUNABLE(int, serverperfmode, "serverperfmode", 0);
|
| /xnu-10002.41.9/libkern/os/ |
| H A D | log_queue.c | 124 TUNABLE(size_t, lq_bootarg_size_order, "lq_size_order", LQ_DEFAULT_SZ_ORDER); 125 TUNABLE(size_t, lq_bootarg_nslots, "lq_nslots", LQ_MAX_LM_SLOTS);
|
| /xnu-10002.41.9/osfmk/console/ |
| H A D | serial_console.c | 117 TUNABLE(bool, allow_printf_from_interrupts_disabled_context, "nointr_consio", false);
|
| /xnu-10002.41.9/osfmk/arm/ |
| H A D | caches.c | 58 TUNABLE(bool, up_style_idle_exit, "up_style_idle_exit", false);
|
| H A D | arm_init.c | 160 TUNABLE(uint32_t, arm_diag, "diag", 0);
|
| /xnu-10002.41.9/osfmk/arm64/ |
| H A D | cpu.c | 122 TUNABLE(unsigned int, wfi, "wfi", 1); 139 TUNABLE(uint32_t, expecting_ipi_wfe_timeout_usec,
|
| /xnu-10002.41.9/pexpert/arm/ |
| H A D | pe_identify_machine.c | 237 TUNABLE(unsigned int, bootarg_stop_clocks, "stop_clocks", 0);
|