Home
last modified time | relevance | path

Searched refs:TUNABLE (Results 1 – 25 of 60) sorted by relevance

123

/xnu-8020.140.41/osfmk/kern/
H A Dstartup.c220 TUNABLE(startup_debug_t, startup_debug, "startup_debug", 0);
223 TUNABLE(unsigned int, new_nkdbufs, "trace", 0);
224 TUNABLE(unsigned int, wake_nkdbufs, "trace_wake", 0);
225 TUNABLE(unsigned int, write_trace_on_panic, "trace_panic", 0);
226 TUNABLE(unsigned int, trace_wrap, "trace_wrap", 0);
229 TUNABLE(int, log_leaks, "-l", 0);
H A Dstartup.h224 #define TUNABLE(type_t, var, boot_arg, default_value) \ macro
256 TUNABLE(type_t, var, boot_arg, default_value)
H A Dexception.c165 static TUNABLE(bool, pac_replace_ptrs_user, "-pac_replace_ptrs_user", false);
602 static TUNABLE(bool, pac_exception_telemetry, "-pac_exception_telemetry", false);
H A Dhazard.c72 static TUNABLE(uint32_t, hazard_bucket_count_min, "hazard_bucket_count_min", 8);
80 static TUNABLE(vm_size_t, hazard_retire_threshold, "hazard_retire_threshold",
H A Ddebug.c299 TUNABLE(unsigned int, debug_boot_arg, "debug", 0);
301 TUNABLE(int, verbose_panic_flow_logging, "verbose_panic_flow_logging", 0);
321 TUNABLE(size_t, phys_carveout_mb, "phys_carveout_mb", 0);
681 static TUNABLE(bool, mach_assert, "assertions", true); in Assert()
H A Dzalloc.c561 TUNABLE(int, zone_exhausted_timeout, "zet", 5000);
565 static TUNABLE(bool, zone_tagging_on, "-zt", false);
570 TUNABLE(bool, zalloc_disable_copyio_check, "-no-copyio-zalloc-check", false);
615 static TUNABLE(uint16_t, zc_magazine_size, "zc_mag_size", 8);
616 static TUNABLE(uint32_t, zc_auto_threshold, "zc_auto_enable_threshold", 20);
617 static TUNABLE(uint32_t, zc_grow_threshold, "zc_grow_threshold", 8);
618 static TUNABLE(uint16_t, zc_recirc_batch, "zc_recirc_batch", 4);
619 static TUNABLE(uint32_t, zc_defrag_ratio, "zc_defrag_ratio", 66);
620 static TUNABLE(uint32_t, zc_defrag_threshold, "zc_defrag_threshold", 512u << 10);
621 static TUNABLE(uint32_t, zc_autogc_ratio, "zc_autogc_ratio", 20);
[all …]
H A Dlocks.c104 TUNABLE(uint32_t, LcksOpts, "lcks", enaLkDeb);
106 TUNABLE(uint32_t, LcksOpts, "lcks", 0);
/xnu-8020.140.41/osfmk/corpses/
H A Dcorpse.c155 static TUNABLE(bool, corpses_disabled, "-no_corpses", false);
159 TUNABLE(bool, corpse_threshold_system_limit, "corpse_threshold_system_limit", false);
163 TUNABLE(bool, exc_via_corpse_forking, "exc_via_corpse_forking", true);
166 TUNABLE(bool, corpse_for_fatal_memkill, "corpse_for_fatal_memkill", true);
/xnu-8020.140.41/bsd/kern/
H A Dsubr_xxx.c77 TUNABLE(bool, no_sigsys, "-no_sigsys", false);
H A Dbsd_init.c265 TUNABLE(int, minimalboot, "-minimalboot", 0);
292 __private_extern__ TUNABLE(int, bootarg_no32exec, "no32exec", 1);
297 __private_extern__ TUNABLE(bool, bootarg_disable_aslr, "-disable_aslr", 0);
H A Dkern_persona.c77 TUNABLE(bool, unique_persona, "unique_persona", true);
/xnu-8020.140.41/osfmk/vm/
H A Dvm_init.c87 TUNABLE(bool, iokit_iomd_setownership_enabled,
/xnu-8020.140.41/osfmk/ipc/
H A Dipc_init.c134 TUNABLE(ipc_control_port_options_t, ipc_control_port_options,
/xnu-8020.140.41/doc/
H A Dstartup.md53 - `TUNABLE_WRITEABLE`: same as `TUNABLE` but the global will not be locked down.
57 - Rank 1: `TUNABLE`, `TUNABLE_WRITEABLE`
/xnu-8020.140.41/osfmk/i386/
H A Dlocks_i386_opt.c73 TUNABLE(bool, LckDisablePreemptCheck, "-disable_mtx_chk", false);
H A Dmachine_routines.c1004 TUNABLE(uint32_t, yield_delay_us, "yield_delay_us", 0);
/xnu-8020.140.41/bsd/dev/
H A Dunix_startup.c93 TUNABLE(int, serverperfmode, "serverperfmode", 0);
/xnu-8020.140.41/libkern/os/
H A Dlog_queue.c124 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-8020.140.41/osfmk/console/
H A Dserial_console.c117 TUNABLE(bool, allow_printf_from_interrupts_disabled_context, "nointr_consio", false);
/xnu-8020.140.41/osfmk/arm/
H A Dcpu.c528 TUNABLE(unsigned int, wfi, "wfi", 1);
H A Darm_init.c155 TUNABLE(uint32_t, arm_diag, "diag", 0);
H A Dcaches.c58 TUNABLE(bool, up_style_idle_exit, "up_style_idle_exit", false);
/xnu-8020.140.41/pexpert/arm/
H A Dpe_identify_machine.c224 TUNABLE(unsigned int, bootarg_stop_clocks, "stop_clocks", 0);
/xnu-8020.140.41/osfmk/arm64/
H A Dcpu.c120 TUNABLE(unsigned int, wfi, "wfi", 1);
/xnu-8020.140.41/bsd/dev/arm/
H A Dunix_signal.c105 static TUNABLE(bool, pac_sigreturn_token, "-pac_sigreturn_token", false);

123