/linux/include/media/ |
H A D | v4l2-rect.h | 54 * v4l2_rect_map_inside()- r should be inside boundary. 56 * @boundary: rect containing the boundary for @r 59 const struct v4l2_rect *boundary) in v4l2_rect_map_inside() argument 61 v4l2_rect_set_max_size(r, boundary); in v4l2_rect_map_inside() 62 if (r->left < boundary->left) in v4l2_rect_map_inside() 63 r->left = boundary->left; in v4l2_rect_map_inside() 64 if (r->top < boundary->top) in v4l2_rect_map_inside() 65 r->top = boundary->top; in v4l2_rect_map_inside() 66 if (r->left + r->width > boundary->left + boundary->width) in v4l2_rect_map_inside() 67 r->left = boundary->left + boundary->width - r->width; in v4l2_rect_map_inside() [all …]
|
/linux/mm/ |
H A D | dmapool_test.c | 19 size_t boundary; member 23 { .size = 16, .align = 16, .boundary = 0 }, 24 { .size = 64, .align = 64, .boundary = 0 }, 25 { .size = 256, .align = 256, .boundary = 0 }, 26 { .size = 1024, .align = 1024, .boundary = 0 }, 27 { .size = 4096, .align = 4096, .boundary = 0 }, 28 { .size = 68, .align = 32, .boundary = 4096 }, 74 parms->align, parms->boundary); in dmapool_test_block()
|
/linux/sound/core/ |
H A D | pcm_compat.c | 80 u32 boundary; member 90 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sw_params_compat() local 107 * Check silent_size parameter. Since we have 64bit boundary, in snd_pcm_ioctl_sw_params_compat() 108 * silence_size must be compared with the 32bit boundary. in snd_pcm_ioctl_sw_params_compat() 110 boundary = recalculate_boundary(substream->runtime); in snd_pcm_ioctl_sw_params_compat() 111 if (boundary && params.silence_size >= boundary) in snd_pcm_ioctl_sw_params_compat() 112 params.silence_size = substream->runtime->boundary; in snd_pcm_ioctl_sw_params_compat() 116 if (boundary && put_user(boundary, &src->boundary)) in snd_pcm_ioctl_sw_params_compat() 271 runtime->boundary = new_boundary; in snd_pcm_ioctl_hw_params_compat() 413 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sync_ptr_x32() local [all …]
|
H A D | sound_kunit.c | 188 snd_pcm_uframes_t boundary = buffer_size; in calculate_boundary() local 190 while (boundary * 2 <= 0x7fffffffUL - buffer_size) in calculate_boundary() 191 boundary *= 2; in calculate_boundary() 192 return boundary; in calculate_boundary() 196 /* buf_size + hw_ptr < appl_ptr => avail = buf_size + hw_ptr - appl_ptr + boundary */ 199 * buf_size + hw_ptr - appl_ptr >= boundary => 200 * => avail = buf_size + hw_ptr - appl_ptr - boundary 221 r->boundary = calculate_boundary(r->buffer_size); in test_playback_avail() 229 /* hw_ptr - appl_ptr < 0 => avail = hw_ptr - appl_ptr + boundary */ 249 r->boundary = calculate_boundary(r->buffer_size); in test_capture_avail()
|
/linux/tools/perf/pmu-events/arch/powerpc/power10/ |
H A D | others.json | 45 …boundary, octword loads that are not aligned, and a special forward progress case of a load that d… 50 …boundary, octword loads that are not aligned, and a special forward progress case of a load that d… 55 …y of the instruction. This only includes stores that cross the 128 byte boundary. Counted at finis… 60 …y of the instruction. This only includes stores that cross the 128 byte boundary. Counted at finis…
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-nitrogen-smarc-universal-board.dts | 3 * Copyright 2023 Boundary Devices 14 model = "Boundary Device Nitrogen8MP Universal SMARC Carrier Board"; 15 compatible = "boundary,imx8mp-nitrogen-smarc-universal-board", 16 "boundary,imx8mp-nitrogen-smarc-som", "fsl,imx8mp";
|
/linux/Documentation/ABI/testing/ |
H A D | debugfs-scmi-raw | 13 (receiving an EOF at each message boundary). 31 (receiving an EOF at each message boundary). 47 (receiving an EOF at each message boundary). 67 (receiving an EOF at each message boundary). 78 each message boundary). 89 each message boundary). 118 (receiving an EOF at each message boundary). 145 (receiving an EOF at each message boundary). 171 (receiving an EOF at each message boundary). 200 (receiving an EOF at each message boundary).
|
/linux/drivers/scsi/isci/ |
H A D | unsolicited_frame_control.c | 77 * - The address must align on a 64-byte boundary. Guaranteed to be in sci_unsolicited_frame_control_construct() 78 * on 64-byte boundary already 1KB boundary for unsolicited frames. in sci_unsolicited_frame_control_construct() 90 * - The address must align on a 64-bit boundary. Guaranteed to be on 64 in sci_unsolicited_frame_control_construct() 91 * byte boundary already due to above programming headers being on a in sci_unsolicited_frame_control_construct() 92 * 64-bit boundary and headers are on a 64-bytes in size. in sci_unsolicited_frame_control_construct() 103 * - Aligned on a 1KB boundary. */ in sci_unsolicited_frame_control_construct() 120 * pointers. Everything is aligned on 1k boundary with an in sci_unsolicited_frame_control_construct()
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-nit6xlite.dts | 3 * Copyright 2015 Boundary Devices, Inc. 11 model = "Boundary Devices i.MX6 Solo Nitrogen6_Lite Board"; 12 compatible = "boundary,imx6dl-nit6xlite", "fsl,imx6dl";
|
H A D | imx6q-nitrogen6_som2.dts | 3 * Copyright 2016 Boundary Devices, Inc. 11 model = "Boundary Devices i.MX6 Quad Nitrogen6_SOM2 Board"; 12 compatible = "boundary,imx6q-nitrogen6_som2", "fsl,imx6q";
|
H A D | imx6q-nitrogen6_max.dts | 3 * Copyright 2015 Boundary Devices, Inc. 11 model = "Boundary Devices i.MX6 Quad Nitrogen6_MAX Board"; 12 compatible = "boundary,imx6q-nitrogen6_max", "fsl,imx6q";
|
H A D | imx6qp-nitrogen6_som2.dts | 3 * Copyright 2017 Boundary Devices, Inc. 12 model = "Boundary Devices i.MX6 Quad Plus Nitrogen6_SOM2 Board"; 13 compatible = "boundary,imx6qp-nitrogen6_som2", "fsl,imx6qp";
|
H A D | imx6dl-nitrogen6x.dts | 3 * Copyright 2013 Boundary Devices, Inc. 13 model = "Boundary Devices i.MX6 DualLite Nitrogen6x Board"; 14 compatible = "boundary,imx6dl-nitrogen6x", "fsl,imx6dl";
|
H A D | imx6qp-nitrogen6_max.dts | 3 * Copyright 2016 Boundary Devices, Inc. 12 model = "Boundary Devices i.MX6 Quad Plus Nitrogen6_MAX Board"; 13 compatible = "boundary,imx6qp-nitrogen6_max", "fsl,imx6qp";
|
H A D | imx6q-nitrogen6x.dts | 3 * Copyright 2013 Boundary Devices, Inc. 13 model = "Boundary Devices i.MX6 Quad Nitrogen6x Board"; 14 compatible = "boundary,imx6q-nitrogen6x", "fsl,imx6q";
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_rogue_cr_defs_client.h | 64 * X1 MacroTile boundary, left tile X for second column of macrotiles (16MT mode) - 32 pixels across 70 * X2 MacroTile boundary, left tile X for third(16MT) column of macrotiles - 32 pixels across tile 75 * X3 MacroTile boundary, left tile X for fourth column of macrotiles (16MT) - 32 pixels across tile 85 * X1 MacroTile boundary, ltop tile Y for second column of macrotiles (16MT mode) - 32 pixels tile 91 * X2 MacroTile boundary, top tile Y for third(16MT) column of macrotiles - 32 pixels tile height 96 * X3 MacroTile boundary, top tile Y for fourth column of macrotiles (16MT) - 32 pixels tile height
|
/linux/arch/parisc/include/asm/ |
H A D | fixmap.h | 19 * cache aliasing boundary for machines that support equivalent aliasing. 22 * indicates that it has an alias boundary of 4 MB. It also supports 26 * This indicates the alias boundary is unknown and may be larger than 29 * Here we assume the maximum alias boundary is 4 MB.
|
/linux/arch/x86/ |
H A D | Makefile | 38 # For gcc stack alignment is specified with -mpreferred-stack-boundary, 40 ifneq ($(call cc-option, -mpreferred-stack-boundary=4),) 41 cc_stack_align4 := -mpreferred-stack-boundary=2 42 cc_stack_align8 := -mpreferred-stack-boundary=3 73 # This must happen before we try the -mpreferred-stack-boundary, see: 87 # GCC < 7.1 cannot compile code using `double` and -mpreferred-stack-boundary=3 92 # -mpreferred-stack-boundary=3 build error: 94 # -mpreferred-stack-boundary=3 is not between 4 and 12 98 CC_FLAGS_FPU += $(call cc-option,-msse -mpreferred-stack-boundary=3,-mpreferred-stack-boundary=4) 166 # 8-byte boundary. If the compiler isn't informed about the actual
|
/linux/include/linux/ |
H A D | dmapool.h | 23 size_t size, size_t align, size_t boundary, int node); 40 struct device *dev, size_t size, size_t align, size_t boundary, in dma_pool_create_node() argument 57 struct device *dev, size_t size, size_t align, size_t boundary) in dma_pool_create() argument 59 return dma_pool_create_node(name, dev, size, align, boundary, in dma_pool_create()
|
/linux/arch/powerpc/mm/nohash/ |
H A D | 8xx.c | 148 unsigned long boundary = strict_boundary ? sinittext : etext8; in mmu_mapin_ram() local 155 mmu_mapin_ram_chunk(0, boundary, PAGE_KERNEL_X, true); in mmu_mapin_ram() 157 top = boundary; in mmu_mapin_ram() 159 mmu_mapin_ram_chunk(boundary, einittext8, PAGE_KERNEL_X, true); in mmu_mapin_ram() 175 unsigned long boundary = strict_kernel_rwx_enabled() ? sinittext : etext8; in mmu_mark_initmem_nx() local 180 err = mmu_mapin_ram_chunk(boundary, einittext8, PAGE_KERNEL, false); in mmu_mark_initmem_nx()
|
/linux/arch/powerpc/boot/ |
H A D | page.h | 20 /* align addr on a size boundary - adjust address up/down if needed */ 24 /* align addr on a size boundary - adjust address up if needed */ 27 /* to align the pointer to the (next) page boundary */
|
/linux/arch/loongarch/include/asm/ |
H A D | kvm_mmu.h | 105 phys_addr_t boundary, size; in kvm_pgtable_addr_end() local 108 boundary = (addr + size) & ~(size - 1); in kvm_pgtable_addr_end() 109 return (boundary - 1 < end - 1) ? boundary : end; in kvm_pgtable_addr_end()
|
/linux/Documentation/filesystems/ext4/ |
H A D | verity.rst | 14 - Zero-padding to the next 65536-byte boundary. This padding need not 23 - Zero-padding to the next filesystem block boundary. 30 block boundary.
|
/linux/arch/arc/include/asm/ |
H A D | jump_label.h | 16 * that this instruction doesn't cross L1 cache line boundary. 22 * It's enough that our 32-bit instruction don't cross L1 cache line boundary / 23 * L1 I$ fetch block boundary which can be achieved by using
|
/linux/drivers/mtd/nand/onenand/ |
H A D | onenand_base.c | 39 /* Default Flex-OneNAND boundary and lock respectively */ 43 MODULE_PARM_DESC(flex_bdry, "SLC Boundary information for Flex-OneNAND" 45 "DIE_BDRY: SLC boundary of the die" 46 "LOCK: Locking information for SLC boundary" 47 " : 0->Set boundary in unlocked status" 48 " : 1->Set boundary in locked status"); 303 unsigned boundary, blk, die = 0; in flexonenand_block() local 310 boundary = this->boundary[die]; in flexonenand_block() 313 if (blk > boundary) in flexonenand_block() 314 blk = (blk + boundary + 1) >> 1; in flexonenand_block() [all …]
|