Home
last modified time | relevance | path

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

/xnu-8019.80.24/pexpert/arm/
H A Dpe_identify_machine.c218 TUNABLE_WRITEABLE(panic_trace_t, panic_trace, "panic_trace", 0);
219 TUNABLE_WRITEABLE(boolean_t, panic_trace_debug, "panic_trace_debug", 0);
220 TUNABLE_WRITEABLE(uint64_t, panic_trace_core_cfg, "panic_trace_core_cfg", 0);
221 TUNABLE_WRITEABLE(uint64_t, panic_trace_ctl, "panic_trace_ctl", 0);
222 TUNABLE_WRITEABLE(uint64_t, panic_trace_pwr_state_ignore, "panic_trace_pwr_state_ignore", 0);
223 TUNABLE_WRITEABLE(boolean_t, panic_trace_experimental_hid, "panic_trace_experimental_hid", 0);
/xnu-8019.80.24/osfmk/kern/
H A Dstartup.h250 #define TUNABLE_WRITEABLE(type_t, var, boot_arg, default_value) \ macro
256 TUNABLE_WRITEABLE(type_t, var, boot_arg, default_value)
H A Dexception.c139 TUNABLE_WRITEABLE(unsigned int, exception_log_max_pid, "exception_log_max_pid", 0);
H A Ddebug.c312 TUNABLE_WRITEABLE(boolean_t, phys_carveout_core, "phys_carveout_core", 0);
H A Dcoalition.c87 TUNABLE_WRITEABLE(int, unrestrict_coalition_syscalls, "unrestrict_coalition_syscalls", 0);
H A Dzalloc.c4917 TUNABLE_WRITEABLE(unsigned int, zone_map_jetsam_limit, "zone_map_jetsam_limit",
/xnu-8019.80.24/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-8019.80.24/iokit/Kernel/
H A DIOKitDebug.cpp50 TUNABLE_WRITEABLE(SInt64, gIOKitDebug, "io", DEBUG_INIT_VALUE);
H A DIOServicePM.cpp120 TUNABLE_WRITEABLE(uint32_t, gCanSleepTimeout, "pmtimeout", 0);
/xnu-8019.80.24/osfmk/arm64/
H A Dmachine_routines.c124 static TUNABLE_WRITEABLE(uint64_t, deferred_ipi_timer_ns, "fastipitimeout",
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_port.c105 TUNABLE_WRITEABLE(int, ipc_portbt, "ipc_portbt", false);
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cache.c121 TUNABLE_WRITEABLE(int, nc_disabled, "-novfscache", 0);
/xnu-8019.80.24/osfmk/vm/
H A Dvm_shared_region.c145 TUNABLE_WRITEABLE(int, shared_region_destroy_delay, "vm_shared_region_destroy_delay", 120);
/xnu-8019.80.24/bsd/kern/
H A Dkern_sysctl.c2004 TUNABLE_WRITEABLE(uint64_t, dyld_flags, "dyld_flags", 0);