/linux-6.14.4/arch/x86/crypto/ |
D | sha1_avx2_x86_64_asm.S | 4 * This file is provided under a dual BSD/GPLv2 license. When using or 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 47 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 100 .set A, REG_A define 145 * Keep 2 iterations precalculated at a time: 146 * - 80 DWORDs per iteration * 2 148 #define W_SIZE (80*2*2 +16) 150 #define WK(t) ((((t) % 80) / 4)*32 + ( (t) % 4)*4 + ((t)/80)*16 )(WK_BUF) 305 .elseif (i < 80) 328 .set TB, A [all …]
|
/linux-6.14.4/Documentation/admin-guide/ |
D | svga.rst | 15 kernel decompression starts) and works only on 80X86 machines that are 25 The video mode to be used is selected by a kernel parameter which can be 31 NORMAL_VGA - Standard 80x25 mode available on all display adapters. 33 EXTENDED_VGA - Standard 8-pixel font mode: 80x43 on EGA, 80x50 on VGA. 35 ASK_VGA - Display a video mode menu upon startup (see below). 39 to use). 0..9 correspond to "0".."9", 10..35 to "a".."z". Warning: the 41 modes are listed in a "first detected -- first displayed" manner. It's 51 The ASK_VGA mode causes the kernel to offer a video mode menu upon 52 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE> 55 the standard 80x25 mode. [all …]
|
/linux-6.14.4/mm/damon/tests/ |
D | vaddr-kunit.h | 49 * covering the region is just a waste. 51 * '__damon_va_three_regions() receives an address space of a process. It 59 * more short form: 10-20-25, 200-210-220, 300-305, 307-330) of a process are 158 * 50-55, 70-80, 90-100) to fit with the new big regions or remove target 163 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions1() 165 70, 80, 80, 90, 90, 100}; in damon_test_apply_three_regions1() 171 /* 5-20-27, 45-55, 73-80-90-104 */ in damon_test_apply_three_regions1() 173 73, 80, 80, 90, 90, 104}; in damon_test_apply_three_regions1() 185 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions2() 187 70, 80, 80, 90, 90, 100}; in damon_test_apply_three_regions2() [all …]
|
/linux-6.14.4/Documentation/iio/ |
D | adxl380.rst | 15 The ADXL380/ADXL382 is a low noise density, low power, 3-axis accelerometer with 28 Each IIO device, has a device folder under ``/sys/bus/iio/devices/iio:deviceX``, 29 where X is the IIO index of the device. Under these folders reside a set of 86 A channel value can be read from its _raw attribute. The value returned is the 211 002bc300 f7 e7 00 a8 fb c5 24 80 f7 e7 01 04 fb d6 24 80 |......$.......$.| 212 002bc310 f7 f9 00 ab fb dc 24 80 f7 c3 00 b8 fb e2 24 80 |......$.......$.| 213 002bc320 f7 fb 00 bb fb d1 24 80 f7 b1 00 5f fb d1 24 80 |......$...._..$.| 214 002bc330 f7 c4 00 c6 fb a6 24 80 f7 a6 00 68 fb f1 24 80 |......$....h..$.| 215 002bc340 f7 b8 00 a3 fb e7 24 80 f7 9a 00 b1 fb af 24 80 |......$.......$.| 216 002bc350 f7 b1 00 67 fb ee 24 80 f7 96 00 be fb 92 24 80 |...g..$.......$.| [all …]
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | flow_dissector.c | 107 .tcp.source = 80, 116 .sport = 80, 128 .tcp.source = 80, 137 .sport = 80, 151 .tcp.source = 80, 160 .sport = 80, 174 .tcp.source = 80, 184 .sport = 80, 198 .tcp.source = 80, 210 .sport = 80, [all …]
|
/linux-6.14.4/drivers/ata/ |
D | libata-pata-timings.c | 19 * These were taken from ATA/ATAPI-6 standard, rev 0a, except 30 { XFER_PIO_3, 30, 80, 70, 180, 80, 70, 0, 180, 0 }, 33 { XFER_PIO_6, 10, 55, 20, 80, 55, 20, 0, 80, 0 }, 40 { XFER_MW_DMA_1, 45, 0, 0, 0, 80, 50, 5, 150, 0 }, 43 { XFER_MW_DMA_4, 25, 0, 0, 0, 55, 20, 5, 80, 0 }, 47 { XFER_UDMA_1, 0, 0, 0, 0, 0, 0, 0, 0, 80 }, 74 void ata_timing_merge(const struct ata_timing *a, const struct ata_timing *b, in ata_timing_merge() argument 78 m->setup = max(a->setup, b->setup); in ata_timing_merge() 80 m->act8b = max(a->act8b, b->act8b); in ata_timing_merge() 82 m->rec8b = max(a->rec8b, b->rec8b); in ata_timing_merge() [all …]
|
/linux-6.14.4/Documentation/userspace-api/ioctl/ |
D | ioctl-number.rst | 21 system calls 'write' and 'read'. For example, a SET_FOO ioctl would 23 a GET_FOO ioctl would be _IOR, although the kernel would actually write 28 many drivers share a partial letter with other drivers. 30 If you are writing a driver for a new device and need a letter, pick an 36 The second argument to _IO, _IOW, _IOR, or _IOWR is a sequence number 50 if a program calls an ioctl on the wrong device, it will get an 112 ';' 80-FF linux/iommufd.h 116 'A' 00-1F linux/apm_bios.h conflict! 117 'A' 00-0F linux/agpgart.h, conflict! 119 'A' 00-7F sound/asound.h conflict! [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/jaketown/ |
D | uncore-interconnect.json | 8 …"PublicDescription": "Counts the number of times when an inbound write (from a device to memory or… 18 …"PublicDescription": "Counts the number of times when an inbound write (from a device to memory or… 28 …ecrements when either the data is returned OR a tickle is received and ownership is released. Not… 38 …ecrements when either the data is returned OR a tickle is received and ownership is released. Not… 48 …ate the average write latency in the uncore. The occupancy increments when a write request is iss… 58 …ate the average write latency in the uncore. The occupancy increments when a write request is iss… 68 …late the average read latency in the uncore. The occupancy increments when a read request is issu… 78 …late the average read latency in the uncore. The occupancy increments when a read request is issu… 286 …"PublicDescription": "Counts the number times when it is not possible to issue a request to the R2… 340 …. This clock runs at 1/8th the 'GT/s' speed of the QPI link. For example, a 8GT/s link will have… [all …]
|
/linux-6.14.4/arch/sparc/kernel/ |
D | hvtramp.S | 25 * a descriptor data structure which defines the 67 brnz,pn %o0, 80f 72 blt,a,pt %xcc, 1b 79 brnz,pn %o0, 80f 91 ba,pt %xcc, 80f 133 80: ba,pt %xcc, 80b
|
/linux-6.14.4/arch/x86/boot/ |
D | video-vga.c | 18 { VIDEO_80x25, 80, 25, 0 }, 19 { VIDEO_8POINT, 80, 50, 0 }, 20 { VIDEO_80x43, 80, 43, 0 }, 21 { VIDEO_80x28, 80, 28, 0 }, 22 { VIDEO_80x30, 80, 30, 0 }, 23 { VIDEO_80x34, 80, 34, 0 }, 24 { VIDEO_80x60, 80, 60, 0 }, 28 { VIDEO_80x25, 80, 25, 0 }, 29 { VIDEO_8POINT, 80, 43, 0 }, 33 { VIDEO_80x25, 80, 25, 0 }, [all …]
|
/linux-6.14.4/Documentation/arch/powerpc/ |
D | associativity.rst | 7 of that domain. Resources subsets of a given domain that exhibit better 9 are represented as being members of a sub-grouping domain. This performance 19 A value of 1 indicates the usage of Form 1 associativity. For Form 2 associativity 28 With Form 1 a combination of ibm,associativity-reference-points, and ibm,associativity 31 The “ibm,associativity” property contains a list of one or more numbers (domainID) 34 The “ibm,associativity-reference-points” property contains a list of one or more numbers 52 "ibm,associativity-reference-points" property, Form 2 allows a large number of primary domain 59 "ibm,numa-lookup-index-table" property contains a list of one or more numbers representing 71 "ibm,numa-distance-table" property contains a list of one or more numbers representing the NUMA 81 ibm,numa-distace-table = <9>, /bits/ 8 < 10 20 80 20 10 160 80 160 10>; [all …]
|
/linux-6.14.4/tools/testing/selftests/hid/tests/ |
D | test_tablet.py | 34 """Represents whether a button is pressed on the stylus""" 207 """Following the state machine in the URL above, with a couple of addition 337 we now have a button. 414 However, a half broken device might export those transitions. 415 For example, a pen that has the eraser button might wobble between 676 # now check for a valid transition 685 """Internal method to test against a list of 687 state_list is a list of PenState objects 688 scribble is a boolean which tells if we need 689 to wobble a little the X,Y coordinates of the pen [all …]
|
/linux-6.14.4/Documentation/staging/ |
D | static-keys.rst | 30 performance-sensitive fast-path kernel code, via a GCC feature and a code 31 patching technique. A quick example:: 56 Currently, tracepoints are implemented using a conditional branch. The 57 conditional check requires checking a global variable for each tracepoint. 72 gcc (v4.5) adds a new 'asm goto' statement that allows branching to a label: 80 For example, if we have a simple branch that is disabled by default:: 86 consist of a single atomic 'no-op' instruction (5 bytes on x86), in the 88 'no-op' in the straight-line codepath with a 'jump' instruction to the 100 In order to make use of this optimization you must first define a key:: 146 reference counting. For example, if the key is initialized true, a [all …]
|
/linux-6.14.4/arch/x86/lib/ |
D | csum-partial_64.c | 12 #include <asm/word-at-a-time.h> 34 * Do a checksum on an arbitrary memory area. 35 * Returns a 32bit checksum. 42 * it's best to have buff aligned on a 64-bit boundary 49 if (likely(len >= 80)) { in csum_partial() 54 buff += 80; in csum_partial() 55 len -= 80; in csum_partial() 56 } while (len >= 80); in csum_partial()
|
/linux-6.14.4/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 5 Description: The device/ directory under a specific TPM instance exposes 13 Description: The "active" property prints a '1' if the TPM chip is accepting 16 visible to the OS, but will only accept a restricted set of 41 Manufacturer is a hex dump of the 4 byte manufacturer info 42 space in a TPM. TCG version shows the TCG TPM spec level that 51 used to wait for a short, medium and long TPM command. All 54 any longer than necessary before starting to poll for a 64 Durations can be modified in the case where a buggy chip 73 Description: The "enabled" property prints a '1' if the TPM chip is enabled, 75 may be visible but produce a '0' after some operation that [all …]
|
/linux-6.14.4/Documentation/driver-api/media/ |
D | maintainer-entry-profile.rst | 7 The media subsystem covers support for a variety of devices: stream 33 maintainership model is to have sub-maintainers that have a broad 34 knowledge of a specific aspect of the subsystem. It is the sub-maintainers' 44 Media's workflow is heavily based on Patchwork, meaning that, once a patch 46 server, and, after a while, it should appear at: 50 If it doesn't automatically appear there after a few minutes, then 66 At the media subsystem, we have a group of senior developers that 69 subsystem as a whole. For core changes, whenever possible, multiple 92 Media maintainers may delegate a patch to other media maintainers as needed. 94 responsible for reviewing a patch. [all …]
|
/linux-6.14.4/net/wireless/ |
D | chan.c | 134 CFG80211_PER_BW_VALID_PUNCTURING_VALUES(80), 150 start_freq = chandef->center_freq1 - 80; in valid_puncturing_bitmap() 295 mhz = 80; in nl80211_chan_width_to_mhz() 397 /* adjacent is not allowed -- that's a 160 MHz channel */ in cfg80211_chandef_valid() 398 if (chandef->center_freq1 - chandef->center_freq2 == 80 || in cfg80211_chandef_valid() 399 chandef->center_freq2 - chandef->center_freq1 == 80) in cfg80211_chandef_valid() 581 * Here "narrower" includes being a 20 MHz non-HT channel vs. a in _cfg80211_chandef_compatible() 596 * If c1 is 80+80, then c2 is 160 or higher, but that cannot in _cfg80211_chandef_compatible() 597 * match. If c2 was also 80+80 it was already either accepted in _cfg80211_chandef_compatible() 694 * Check if P2P GO is allowed to operate on a DFS channel [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/gpio/ |
D | aspeed,sgpio.yaml | 14 AST2600 have two sgpio master one with 128 pins another one with 80 pins, 15 AST2500/AST2400 have one sgpio master with 80 pins. Each of the Serial 21 divided by a programmable value. 36 # Each SGPIO is represented as a pair of input and output GPIOs 85 ngpios = <80>;
|
/linux-6.14.4/drivers/mtd/devices/ |
D | block2mtd.c | 2 * block2mtd.c - create an mtd from a block device 14 * wait a little bit and retry. This timeout, by default 3 seconds, gives 15 * device time to start up. Required on BCM2708 and a few other chipsets. 55 /* erase a specified part of the device */ 230 * We can't use early_lookup_bdev from a running system. in mdtblock_early_get_bdev() 245 * was not enough, sleep for a bit in subsequent in mdtblock_early_get_bdev() 278 /* Get a handle on the device */ in add_device() 291 pr_err("attempting to use an MTD device as a block device\n"); in add_device() 297 pr_err("erasesize must be a divisor of device size\n"); in add_device() 348 * allows some suffixes for a more human-readable number format: [all …]
|
/linux-6.14.4/drivers/s390/net/ |
D | ctcm_dbug.c | 28 [CTCM_DBF_MPC_SETUP] = {"mpc_setup", 8, 1, 80, CTC_DBF_INFO, NULL}, 29 [CTCM_DBF_MPC_ERROR] = {"mpc_error", 8, 1, 80, CTC_DBF_ERROR, NULL}, 30 [CTCM_DBF_MPC_TRACE] = {"mpc_trace", 8, 1, 80, CTC_DBF_ERROR, NULL}, 56 /* register a view */ in ctcm_register_dbf_views() 58 /* set a passing level */ in ctcm_register_dbf_views()
|
/linux-6.14.4/drivers/gpu/drm/panel/ |
D | panel-jdi-lpm102a188a.c | 195 * with a conservative delay for it to take effect. in jdi_panel_prepare() 230 * right split. To support a different mode a mechanism needs to be in jdi_panel_prepare() 351 .clock = (2560 + 80 + 80 + 80) * (1800 + 4 + 4 + 4) * 60 / 1000, 353 .hsync_start = 2560 + 80, 354 .hsync_end = 2560 + 80 + 80, 355 .htotal = 2560 + 80 + 80 + 80, 476 /* register a panel for only the DSI-LINK1 interface */ in jdi_panel_dsi_probe()
|
/linux-6.14.4/arch/csky/abiv2/ |
D | fpu.c | 15 * - mfcr %a, cr<1, 2> 16 * - mfcr %a, cr<2, 2> 17 * - mtcr %a, cr<1, 2> 18 * - mtcr %a, cr<2, 2> 137 #define STW_FPU_REGS(a, b, c, d) \ argument 138 "stw %0, (%4, "#a")\n" \ 143 #define LDW_FPU_REGS(a, b, c, d) \ argument 144 "ldw %0, (%4, "#a")\n" \ 172 : "+a"(fpregs) in save_to_user_fp() 177 : "+a"(fpregs) in save_to_user_fp() [all …]
|
/linux-6.14.4/arch/arm64/lib/ |
D | copy_page.S | 14 * Copy a page from src to dest (both are page aligned) 39 ldp x12, x13, [x1, #80] 58 stnp x12, x13, [x0, #80 - 256] 59 ldp x12, x13, [x1, #80] 75 stnp x12, x13, [x0, #80 - 256]
|
/linux-6.14.4/tools/testing/selftests/net/netfilter/ |
D | conntrack_tcp_unreplied.sh | 53 # Connect the namespace to the host using a veth pair 67 # add a rule inside NS so we enable conntrack 91 ct state new tcp flags syn ip daddr 10.99.99.99 tcp dport 80 counter name "connreq" accept 105 socat -u STDIN TCP:10.99.99.99:80 < /dev/null 111 count=$(ip netns exec "$ns2" conntrack -L -p tcp --dport 80 2>/dev/null | wc -l) 130 ip daddr 10.99.99.99 tcp dport 80 redirect to :8080
|
/linux-6.14.4/Documentation/accel/qaic/ |
D | aic080.rst | 4 Qualcomm Cloud AI 80 (AIC080) 10 The Qualcomm Cloud AI 80/AIC080 family of products are a derivative of AIC100. 14 As a derivative product, all AIC100 documentation applies.
|