| /xnu-8796.141.3/pexpert/arm/ |
| H A D | pe_identify_machine.c | 208 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-8796.141.3/osfmk/kern/ |
| H A D | startup.h | 248 #define TUNABLE_WRITEABLE(type_t, var, boot_arg, default_value) \ macro 254 TUNABLE_WRITEABLE(type_t, var, boot_arg, default_value)
|
| H A D | exception.c | 144 TUNABLE_WRITEABLE(unsigned int, exception_log_max_pid, "exception_log_max_pid", 0);
|
| H A D | timer_call.c | 109 TUNABLE_WRITEABLE(uint64_t, timer_scan_limit_us, "timer_scan_limit_us", 400); 110 TUNABLE_WRITEABLE(uint64_t, timer_scan_interval_us, "timer_scan_interval_us", 40);
|
| H A D | debug.c | 350 TUNABLE_WRITEABLE(boolean_t, phys_carveout_core, "phys_carveout_core", 1);
|
| H A D | coalition.c | 89 TUNABLE_WRITEABLE(int, unrestrict_coalition_syscalls, "unrestrict_coalition_syscalls", 0);
|
| H A D | zalloc.c | 531 static TUNABLE_WRITEABLE(uint32_t, zone_early_thres_mul, "zone_early_thres_mul", 5); 4888 TUNABLE_WRITEABLE(unsigned int, zone_map_jetsam_limit, "zone_map_jetsam_limit",
|
| /xnu-8796.141.3/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-8796.141.3/bsd/kern/ |
| H A D | kern_debug.c | 66 TUNABLE_WRITEABLE(int, debug_syscall_rejection_mode, "syscall_rejection_mode",
|
| H A D | kern_memorystatus.c | 296 TUNABLE_WRITEABLE(memorystatus_log_level_t, memorystatus_log_level, "memorystatus_log_level", MEMOR…
|
| H A D | kern_sysctl.c | 2123 TUNABLE_WRITEABLE(uint64_t, dyld_flags, "dyld_flags", 0);
|
| /xnu-8796.141.3/osfmk/vm/ |
| H A D | vm_reclaim.c | 51 TUNABLE_WRITEABLE(uint64_t, vm_reclaim_trim_divisor, "vm_reclaim_trim_divisor", 2);
|
| H A D | vm_shared_region.c | 147 TUNABLE_WRITEABLE(int, shared_region_destroy_delay, "vm_shared_region_destroy_delay", 120);
|
| H A D | vm_map.c | 21399 TUNABLE_WRITEABLE(boolean_t, vm_map_range_overflows_log, "vm_map_range_overflows_log", FALSE);
|
| /xnu-8796.141.3/osfmk/arm64/ |
| H A D | machine_routines.c | 81 TUNABLE_WRITEABLE(boolean_t, skip_second_stage_lock_on_dev_fused, "skip_second_stage_lock", 0); 135 static TUNABLE_WRITEABLE(uint64_t, deferred_ipi_timer_ns, "fastipitimeout",
|
| /xnu-8796.141.3/iokit/Kernel/ |
| H A D | IOKitDebug.cpp | 50 TUNABLE_WRITEABLE(SInt64, gIOKitDebug, "io", DEBUG_INIT_VALUE);
|
| H A D | IOServicePM.cpp | 121 TUNABLE_WRITEABLE(uint32_t, gSleepAckTimeout, "pmtimeout", 0); 127 TUNABLE_WRITEABLE(uint32_t, gDriverCalloutTimer, "pmcallouttimer", 2000);
|
| /xnu-8796.141.3/osfmk/ipc/ |
| H A D | ipc_port.c | 110 TUNABLE_WRITEABLE(int, ipc_portbt, "ipc_portbt", false);
|
| /xnu-8796.141.3/bsd/vfs/ |
| H A D | vfs_cache.c | 121 TUNABLE_WRITEABLE(int, nc_disabled, "-novfscache", 0);
|
| H A D | vfs_syscalls.c | 13893 static TUNABLE_WRITEABLE(boolean_t, vfs_purge_vm_pagers, "vfs_purge_vm_pagers", TRUE);
|
| /xnu-8796.141.3/bsd/net/ |
| H A D | if.c | 298 TUNABLE_WRITEABLE(int, if_management_verbose, "management_data_unrestricted", 0);
|