Home
last modified time | relevance | path

Searched +full:4 +full:a (Results 1 – 25 of 2126) sorted by relevance

12345678910>>...86

/Linux-v5.10/tools/perf/pmu-events/arch/x86/cascadelakex/
Dvirtual-memory.json3 "BriefDescription": "Page walk completed due to a demand data store to a 2M/4M page",
5 "CounterHTOff": "0,1,2,3,4,5,6,7",
8 …anslations missed in the TLB and were mapped to 2M/4M pages. The page walks can end with or witho…
13 …"BriefDescription": "Counts 1 per cycle for each PMH that is busy with a page walk for an instruct…
15 "CounterHTOff": "0,1,2,3,4,5,6,7",
18 …on": "Counts 1 per cycle for each PMH (Page Miss Handler) that is busy with a page walk for an ins…
23 …"BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page size…
25 "CounterHTOff": "0,1,2,3,4,5,6,7",
28 …M and 4M page sizes) caused by a code fetch. This implies it missed in the ITLB and further levels…
35 "CounterHTOff": "0,1,2,3,4,5,6,7",
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/skylakex/
Dvirtual-memory.json5 "CounterHTOff": "0,1,2,3,4,5,6,7",
14 "CounterHTOff": "0,1,2,3,4,5,6,7",
17 …ublicDescription": "Counts demand data stores that caused a page walk of any page size (4K/2M/4M/1…
22 "BriefDescription": "Page walk completed due to a demand data store to a 2M/4M page",
24 "CounterHTOff": "0,1,2,3,4,5,6,7",
27 …anslations missed in the TLB and were mapped to 2M/4M pages. The page walks can end with or witho…
32 …"BriefDescription": "Counts 1 per cycle for each PMH that is busy with a page walk for an instruct…
34 "CounterHTOff": "0,1,2,3,4,5,6,7",
37 …on": "Counts 1 per cycle for each PMH (Page Miss Handler) that is busy with a page walk for an ins…
42 "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (4K)",
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/skylake/
Dvirtual-memory.json3 …PublicDescription": "Counts demand data loads that caused a page walk of any page size (4K/2M/4M/1…
10 "CounterHTOff": "0,1,2,3,4,5,6,7"
13 … translations missed in the TLB and were mapped to 4K pages. The page walks can end with or witho…
19 "BriefDescription": "Page walk completed due to a demand data load to a 4K page",
20 "CounterHTOff": "0,1,2,3,4,5,6,7"
23 …anslations missed in the TLB and were mapped to 2M/4M pages. The page walks can end with or witho…
29 "BriefDescription": "Page walk completed due to a demand data load to a 2M/4M page",
30 "CounterHTOff": "0,1,2,3,4,5,6,7"
33 … translations missed in the TLB and were mapped to 4K pages. The page walks can end with or witho…
39 "BriefDescription": "Page walk completed due to a demand data load to a 1G page",
[all …]
/Linux-v5.10/arch/arm64/crypto/
Dsha256-core.S_shipped14 // this file except in compliance with the License. You can obtain a copy
40 // (**) The result is a trade-off: it's possible to improve it by
42 // on Cortex-A53 (or by 4 cycles per round).
95 sub sp,sp,#4*4
98 ldp w22,w23,[x0,#2*4]
99 ldp w24,w25,[x0,#4*4]
101 ldp w26,w27,[x0,#6*4]
106 ldp w3,w4,[x1],#2*4
107 ldr w19,[x30],#4 // *K++
120 eor w19,w20,w21 // a^b, b^c in next round
[all …]
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-rgb.rst14 These are all packed-pixel formats, meaning all the data for a pixel lie
41 - 4
50 - 4
59 - 4
68 - 4
101 - a\ :sub:`3`
102 - a\ :sub:`2`
103 - a\ :sub:`1`
104 - a\ :sub:`0`
142 - a\ :sub:`3`
[all …]
Dpixfmt-packed-yuv.rst46 - 4
55 - 4
64 - 4
73 - 4
93 - a\ :sub:`3`
94 - a\ :sub:`2`
95 - a\ :sub:`1`
96 - a\ :sub:`0`
112 - Cr\ :sub:`4`
118 - a
[all …]
/Linux-v5.10/drivers/block/paride/
Dkbic.c5 This is a low-level driver for the KBIC-951A and KBIC-971A
9 required for the 971A interferes with the correct operation of
10 the 951A, so this driver registers itself twice, once for
35 #define j44(a,b) ((((a>>4)&0x0f)|(b&0xf0))^0x88) argument
36 #define j53(w) (((w>>3)&0x1f)|((w>>4)&0xe0))
47 { int a, b, s; in kbic_read_regr() local
53 case 0: w0(regr|0x18|s); w2(4); w2(6); w2(4); w2(1); w0(8); in kbic_read_regr()
54 a = r1(); w0(0x28); b = r1(); w2(4); in kbic_read_regr()
55 return j44(a,b); in kbic_read_regr()
57 case 1: w0(regr|0x38|s); w2(4); w2(6); w2(4); w2(5); w0(8); in kbic_read_regr()
[all …]
Depat.c31 #define j44(a,b) (((a>>4)&0x0f)+(b&0xf0)) argument
32 #define j53(a,b) (((a>>3)&0x1f)+((b<<4)&0xe0)) argument
57 case 2: w0(0x60+r); w2(1); w0(val); w2(4); in epat_write_regr()
61 case 4: in epat_write_regr()
70 { int a, b, r; in epat_read_regr() local
77 a = r1(); w2(4); b = r1(); in epat_read_regr()
78 return j44(a,b); in epat_read_regr()
80 case 1: w0(0x40+r); w2(1); w2(4); in epat_read_regr()
81 a = r1(); b = r2(); w0(0xff); in epat_read_regr()
82 return j53(a,b); in epat_read_regr()
[all …]
/Linux-v5.10/arch/arc/kernel/
Dctx_sw.c9 * So we cheat a bit by writing almost similar code in inline-asm.
10 * -This is a hacky way of doing things, but there is no other simple way.
18 #define KSP_WORD_OFF ((TASK_THREAD + THREAD_KSP) / 4)
29 "st.a r13, [sp, -4] \n\t" in __switch_to()
30 "st.a r14, [sp, -4] \n\t" in __switch_to()
31 "st.a r15, [sp, -4] \n\t" in __switch_to()
32 "st.a r16, [sp, -4] \n\t" in __switch_to()
33 "st.a r17, [sp, -4] \n\t" in __switch_to()
34 "st.a r18, [sp, -4] \n\t" in __switch_to()
35 "st.a r19, [sp, -4] \n\t" in __switch_to()
[all …]
/Linux-v5.10/arch/x86/crypto/
Dtwofish-x86_64-asm_64.S14 #define b_offset 4
27 /* define a few register aliases to allow macro substitution */
60 * a input register containing a (rotated 16)
64 * operations on a and b are interleaved to increase performance
66 #define encrypt_round(a,b,c,d,round)\ argument
68 mov s1(%r11,%rdi,4),%r8d;\
69 movzx a ## B, %edi;\
70 mov s2(%r11,%rdi,4),%r9d;\
73 xor s2(%r11,%rdi,4),%r8d;\
74 movzx a ## H, %edi;\
[all …]
Dtwofish-i586-asm_32.S17 #define ctx 4 /* Twofish context structure */
20 #define b_offset 4
33 /* define a few register aliases to allow macro substitution */
61 * a input register containing a (rotated 16)
65 * operations on a and b are interleaved to increase performance
67 #define encrypt_round(a,b,c,d,round)\ argument
70 mov s1(%ebp,%edi,4),d ## D;\
71 movzx a ## B, %edi;\
72 mov s2(%ebp,%edi,4),%esi;\
75 xor s2(%ebp,%edi,4),d ## D;\
[all …]
/Linux-v5.10/include/uapi/drm/
Ddrm_fourcc.h4 * Permission is hereby granted, free of charge, to any person obtaining a
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
38 * fourcc code, a Format Modifier may optionally be provided, in order to
44 * Format modifiers are used in conjunction with a fourcc code, forming a
56 * vendor-namespaced, and as such the relationship between a fourcc code and a
69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ argument
99 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian…
100 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian…
101 #define DRM_FORMAT_RGBX4444 fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian…
102 #define DRM_FORMAT_BGRX4444 fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little endian…
[all …]
/Linux-v5.10/arch/arm/crypto/
Dsha256-core.S_shipped113 sub sp,sp,#16*4 @ alloca(X[16])
116 ldr r2,[r1],#4
123 @ ldr r2,[r1],#4 @ 0
125 str r1,[sp,#17*4] @ make room for r1
128 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
135 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
139 ldrb r12,[r1],#4
142 str r1,[sp,#17*4] @ make room for r1
148 ldr r12,[r14],#4 @ *K256++
150 str r2,[sp,#0*4]
[all …]
/Linux-v5.10/arch/s390/lib/
Duaccess.c72 /* protect against a concurrent page table upgrade */ in enable_sacf_uaccess()
113 "6: jz 4f\n" in copy_from_user_mvcos()
118 "2: la %4,4095(%1)\n"/* %4 = ptr + 4095 */ in copy_from_user_mvcos()
119 " nr %4,%3\n" /* %4 = (ptr + 4095) & -4096 */ in copy_from_user_mvcos()
120 " slgr %4,%1\n" in copy_from_user_mvcos()
121 " clgr %0,%4\n" /* copy crosses next page boundary? */ in copy_from_user_mvcos()
123 "3: .insn ss,0xc80000000000,0(%4,%2),0(%1),0\n" in copy_from_user_mvcos()
124 "7: slgr %0,%4\n" in copy_from_user_mvcos()
126 "4: slgr %0,%0\n" in copy_from_user_mvcos()
129 : "+a" (size), "+a" (ptr), "+a" (x), "+a" (tmp1), "=a" (tmp2) in copy_from_user_mvcos()
[all …]
/Linux-v5.10/tools/testing/selftests/net/
Dso_txtime.sh20 ./so_txtime -4 -6 -c mono a,-1 a,-1
21 ./so_txtime -4 -6 -c mono a,0 a,0
22 ./so_txtime -4 -6 -c mono a,10 a,10
23 ./so_txtime -4 -6 -c mono a,10,b,20 a,10,b,20
24 ./so_txtime -4 -6 -c mono a,20,b,10 b,20,a,20
27 ! ./so_txtime -4 -6 -c tai a,-1 a,-1
28 ! ./so_txtime -4 -6 -c tai a,0 a,0
29 ./so_txtime -4 -6 -c tai a,10 a,10
30 ./so_txtime -4 -6 -c tai a,10,b,20 a,10,b,20
31 ./so_txtime -4 -6 -c tai a,20,b,10 b,10,a,20
/Linux-v5.10/tools/perf/pmu-events/arch/x86/broadwell/
Dvirtual-memory.json3 …event counts load misses in all DTLB levels that cause page walks of any page size (4K/2M/4M/1G).",
11 "CounterHTOff": "0,1,2,3,4,5,6,7"
14 … misses in all DTLB levels that cause a completed page walk (4K page size). The page walk can end …
21 …oad Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (4K).",
22 "CounterHTOff": "0,1,2,3,4,5,6,7"
25 …ses in all DTLB levels that cause a completed page walk (2M and 4M page sizes). The page walk can …
32 … Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (2M/4M).",
33 "CounterHTOff": "0,1,2,3,4,5,6,7"
36 …misses in all DTLB levels that cause a completed page walk (1G page size). The page walk can end …
43 "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (1G)",
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/broadwellde/
Dvirtual-memory.json9 …event counts load misses in all DTLB levels that cause page walks of any page size (4K/2M/4M/1G).",
11 "CounterHTOff": "0,1,2,3,4,5,6,7"
16 …oad Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (4K).",
20 … misses in all DTLB levels that cause a completed page walk (4K page size). The page walk can end …
22 "CounterHTOff": "0,1,2,3,4,5,6,7"
27 … Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (2M/4M).",
31 …ses in all DTLB levels that cause a completed page walk (2M and 4M page sizes). The page walk can …
33 "CounterHTOff": "0,1,2,3,4,5,6,7"
38 "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (1G)",
42 …misses in all DTLB levels that cause a completed page walk (1G page size). The page walk can end …
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/broadwellx/
Dvirtual-memory.json9 …event counts load misses in all DTLB levels that cause page walks of any page size (4K/2M/4M/1G).",
11 "CounterHTOff": "0,1,2,3,4,5,6,7"
16 …oad Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (4K).",
20 … misses in all DTLB levels that cause a completed page walk (4K page size). The page walk can end …
22 "CounterHTOff": "0,1,2,3,4,5,6,7"
27 … Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (2M/4M).",
31 …ses in all DTLB levels that cause a completed page walk (2M and 4M page sizes). The page walk can …
33 "CounterHTOff": "0,1,2,3,4,5,6,7"
38 "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (1G)",
42 …misses in all DTLB levels that cause a completed page walk (1G page size). The page walk can end …
[all …]
/Linux-v5.10/drivers/staging/greybus/Documentation/
Dsysfs-bus-greybus3 KernelVersion: 4.XX
7 where N is a dynamically assigned 1-based id.
11 KernelVersion: 4.XX
18 KernelVersion: 4.XX
21 A Module M on the bus N, where M is the 1-byte interface
26 KernelVersion: 4.XX
29 Writing a non-zero argument to this attibute disables the
34 KernelVersion: 4.XX
37 The ID of a Greybus module, corresponding to the ID of its
42 KernelVersion: 4.XX
[all …]
/Linux-v5.10/drivers/net/wireguard/selftest/
Dallowedips.c3 * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
8 * DEBUG_PRINT_TRIE_GRAPHVIZ to be 1, then every time there's a full tree in
9 * memory, it will be printed out as KERN_DEBUG in a format that can be passed
12 * randomized tests done against a trivial implementation, which may take
13 * upwards of a half-hour to complete. There's no set of users who should be
141 if (node->ip_version == 4) { in horrible_mask_self()
211 node->ip_version = 4; in horrible_allowedips_insert_v4()
244 if (node->ip_version != 4) in horrible_allowedips_lookup_v4()
304 prandom_bytes(ip, 4); in randomized_test()
318 memcpy(mutated, ip, 4); in randomized_test()
[all …]
/Linux-v5.10/include/drm/
Ddrm_fourcc.h54 * struct drm_format_info - information about a DRM format
57 /** @format: 4CC format identifier (DRM_FORMAT_*) */
64 * valid for a subset of RGB formats only. This is a legacy field, do
81 u8 cpp[4];
87 * defined as a rectangle of pixels which are stored next to
88 * each other in a byte aligned memory region. Together with
91 * formats for which the memory needed for a single pixel is not
95 * a lot of places in drivers where it's used. In drm core for
107 u8 char_per_block[4];
116 u8 block_w[4];
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/icelake/
Dfrontend.json87 …ber of uops delivered by the Microcode Sequencer (MS). Any instruction over 4 uops will be deliver…
110 …n": "Counts cycles where a code line fetch is stalled due to an L1 instruction cache miss. The leg…
117 "BriefDescription": "Cycles where a code fetch is stalled due to L1 instruction cache miss."
143 …"PublicDescription": "Counts cycles where a code fetch is stalled due to L1 instruction cache tag …
150 … "BriefDescription": "Cycles where a code fetch is stalled due to L1 instruction cache tag miss."
154 …ipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle.",
156 "Counter": "0,1,2,3,4,5,6,7",
158 "PEBScounters": "0,1,2,3,4,5,6,7",
165 …ipeline when there was no back-end stalls. This event counts for one SMT thread in a given cycle.",
167 "Counter": "0,1,2,3,4,5,6,7",
[all …]
/Linux-v5.10/drivers/net/ethernet/sfc/
Dmcdi_pcol.h19 #define MC_FW_STATE_BOOTING (4)
24 * Unlike a warm boot, assume DMEM has been reloaded, so that
51 /* Check whether an mcfw version (in host order) belongs to a bootloader */
65 * Each MCDI request starts with an MCDI_HEADER, which is a 32bit
87 * The protocol requires one response to be delivered for every request, a
102 #define MCDI_HEADER_SEQ_WIDTH 4
126 * - To advance a shared memory request if XFLAGS_EVREQ was set
127 * - As a notification (link state, i2c event), controlled
130 * Both events share a common structure:
148 * Events can be squirted out of the UART (using LOG_CTRL) without a
[all …]
/Linux-v5.10/Documentation/input/devices/
Delantech.rst18 4. Hardware version 1
20 4.2 Native relative mode 4 byte packet format
21 4.3 Native absolute mode 4 byte packet format
33 7. Hardware version 4
39 8. Trackpoint (for Hardware version 3 and 4)
51 and version 4. Version 1 is found in "older" laptops and uses 4 bytes per
56 of up to 3 fingers. Hardware version 4 uses 6 bytes per packet, and can
57 combine a status packet with multiple head or motion packets. Hardware version
58 4 allows tracking up to 5 fingers.
60 Some Hardware version 3 and version 4 also have a trackpoint which uses a
[all …]
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf.c97 * struct A {
103 * int q[4][8];
111 BTF_TYPE_INT_ENC(0, BTF_INT_SIGNED, 0, 32, 4), /* [1] */
117 BTF_TYPE_ARRAY_ENC(1, 1, 8), /* [4] */
118 /* struct A { */ /* [5] */
123 BTF_MEMBER_ENC(NAME_TBD, 4, 128),/* int p[8] */
124 BTF_MEMBER_ENC(NAME_TBD, 6, 384),/* int q[4][8] */
127 /* int[4][8] */
128 BTF_TYPE_ARRAY_ENC(4, 1, 4), /* [6] */
135 .str_sec = "\0A\0m\0n\0o\0p\0q\0r\0E\0E0\0E1",
[all …]

12345678910>>...86