| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_activation.cc | 112 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; local 113 disabled.quarantine_size_mb = 0; 114 disabled.thread_local_quarantine_size_kb = 0; 116 disabled.min_redzone = Max(16, (int)SHADOW_GRANULARITY); 117 disabled.max_redzone = disabled.min_redzone; 118 disabled.alloc_dealloc_mismatch = false; 119 disabled.may_return_null = true; 120 ReInitializeAllocator(disabled);
|
| /src/sys/conf/ |
| ssp.mk | 8 # __stack_chk_guard, so ensure stack protection is disabled
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_engine_user.c | 158 u32 enabled, disabled; local 161 disabled = 0; 169 disabled |= (I915_SCHEDULER_CAP_ENABLED | 176 disabled |= BIT(map[i].sched); 180 i915->caps.scheduler = enabled & ~disabled;
|
| /src/sys/arch/hpc/stand/hpcboot/sh3/ |
| sh_mmu.cpp | 163 goto disabled; 202 goto disabled; 267 disabled: 268 DPRINTF((TEXT("disabled.\n")));
|
| /src/sys/arch/evbarm/iq80310/ |
| iq80310_intr.c | 115 uint32_t disabled; local 120 disabled = (~intr_enabled) & IRQ_BITS; 122 CPLD_WRITE(IQ80310_XINT_MASK, disabled & 0x1f); 142 * NOTE: This routine must be called with interrupts disabled in the CPSR. 446 * disabled.
|
| /src/usr.bin/make/unit-tests/ |
| varname-make_stack_trace.exp | 9 make: stopped making "disabled-compat" in unit-tests 15 *** [disabled-parallel] Error code 2 17 make: stopped making "disabled-parallel" in unit-tests
|
| var-scope-local.mk | 209 # just in case a test above has disabled them.
|
| /src/sys/arch/m68k/060sp/dist/ |
| fskeletn.s | 217 # the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module 228 # This is the exit point for the 060FPSP when an FPU disabled exception is 231 # the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module 232 # _fpsp_fline() distinguishes between the three and acts appropriately. FPU disabled
|
| fpsp.doc | 243 (unimplemented (fpu disabled) (possible F-line illegal) 252 | | fpu disabled? exit through
|
| pfpsp.s | 616 # Overflow Exception disabled: # 623 # exception is enabled or disabled in the FPCR. For the disabled case, # 635 # Two other conditions exist. First, if overflow was disabled # 640 # overflow was disabled and the trace exception was enabled, this # 727 # traps are enabled or disabled. 732 # and inexact. and, the inexact is such that overflow occurred and was disabled 765 # overflow occurred but is disabled. meanwhile, inexact is enabled. therefore, 856 # Underflow Exception disabled: # 863 # exception is enabled or disabled in the FPCR. For the disabled case, [all...] |
| /src/sys/arch/sun68k/stand/libsa/ |
| SRT0.S | 38 | disabled, but that is OK for boot programs.
|
| /src/sys/arch/x68k/stand/common/ |
| chkfmt.s | 85 | interrupt must be disabled
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_disp.c | 798 bool disabled; member in struct:nv50_mstm 816 bool disabled; member in struct:nv50_msto 853 if (!msto->disabled) 861 msto->disabled = false; 1022 mstm->disabled = true; 1023 msto->disabled = true; 1278 if (mstm->disabled) { 1281 mstm->disabled = false;
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun8i-a83t-cubietruck-plus.dts | 102 disabled-ports = <1>;
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/gemini/ |
| gemini-dlink-dir-685.dts | 290 * then, and when disabled they can be used for GPIO which 294 pinctrl-names = "enabled", "disabled"; 388 pflash_disabled_pins: pinctrl-pflash-disabled {
|
| /src/sys/arch/i386/stand/dosboot/ |
| start_dos.S | 205 # guarantee that interrupt is disabled when in prot mode
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/ |
| save.h | 409 uint32_t disabled; /* VLAPIC_xx_DISABLED */ member in struct:hvm_hw_lapic
|
| /src/sys/arch/cesfic/cesfic/ |
| locore.s | 284 moveq #0, %d0 | ensure TT regs are disabled 316 moveq #0,%d0 | ensure TT regs are disabled
|
| /src/sys/dev/ic/ |
| nvme.c | 321 * isn't the desired value. Short circuit if we're already disabled. 642 bool disabled = false; local 652 disabled = true; 655 if (disabled)
|
| /src/sys/arch/mips/mips/ |
| locore_mips1.S | 582 * Restore IPL knowing interrupts are disabled 832 1: bnez a0, 1b # loop forever if disabled 851 mtc0 v0, MIPS_COP_0_STATUS # interrupts are disabled 1659 * + R3920 core has write-back mode. but it is always disabled in NetBSD.
|
| /src/sys/arch/x68k/x68k/ |
| locore.s | 301 moveq #0,%d0 | ensure TT regs are disabled
|
| /src/sys/dev/usb/ |
| if_urtwn.c | 5133 bool disabled = true; local 5185 if (disabled) { 5219 if (disabled) { 5229 if (disabled) {
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_device.c | 1846 DRM_ERROR("disabled ip block: %d <%s>\n", 2435 * IPs that make up the asic is walked, clockgating is disabled and the 2473 * IPs that make up the asic is walked, clockgating is disabled and the 2524 * IPs that make up the asic is walked, clockgating is disabled and the 3296 DRM_INFO("amdgpu: acceleration disabled, skipping move tests\n"); 3302 DRM_INFO("amdgpu: acceleration disabled, skipping benchmarks\n"); 3965 goto disabled; 3992 goto disabled; 3998 disabled: 3999 DRM_INFO("GPU recovery disabled.\n") [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_display_power.c | 270 * to be enabled, and it will only be disabled if none of the registers is 330 bool disabled; local 334 * Bspec doesn't require waiting for PWs to get disabled, but still do 342 wait_for((disabled = !(I915_READ(regs->driver) & 345 if (disabled) 628 "DC5 still not disabled to enable DC9.\n"); 633 "Interrupts not disabled yet.\n"); 647 "Interrupts not disabled yet.\n"); 649 "DC5 still not disabled.\n"); 907 * If DC off power well is disabled, need to enable and disable th [all...] |
| /src/sys/arch/mac68k/mac68k/ |
| locore.s | 1050 jeq Lget_phys1 | MMU is disabled
|