Home
last modified time | relevance | path

Searched refs:TUNABLE_WRITEABLE (Results 1 – 18 of 18) sorted by relevance

/xnu-8792.41.9/pexpert/arm/
H A Dpe_identify_machine.c208 TUNABLE_WRITEABLE(boolean_t, panic_trace_debug, "panic_trace_debug", 1);
209 TUNABLE_WRITEABLE(uint64_t, panic_trace_core_cfg, "panic_trace_core_cfg", 0);
210 TUNABLE_WRITEABLE(uint64_t, panic_trace_ctl, "panic_trace_ctl", 0);
211 TUNABLE_WRITEABLE(uint64_t, panic_trace_pwr_state_ignore, "panic_trace_pwr_state_ignore", 0);
212 TUNABLE_WRITEABLE(boolean_t, panic_trace_experimental_hid, "panic_trace_experimental_hid", 0);
/xnu-8792.41.9/osfmk/kern/
H A Dstartup.h247 #define TUNABLE_WRITEABLE(type_t, var, boot_arg, default_value) \ macro
253 TUNABLE_WRITEABLE(type_t, var, boot_arg, default_value)
H A Dexception.c144 TUNABLE_WRITEABLE(unsigned int, exception_log_max_pid, "exception_log_max_pid", 0);
H A Dtimer_call.c108 TUNABLE_WRITEABLE(uint64_t, timer_scan_limit_us, "timer_scan_limit_us", 400);
109 TUNABLE_WRITEABLE(uint64_t, timer_scan_interval_us, "timer_scan_interval_us", 40);
H A Ddebug.c348 TUNABLE_WRITEABLE(boolean_t, phys_carveout_core, "phys_carveout_core", 1);
H A Dcoalition.c88 TUNABLE_WRITEABLE(int, unrestrict_coalition_syscalls, "unrestrict_coalition_syscalls", 0);
H A Dsched_prim.c255 TUNABLE_WRITEABLE(int, max_unsafe_rt_quanta, "max_unsafe_rt_quanta", MAX_UNSAFE_RT_QUANTA);
256 TUNABLE_WRITEABLE(int, max_unsafe_fixed_quanta, "max_unsafe_fixed_quanta", MAX_UNSAFE_FIXED_QUANTA);
H A Dzalloc.c4990 TUNABLE_WRITEABLE(unsigned int, zone_map_jetsam_limit, "zone_map_jetsam_limit",
/xnu-8792.41.9/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-8792.41.9/bsd/kern/
H A Dkern_debug.c66 TUNABLE_WRITEABLE(int, debug_syscall_rejection_mode, "syscall_rejection_mode",
H A Dkern_sysctl.c2123 TUNABLE_WRITEABLE(uint64_t, dyld_flags, "dyld_flags", 0);
/xnu-8792.41.9/osfmk/vm/
H A Dvm_reclaim.c51 TUNABLE_WRITEABLE(uint64_t, vm_reclaim_trim_divisor, "vm_reclaim_trim_divisor", 2);
H A Dvm_shared_region.c147 TUNABLE_WRITEABLE(int, shared_region_destroy_delay, "vm_shared_region_destroy_delay", 120);
/xnu-8792.41.9/iokit/Kernel/
H A DIOKitDebug.cpp50 TUNABLE_WRITEABLE(SInt64, gIOKitDebug, "io", DEBUG_INIT_VALUE);
H A DIOServicePM.cpp121 TUNABLE_WRITEABLE(uint32_t, gSleepAckTimeout, "pmtimeout", 0);
/xnu-8792.41.9/osfmk/arm64/
H A Dmachine_routines.c126 static TUNABLE_WRITEABLE(uint64_t, deferred_ipi_timer_ns, "fastipitimeout",
/xnu-8792.41.9/osfmk/ipc/
H A Dipc_port.c105 TUNABLE_WRITEABLE(int, ipc_portbt, "ipc_portbt", false);
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cache.c121 TUNABLE_WRITEABLE(int, nc_disabled, "-novfscache", 0);