/linux-6.14.4/arch/parisc/math-emu/ |
D | hppa.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Linux/PA-RISC Project (http://www.parisc-linux.org/) 5 * Floating-point emulation code 6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <[email protected]> 10 PA header file -- do not include this header file for non-PA builds. 14 /* amount is assumed to be a constant between 0 and 32 (non-inclusive) */ 17 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount)) 23 else dest = ((((unsigned) left)&0x7fffffff) << (32-(amount))) | \ 26 /* amount must be between 0 and 32 (non-inclusive) */ 29 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
|
/linux-6.14.4/tools/perf/util/ |
D | block-range.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 12 * struct block_range - non-overlapping parts of basic blocks 14 * @start: inclusive start of range 15 * @end: inclusive end of range 40 struct rb_node *n = rb_next(&br->node); in block_range__next() 53 return iter->start; in block_range_iter() 58 if (iter->start == iter->end) in block_range_iter__next() 61 iter->start = block_range__next(iter->start); in block_range_iter__next() 67 if (!iter->start || !iter->end) in block_range_iter__valid()
|
/linux-6.14.4/Documentation/userspace-api/media/v4l/ |
D | vidioc-queryctrl.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 13 VIDIOC_QUERYCTRL - VIDIOC_QUERY_EXT_CTRL - VIDIOC_QUERYMENU - Enumerate controls and menu control i… 42 of a struct :ref:`v4l2_queryctrl <v4l2-queryctrl>` and call the 60 driver returns the next supported non-compound control, or ``EINVAL`` if 72 :ref:`v4l2_queryctrl <v4l2-queryctrl>` since that structure is full. 80 fields of struct :ref:`v4l2_querymenu <v4l2-querymenu>` and call the 85 :ref:`v4l2_queryctrl <v4l2-queryctrl>` ``minimum`` to ``maximum``, 86 inclusive. 99 .. _v4l2-queryctrl: 103 .. flat-table:: struct v4l2_queryctrl [all …]
|
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/altera/ |
D | altera_tse.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 Altera Triple-Speed Ethernet MAC driver 9 Copyright |copy| 2008-2014 Altera Corporation 11 This is the driver for the Altera Triple-Speed Ethernet (TSE) controllers 24 The Triple-Speed Ethernet, SGDMA, and MSGDMA components are all soft IP 31 Triple-Speed Ethernet instance is using an SGDMA or MSGDMA component. The 36 The SGDMA component is to be deprecated in the near future (over the next 1-2 46 Scatter-gather DMA is not supported by the SGDMA or MSGDMA at this time. 47 Scatter-gather DMA will be added to a future maintenance update to this 60 Device Drivers ---> Network device support ---> Ethernet driver support ---> [all …]
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-firmware-memmap | 10 However, on most architectures that firmware-provided memory 16 kexec needs the raw firmware-provided memory map to setup the 40 end The end address, inclusive (regardless whether the 41 firmware provides inclusive or exclusive ranges). 56 - System RAM 57 - ACPI Tables 58 - ACPI Non-volatile Storage 59 - Unusable memory 60 - Persistent Memory (legacy) 61 - Persistent Memory [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/cache/ |
D | andestech,ax45mp-cache.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/cache/andestech,ax45mp-cache.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Lad Prabhakar <prabhakar.mahadev-[email protected]> 14 A level-2 cache (L2C) is used to improve the system performance by providing 16 is shared between cores, and a non-inclusive non-exclusive policy is used. 23 - andestech,ax45mp-cache 26 - compatible 31 - const: andestech,ax45mp-cache [all …]
|
/linux-6.14.4/arch/riscv/lib/ |
D | memmove.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 12 * a0 - dest 15 * a0 - Inclusive first byte of dest 16 * a1 - Inclusive first byte of src 17 * a2 - Length of copy n 22 * Note: This currently only works on little-endian. 23 * To port to big-endian, reverse the direction of shifts 33 * Forward Copy: a1 - Index counter of src 34 * Reverse Copy: a4 - Index counter of src 35 * Forward Copy: t3 - Index counter of dest [all …]
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | cacheflush.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 1999-2002 Russell King. 26 * Start addresses are inclusive and end addresses are exclusive; start 29 * See Documentation/core-api/cachetlb.rst for more information. Please note that 30 * the implementation assumes non-aliasing VIPT D-cache and (aliasing) 31 * VIPT I-cache. 34 * - start - virtual start address (inclusive) 35 * - end - virtual end address (exclusive) 39 * Ensure coherency between the I-cache and the D-cache region to 44 * Ensure coherency between the I-cache and the D-cache region to [all …]
|
/linux-6.14.4/arch/arm/mm/ |
D | proc-feroceon.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * linux/arch/arm/mm/proc-feroceon.S: MMU functions for Feroceon 5 * Heavily based on proc-arm926.S 15 #include <asm/pgtable-hwdef.h> 18 #include "proc-macros.S" 53 movne r3, #((4 - 1) << 30) @ 4-way 55 moveq r3, #0 @ 1-way 175 * - start - start address (inclusive) 176 * - end - end address (exclusive) 177 * - flags - vm_flags describing address space [all …]
|
D | cache-v4wt.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * linux/arch/arm/mm/cache-v4wt.S 5 * Copyright (C) 1997-2002 Russell king 16 #include "proc-macros.S" 82 * - start - start address (inclusive, page aligned) 83 * - end - end address (exclusive, page aligned) 84 * - flags - vma_area_struct flags describing address space 104 * region described by start. If you have non-snooping 107 * - start - virtual start address 108 * - end - virtual end address [all …]
|
D | cache-v4wb.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * linux/arch/arm/mm/cache-v4wb.S 5 * Copyright (C) 1997-2002 Russell king 12 #include "proc-macros.S" 39 * 32768 150 149 150 214 216 212 <--- 42 * Whole 132 136 132 221 217 207 <--- 89 add r2, r2, #FLUSH_BASE_MINICACHE - FLUSH_BASE 105 * - start - start address (inclusive, page aligned) 106 * - end - end address (exclusive, page aligned) 107 * - flags - vma_area_struct flags describing address space [all …]
|
D | cache-fa.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * linux/arch/arm/mm/cache-fa.S 6 * Copyright (C) 2008-2009 Paulius Zaleckas <[email protected]> 8 * Based on cache-v4wb.S: 9 * Copyright (C) 1997-2002 Russell king 19 #include "proc-macros.S" 81 * - start - start address (inclusive, page aligned) 82 * - end - end address (exclusive, page aligned) 83 * - flags - vma_area_struct flags describing address space 108 * region described by start. If you have non-snooping [all …]
|
/linux-6.14.4/include/linux/regulator/ |
D | machine.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * machine.h -- SoC Regulator support, machine/board driver API. 44 * DO_NOTHING_IN_SUSPEND - the default value 45 * DISABLE_IN_SUSPEND - turn off regulator in suspend states 46 * ENABLE_IN_SUSPEND - keep regulator on in suspend states 53 * Default time window (in milliseconds) following a critical under-voltage 67 * struct regulator_state - regulator state during low power system states 79 * - DO_NOTHING_IN_SUSPEND 80 * - DISABLE_IN_SUSPEND 81 * - ENABLE_IN_SUSPEND [all …]
|
/linux-6.14.4/drivers/gpu/drm/i915/ |
D | i915_reg_defs.h | 1 /* SPDX-License-Identifier: MIT */ 13 * REG_BIT() - Prepare a u32 bit value 14 * @__n: 0-based bit number 26 * REG_BIT8() - Prepare a u8 bit value 27 * @__n: 0-based bit number 39 * REG_GENMASK() - Prepare a continuous u32 bitmask 40 * @__high: 0-based high bit 41 * @__low: 0-based low bit 45 * @return: Continuous bitmask from @__high to @__low, inclusive. 54 * REG_GENMASK64() - Prepare a continuous u64 bitmask [all …]
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_range_fence.h | 1 /* SPDX-License-Identifier: MIT */ 9 #include <linux/dma-fence.h> 16 /** struct xe_range_fence_ops - XE range fence ops */ 22 /** struct xe_range_fence - XE range fence (address conflict tracking) */ 28 /** @last: last address (inclusive) of range fence is interval tree */ 42 /** @link: used to defer free of range fence to non-irq context */ 48 /** struct xe_range_fence_tree - interval tree to store range fences */
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | kgdb.h | 52 /* On non-E500 family PPC32 we determine the size by picking the last 62 /* CR/LR, R1, R2, R13-R31 inclusive. */
|
/linux-6.14.4/arch/arm/include/asm/ |
D | cacheflush.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 1999-2002 Russell King 12 #include <asm/glue-cache.h> 17 #define CACHE_COLOUR(vaddr) ((vaddr & (SHMLBA - 1)) >> PAGE_SHIFT) 29 * The arch/arm/mm/cache-*.S and arch/arm/mm/proc-*.S files 32 * Start addresses are inclusive and end addresses are exclusive; 35 * See Documentation/core-api/cachetlb.rst for more information. 37 * effects are cache-type (VIVT/VIPT/PIPT) specific. 42 * Currently only needed for cache-v6.S and cache-v7.S, see 52 * inner shareable and invalidate the I-cache. [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | samsung,midas-audio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/samsung,midas-audio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sylwester Nawrocki <[email protected]> 13 - $ref: sound-card-common.yaml# 17 const: samsung,midas-audio 23 sound-dai: 27 - sound-dai 33 sound-dai: [all …]
|
/linux-6.14.4/mm/ |
D | filemap.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 1994-1999 Linus Torvalds 30 #include <linux/error-injection.h> 33 #include <linux/backing-dev.h> 72 * finished 'unifying' the page and buffer cache and SMP-threaded the 73 * page-cache, 21.05.1999, Ingo Molnar <[email protected]> 75 * SMP-threaded pagemap-LRU 1999, Andrea Arcangeli <[email protected]> 81 * ->i_mmap_rwsem (truncate_pagecache) 82 * ->private_lock (__free_pte->block_dirty_folio) 83 * ->swap_lock (exclusive_swap_page, others) [all …]
|
D | truncate.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * mm/truncate.c - code for taking down pages from address_spaces 12 #include <linux/backing-dev.h> 29 XA_STATE(xas, &mapping->i_pages, start); in clear_shadow_entries() 38 spin_lock(&mapping->host->i_lock); in clear_shadow_entries() 49 inode_add_lru(mapping->host); in clear_shadow_entries() 50 spin_unlock(&mapping->host->i_lock); in clear_shadow_entries() 63 XA_STATE(xas, &mapping->i_pages, indices[0]); in truncate_folio_batch_exceptionals() 73 if (xa_is_value(fbatch->folios[j])) in truncate_folio_batch_exceptionals() 81 if (xa_is_value(fbatch->folios[i])) in truncate_folio_batch_exceptionals() [all …]
|
/linux-6.14.4/kernel/irq/ |
D | msi.c | 1 // SPDX-License-Identifier: GPL-2.0 9 * PCI compatible and non PCI compatible devices. 25 * struct msi_device_data - MSI per device data 39 * struct msi_ctrl - MSI internal management control structure 44 * than the range due to PCI/multi-MSI. 54 #define MSI_XA_MAX_INDEX (ULONG_MAX - 1) 64 * msi_alloc_desc - Allocate an initialized msi_desc 82 desc->dev = dev; in msi_alloc_desc() 83 desc->nvec_used = nvec; in msi_alloc_desc() 85 desc->affinity = kmemdup_array(affinity, nvec, sizeof(*desc->affinity), GFP_KERNEL); in msi_alloc_desc() [all …]
|
/linux-6.14.4/arch/powerpc/boot/ |
D | div64.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Divide a 64-bit unsigned number by a 32-bit unsigned number. 5 * non-zero to start with. 7 * the 64-bit quotient, and r4 contains the divisor. 30 li r10,-1 # to make it < 2^32, and shifting 48 divwu r0,r6,r4 # perform the remaining 32-bit division 60 * Updated to be valid for shift counts from 0 to 63 inclusive. 61 * -- Gabriel 75 addi r7,r5,32 # could be xori, or addi with -32 76 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count) [all …]
|
/linux-6.14.4/include/linux/ |
D | netfilter.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 22 return -(verdict >> NF_VERDICT_QBITS); in NF_DROP_GETERR() 44 return a1->all[0] == a2->all[0] && in nf_inet_addr_cmp() 45 a1->all[1] == a2->all[1] && in nf_inet_addr_cmp() 46 a1->all[2] == a2->all[2] && in nf_inet_addr_cmp() 47 a1->all[3] == a2->all[3]; in nf_inet_addr_cmp() 63 result->all[0] = a1->all[0] & mask->all[0]; in nf_inet_addr_mask() 64 result->all[1] = a1->all[1] & mask->all[1]; in nf_inet_addr_mask() 65 result->all[2] = a1->all[2] & mask->all[2]; in nf_inet_addr_mask() 66 result->all[3] = a1->all[3] & mask->all[3]; in nf_inet_addr_mask() [all …]
|
/linux-6.14.4/Documentation/userspace-api/ |
D | dma-buf-alloc-exchange.rst | 1 .. SPDX-License-Identifier: GPL-2.0 2 .. Copyright 2021-2023 Collabora Ltd. 9 support for sharing pixel-buffer allocations between processes, devices, and 12 approach this sharing for two-dimensional image data. 25 Conceptually a two-dimensional array of pixels. The pixels may be stored 30 A span along a single y-axis value, e.g. from co-ordinates (0,100) to 37 A span along a single x-axis value, e.g. from co-ordinates (100,0) to 46 A two-dimensional array of some or all of an image's color and alpha 80 A value that denotes the relationship between pixel-location co-ordinates 81 and byte-offset values. Typically used as the byte offset between two [all …]
|
/linux-6.14.4/drivers/media/pci/cx18/ |
D | cx18-scb.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 12 #include "cx18-mailbox.h" 14 /* NOTE: All ACK interrupts are in the SW2 register. All non-ACK interrupts 65 between SCB_OFFSET and SCB_OFFSET+SCB_RESERVED_SIZE-1 inclusive */ 80 /* Offset where to find the Inter-Processor Communication data */ 96 /* These fields form Inter-Processor Communication data which is used
|