Home
last modified time | relevance | path

Searched refs:E1 (Results 1 – 25 of 59) sorted by relevance

123

/linux-6.15/scripts/coccinelle/api/alloc/
H A Dzalloc-simple.cocci33 expression E1;
37 * x = (T)\(kmalloc(E1, ...)\|vmalloc(E1)\|dma_alloc_coherent(...,E1,...)\|
38 kmalloc_node(E1, ...)\|kmem_cache_alloc(...)\|kmem_alloc(E1, ...)\|
39 devm_kmalloc(...,E1,...)\|kvmalloc(E1, ...)\|kvmalloc_node(E1,...)\);
64 - x = vmalloc(E1);
65 + x = vzalloc(E1);
68 + x = vzalloc(E1);
147 expression E1,E2;
177 expression E1;
297 expression E1,E2;
[all …]
/linux-6.15/arch/x86/crypto/
H A Dsha1_ni_asm.S68 #define E1 %xmm2 macro
123 movdqa ABCD, E1
138 movdqa ABCD, E1
155 movdqa ABCD, E1
171 movdqa ABCD, E1
187 movdqa ABCD, E1
203 movdqa ABCD, E1
219 movdqa ABCD, E1
235 movdqa ABCD, E1
251 movdqa ABCD, E1
[all …]
/linux-6.15/scripts/coccinelle/locks/
H A Ddouble_lock.cocci19 expression E1;
39 ) (E1@p,...);
51 <+... when != E1
52 lock(E1@p,...)
55 ... when != E1
59 <+... when != E1
60 unlock@p1(E1,...)
66 expression locked.E1;
72 lock@p1 (E1@p,...);
73 ... when != E1
[all …]
H A Dmini_lock.cocci23 expression E1;
54 ) (E1@p,...);
63 expression E1;
70 *lock(E1@p,...);
71 ... when != E1
74 ... when != E1
77 ... when != E1
79 *unlock@up(E1,...);
/linux-6.15/scripts/coccinelle/misc/
H A Darray_size_dup.cocci20 expression E1, E2;
23 array_size(E1, E2)
33 * E1 * E2@p1
36 * array_size(E1, E2)@p2
62 * array_size(E1, E2)@p1
65 * E1 * E2@p2
84 expression E1, E2, E3;
98 * E1 * E2 * E3@p1
131 * E1 * E2 * E3@p2
162 * E1 * E2 + E3@p1
[all …]
H A Dstruct_size.cocci29 expression E1, E2;
33 * (sizeof(*E1) + (E2 * sizeof(*E1->m)))
41 expression E1, E2;
45 - (sizeof(*E1) + (E2 * sizeof(*E1->m)))
46 + struct_size(E1, m, E2)
54 expression E1, E2;
59 (sizeof(*E1)@p + (E2 * sizeof(*E1->m)))
/linux-6.15/scripts/coccinelle/api/
H A Dkstrdup.cocci19 expression flag,E1,E2;
25 ... when != \(from = E1 \| to = E1 \)
32 expression flag,E1,E2,E3;
37 ... when != \( x = E1 \| from = E1 \)
49 expression flag,E1,E2;
55 ... when != \(from = E1 \| to = E1 \)
62 expression flag,E1,E2,E3;
68 ... when != \( x = E1 \| from = E1 \)
H A Dkvmalloc.cocci24 expression E, E1, size;
48 ... when != E = E1
60 ... when != x = E1
94 - if (size cmp E1)
100 - if (size cmp E1)
126 - if (size cmp E1)
132 - if (size cmp E1)
158 - if (size cmp E1)
164 - if (size cmp E1)
190 - if (size cmp E1)
[all …]
H A Dd_find_alias.cocci17 expression E, E1;
39 dent@p2 = E1;
41 E1 = dent;
H A Dmemdup.cocci27 expression flag,E1;
32 ... when != \( x = E1 \| from = E1 \)
/linux-6.15/scripts/coccinelle/null/
H A Dderef_null.cocci55 expression E1,E2;
71 subE = E1
73 for(subE = E1;...;...) S4
116 expression E1,E2;
132 subE = E1
134 for(subE = E1;...;...) S4
176 expression E1,E2;
192 subE = E1
194 for(subE = E1;...;...) S4
249 expression E1,E2;
[all …]
H A Dbadzero.cocci86 expression E,E1;
90 ... when != E = E1
124 expression E1;
144 ?E = E1
148 expression E1;
166 ?E = E1
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt8183-pinctrl.yaml127 When E1=0/E0=1, the strength is 0.25mA.
128 When E1=1/E0=0, the strength is 0.5mA.
129 When E1=1/E0=1, the strength is 1mA.
132 0: (E1, E0, EN) = (0, 0, 0)
133 1: (E1, E0, EN) = (0, 0, 1)
134 2: (E1, E0, EN) = (0, 1, 0)
135 3: (E1, E0, EN) = (0, 1, 1)
136 4: (E1, E0, EN) = (1, 0, 0)
137 5: (E1, E0, EN) = (1, 0, 1)
138 6: (E1, E0, EN) = (1, 1, 0)
[all …]
H A Dmediatek,mt8365-pinctrl.yaml131 When E1=0/E0=1, the strength is 0.25mA.
132 When E1=1/E0=0, the strength is 0.5mA.
133 When E1=1/E0=1, the strength is 1mA.
136 0: (E1, E0, EN) = (0, 0, 0)
137 1: (E1, E0, EN) = (0, 0, 1)
138 2: (E1, E0, EN) = (0, 1, 0)
139 3: (E1, E0, EN) = (0, 1, 1)
140 4: (E1, E0, EN) = (1, 0, 0)
141 5: (E1, E0, EN) = (1, 0, 1)
142 6: (E1, E0, EN) = (1, 1, 0)
[all …]
/linux-6.15/arch/m68k/fpsp040/
H A Dskeleton.S68 bclrb #E1,E_BYTE(%a6)
85 | otherwise clear the E1 exception. The frestore is not really
86 | necessary for E1 exceptions.
89 | bug, if an E1 snan, ovfl, or unfl occurred, and the process was
108 btstb #E1,E_BYTE(%a6) |test for E1 set
158 bclrb #E1,E_BYTE(%a6)
184 bclrb #E1,E_BYTE(%a6)
210 bclrb #E1,E_BYTE(%a6)
233 bclrb #E1,E_BYTE(%a6) |snan is always an E1 exception
255 bclrb #E1,E_BYTE(%a6) |operr is always an E1 exception
[all …]
H A Dgen_except.S168 | exception is to set the E1/E3 byte and clr the U flag.
169 | commonE1 does this for E1 exceptions, which are snan,
171 | are inex2 and inex1, and also clears the E1 exception bit
175 bsetb #E1,E_BYTE(%a6) |set E1 flag
183 bclrb #E1,E_BYTE(%a6) |clr E1 from unimp
192 bclrb #E1,E_BYTE(%a6) |clr E1 flag
268 bsetb #E1,E_BYTE(%a6) |set E1 exception flag
301 bclrb #E1,E_BYTE(%a6) |make sure E1 is clear
349 | We need to set the nmcexc bits if the exception is E1. Otherwise,
358 | btst.b #E1,E_BYTE(%a1)
/linux-6.15/drivers/net/wan/framer/
H A DKconfig9 A framer is a component in charge of an E1/T1 line interface.
10 Connected usually to a TDM bus, it converts TDM frames to/from E1/T1
11 frames. It also provides information related to the E1/T1 line.
12 Used with HDLC, the network can be reached through the E1/T1 line.
34 The PEF2256 is a framer and line interface between analog E1/T1/J1
/linux-6.15/lib/
H A Dlocking-selftest.c828 #undef E1 in GENERATE_PERMUTATIONS_2_EVENTS()
861 #undef E1
906 #undef E1
954 #undef E1
1004 #undef E1
1068 #undef E1
1100 #undef E1
1132 #undef E1
1164 #undef E1
1196 #undef E1
[all …]
/linux-6.15/scripts/coccinelle/iterators/
H A Ditnull.cocci24 expression x,E,E1,E2;
41 - (x == NULL && ...) ? E1 :
45 E1
/linux-6.15/scripts/kconfig/tests/err_recursive_dep/
H A DKconfig37 config E1 config
38 bool "E1"
H A Dexpected_stderr24 symbol E1 depends on E2
25 symbol E2 is implied by E1
/linux-6.15/drivers/isdn/hardware/mISDN/
H A DKconfig16 tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
25 * HFC-E1 (E1 interface for 2Mbit ISDN)
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dlantiq,pef2256.yaml15 an analog E1/T1/J1 line and the digital PCM system highway/H.100 bus.
86 The pef2256 delivers a full frame (32 8-bit time-slots in E1 and 24 8-bit
87 time-slots 8 8-bit signaling in E1/J1) every 125us. This lead to a data
114 the E1/T1/J1 lines.
H A Dmaxim,ds26522.yaml7 title: Maxim (Dallas) DS26522 Dual T1/E1/J1 Transceiver
/linux-6.15/scripts/coccinelle/free/
H A Dkfree.cocci80 expression E1;
95 list_remove_head(E1,subE,...)

123