/kernel/linux/linux-5.10/ |
D | Kbuild | 6 # Generate bounds.h 8 bounds-file := include/generated/bounds.h 10 always-y := $(bounds-file) 11 targets := kernel/bounds.s 13 $(bounds-file): kernel/bounds.s FORCE 34 arch/$(SRCARCH)/kernel/asm-offsets.s: $(timeconst-file) $(bounds-file)
|
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
D | rkisp1-common.c | 20 const struct v4l2_rect *bounds) in rkisp1_sd_adjust_crop_rect() argument 23 v4l2_rect_map_inside(crop, bounds); in rkisp1_sd_adjust_crop_rect() 27 const struct v4l2_mbus_framefmt *bounds) in rkisp1_sd_adjust_crop() argument 32 .width = bounds->width, in rkisp1_sd_adjust_crop() 33 .height = bounds->height, in rkisp1_sd_adjust_crop()
|
D | rkisp1-common.h | 428 const struct v4l2_rect *bounds); 437 const struct v4l2_mbus_framefmt *bounds);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | head917d.c | 53 u32 bounds = 0; in head917d_base() local 58 case 8: bounds |= NVDEF(NV917D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_64); break; in head917d_base() 59 case 4: bounds |= NVDEF(NV917D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_32); break; in head917d_base() 60 case 2: bounds |= NVDEF(NV917D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); break; in head917d_base() 61 case 1: bounds |= NVDEF(NV917D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_8); break; in head917d_base() 66 bounds |= NVDEF(NV917D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, USABLE, TRUE); in head917d_base() 67 bounds |= NVDEF(NV917D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, BASE_LUT, USAGE_1025); in head917d_base() 73 PUSH_MTHD(push, NV917D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS(i), bounds); in head917d_base()
|
D | head907d.c | 100 u32 bounds = 0; in head907d_ovly() local 105 case 8: bounds |= NVDEF(NV907D, HEAD_SET_OVERLAY_USAGE_BOUNDS, PIXEL_DEPTH, BPP_64); break; in head907d_ovly() 106 case 4: bounds |= NVDEF(NV907D, HEAD_SET_OVERLAY_USAGE_BOUNDS, PIXEL_DEPTH, BPP_32); break; in head907d_ovly() 107 case 2: bounds |= NVDEF(NV907D, HEAD_SET_OVERLAY_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); break; in head907d_ovly() 112 bounds |= NVDEF(NV907D, HEAD_SET_OVERLAY_USAGE_BOUNDS, USABLE, TRUE); in head907d_ovly() 114 bounds |= NVDEF(NV907D, HEAD_SET_OVERLAY_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); in head907d_ovly() 120 PUSH_MTHD(push, NV907D, HEAD_SET_OVERLAY_USAGE_BOUNDS(i), bounds); in head907d_ovly() 129 u32 bounds = 0; in head907d_base() local 134 case 8: bounds |= NVDEF(NV907D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_64); break; in head907d_base() 135 case 4: bounds |= NVDEF(NV907D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_32); break; in head907d_base() [all …]
|
D | head507d.c | 71 u32 bounds = 0; in head507d_ovly() local 76 case 4: bounds |= NVDEF(NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_32); break; in head507d_ovly() 77 case 2: bounds |= NVDEF(NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); break; in head507d_ovly() 82 bounds |= NVDEF(NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, USABLE, TRUE); in head507d_ovly() 84 bounds |= NVDEF(NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); in head507d_ovly() 90 PUSH_MTHD(push, NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS(i), bounds); in head507d_ovly() 99 u32 bounds = 0; in head507d_base() local 104 case 8: bounds |= NVDEF(NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_64); break; in head507d_base() 105 case 4: bounds |= NVDEF(NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_32); break; in head507d_base() 106 case 2: bounds |= NVDEF(NV507D, HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS, PIXEL_DEPTH, BPP_16); break; in head507d_base() [all …]
|
/kernel/linux/linux-5.10/scripts/ |
D | Makefile.ubsan | 11 CFLAGS_UBSAN += -fsanitize=array-bounds 13 CFLAGS_UBSAN += $(call cc-option, -fsanitize=bounds) 18 CFLAGS_UBSAN += -fsanitize=local-bounds
|
/kernel/linux/linux-5.10/lib/ |
D | Kconfig.ubsan | 32 …depends on !$(cc-option,-Werror=unused-command-line-argument -fsanitize=bounds -fsanitize-coverage… 40 bool "Perform array index bounds checking" 44 This option enables detection of directly indexed out of bounds 51 bool "Perform array local bounds checking" 56 This option enables -fsanitize=local-bounds which traps when an 62 out-of-bounds.
|
D | Kconfig.kasan | 29 designed to find out-of-bounds accesses and use-after-free bugs. 58 but detection of out-of-bounds accesses for global variables is 153 (use-after-free or out-of-bounds) at the cost of increased 175 out of bounds and use after free accesses. It is useful for testing
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
D | bttv-vbi.c | 180 if (fh->vbi_fmt.end >= tvnorm->cropcap.bounds.top) in vbi_buffer_prepare() 181 min_vdelay += fh->vbi_fmt.end - tvnorm->cropcap.bounds.top; in vbi_buffer_prepare() 247 max_end = (tvnorm->cropcap.bounds.top in try_fmt() 248 + tvnorm->cropcap.bounds.height) >> 1; in try_fmt() 383 max_end = (tvnorm->cropcap.bounds.top in bttv_g_fmt_vbi_cap() 384 + tvnorm->cropcap.bounds.height) >> 1; in bttv_g_fmt_vbi_cap()
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-enumaudio.rst | 39 bounds. To enumerate all audio inputs applications shall begin at index 53 The number of the audio input is out of bounds.
|
D | vidioc-enumaudioout.rst | 39 bounds. To enumerate all audio outputs applications shall begin at index 58 The number of the audio output is out of bounds.
|
D | v4l2-selection-targets.rst | 41 the crop bounds rectangle. 63 inside the compose bounds rectangle.
|
D | vidioc-g-audioout.rst | 50 return the ``EINVAL`` error code when the index is out of bounds. This is a 98 number of the selected audio output is out of bounds or it does not
|
D | vidioc-g-ctrl.rst | 46 ``value`` is out of bounds drivers can choose to take the closest valid 89 bounds.
|
D | selection-api-configuration.rst | 58 bounds rectangle. The composing rectangle must lie completely inside 59 bounds rectangle. The driver must adjust the composing rectangle to fit 98 same coordinate system as the bounds rectangle. The active cropping area 110 composing rectangle must lie completely inside the bounds rectangle. The
|
D | vidioc-enum-dv-timings.rst | 50 error code when the index is out of bounds. To enumerate all supported 102 ``index`` is out of bounds or the ``pad`` number is invalid.
|
D | vidioc-g-crop.rst | 50 limits, i. e. the bounds given by the capture/output window, and it 90 :c:type:`v4l2_cropcap` ``bounds`` is used.
|
D | vidioc-cropcap.rst | 62 - ``bounds`` 75 as for ``bounds`` is used.
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
D | policydb.h | 79 u32 bounds; /* boundary of role */ member 115 u32 bounds; /* boundary of type */ member 123 u32 bounds; /* bounds of user */ member
|
/kernel/linux/linux-5.10/Documentation/staging/ |
D | speculation.rst | 20 For example, in the presence of branch prediction, it is possible for bounds 62 of an out-of-bounds address, while the second call will influence 70 The kernel provides a generic API to ensure that bounds checks are
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/ |
D | eeprom.c | 465 u8 bounds; in mt76x2_get_temp_comp() local 479 bounds = mt76x02_eeprom_get(dev, MT_EE_TX_POWER_EXT_PA_5G); in mt76x2_get_temp_comp() 482 bounds = mt76x02_eeprom_get(dev, in mt76x2_get_temp_comp() 488 t->lower_bound = 0 - (bounds & 0xf); in mt76x2_get_temp_comp() 489 t->upper_bound = (bounds >> 4) & 0xf; in mt76x2_get_temp_comp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
D | Makefile | 22 CFLAGS_tg3.o += -Wno-array-bounds
|
/kernel/linux/linux-5.10/arch/s390/ |
D | Makefile | 39 KBUILD_CFLAGS += $(call cc-disable-warning, array-bounds) 40 KBUILD_CFLAGS_DECOMPRESSOR += $(call cc-disable-warning, array-bounds)
|
/kernel/linux/linux-5.10/fs/hpfs/ |
D | hpfs.h | 212 __le32 bounds; /* matches corresponding word member 230 __le32 bounds[3]; /* looks a bit like member
|