/linux-4.1.27/scripts/coccinelle/locks/ |
D | double_lock.cocci | 18 expression E1; 38 ) (E1@p,...); 44 expression x <= locked.E1; 45 expression E,locked.E1; 50 <+... when != E1 51 lock(E1@p,...) 54 ... when != E1 58 <+... when != E1 59 unlock@p1(E1,...) 64 expression x <= locked.E1; [all …]
|
D | mini_lock.cocci | 22 expression E1; 53 ) (E1@p,...); 62 expression E1; 69 *lock(E1@p,...); 70 <+... when != E1 72 ... when != E1 76 *unlock@up(E1,...);
|
/linux-4.1.27/scripts/coccinelle/api/ |
D | kstrdup.cocci | 18 expression flag,E1,E2; 24 ... when != \(from = E1 \| to = E1 \) 31 expression flag,E1,E2,E3; 36 ... when != \( x = E1 \| from = E1 \) 48 expression flag,E1,E2; 54 ... when != \(from = E1 \| to = E1 \) 61 expression flag,E1,E2,E3; 67 ... when != \( x = E1 \| from = E1 \)
|
D | d_find_alias.cocci | 16 expression E, E1; 38 dent@p2 = E1; 40 E1 = dent;
|
D | memdup.cocci | 26 expression flag,E1; 31 ... when != \( x = E1 \| from = E1 \)
|
/linux-4.1.27/scripts/coccinelle/api/alloc/ |
D | kzalloc-simple.cocci | 31 expression E1,E2; 35 * x = (T)kmalloc(E1,E2); 37 * memset((T2)x,0,E1); 46 expression E1,E2; 50 - x = (T)kmalloc(E1,E2); 51 + x = kzalloc(E1,E2); 53 - memset((T2)x,0,E1); 62 expression E1,E2; 67 x = (T)kmalloc@p(E1,E2); 69 memset((T2)x,0,E1);
|
/linux-4.1.27/scripts/coccinelle/null/ |
D | deref_null.cocci | 54 expression E1,E2; 70 subE = E1 72 for(subE = E1;...;...) S4 115 expression E1,E2; 131 subE = E1 133 for(subE = E1;...;...) S4 175 expression E1,E2; 191 subE = E1 193 for(subE = E1;...;...) S4 248 expression E1,E2; [all …]
|
D | badzero.cocci | 85 expression E,E1; 89 ... when != E = E1 123 expression E1; 143 ?E = E1 147 expression E1; 165 ?E = E1
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | skeleton.S | 68 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 93 | fix is to check for E1, and the existence of one of snan, ovfl, 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 [all …]
|
D | gen_except.S | 168 | 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)
|
D | fpsp.h | 172 .set CMDREG1B,LV-36 | cmd reg for E1 exceptions (2 bytes) 189 .set E_BYTE,LV-28 | holds E1 and E3 bits (1 byte) 190 .set E1,2 | which bit is E1 flag
|
D | util.S | 336 | else E1 435 | If E1, the format is from cmdreg1b{12:10} 446 clrl %d0 |if E1, size is always ext
|
D | res_func.S | 761 bclrb #E1,E_BYTE(%a6) 1221 bclrb #E1,E_BYTE(%a6) 1349 bclrb #E1,E_BYTE(%a6) 1455 bclrb #E1,E_BYTE(%a6) 1473 bclrb #E1,E_BYTE(%a6)
|
D | x_operr.S | 345 | Since operr is only an E1 exception, there is no need to frestore
|
D | x_snan.S | 115 bclrb #E1,E_BYTE(%a6)
|
/linux-4.1.27/lib/ |
D | locking-selftest.c | 230 static void name##_12(void) { E1(); E2(); } \ 231 static void name##_21(void) { E2(); E1(); } 235 static void name##_123(void) { E1(); E2(); E3(); } \ 236 static void name##_132(void) { E1(); E3(); E2(); } \ 237 static void name##_213(void) { E2(); E1(); E3(); } \ 238 static void name##_231(void) { E2(); E3(); E1(); } \ 239 static void name##_312(void) { E3(); E1(); E2(); } \ 240 static void name##_321(void) { E3(); E2(); E1(); } 575 #define E1() \ macro 608 #undef E1 [all …]
|
/linux-4.1.27/scripts/coccinelle/iterators/ |
D | itnull.cocci | 23 expression x,E,E1,E2; 40 - (x == NULL && ...) ? E1 : 44 E1
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | Kconfig | 15 tristate "Support for HFC multiport cards (HFC-4S/8S/E1)" 24 * HFC-E1 (E1 interface for 2Mbit ISDN)
|
/linux-4.1.27/scripts/coccinelle/free/ |
D | kfree.cocci | 71 expression E1; 82 list_remove_head(E1,subE,...)
|
/linux-4.1.27/firmware/cxgb3/ |
D | t3c_psram-1.1.0.bin.ihex | 145 :1009000000000004000000010000000100000000E1
|
/linux-4.1.27/arch/c6x/kernel/ |
D | switch_to.S | 61 B .S2 B3 ; return in next E1
|
/linux-4.1.27/drivers/net/wan/ |
D | farsync.h | 198 #define E1 6 macro
|
D | farsync.c | 1699 if (info->framing == E1) in set_conf_from_info() 1899 FST_WRW(card, portConfig[i].lineInterface, E1); in fst_set_iface() 1900 port->hwif = E1; in fst_set_iface() 1938 case E1: in fst_get_iface()
|
D | Kconfig | 63 tristate "LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards" 73 box directly to a T1 or E1 circuit.
|
/linux-4.1.27/Documentation/fb/ |
D | tgafb.txt | 10 ZLxP-E1 (8bpp, 2 MB VRAM)
|
/linux-4.1.27/arch/arc/kernel/ |
D | troubleshoot.c | 192 STS_BIT(regs, E2), STS_BIT(regs, E1)); in show_regs()
|
/linux-4.1.27/include/uapi/linux/ |
D | ixjuser.h | 271 E1 = hz329, enumerator
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 137 1E 30 38 6C 70 63 69 AB E2 50 DF 49 05 2E E1 8D
|
/linux-4.1.27/drivers/net/ppp/ |
D | Kconfig | 172 are often used for high-speed leased lines like T1/E1.
|
/linux-4.1.27/firmware/radeon/ |
D | R600_me.bin.ihex | 324 :1014300000000000000000000080480300000000E1
|
/linux-4.1.27/firmware/ |
D | whiteheat.HEX | 266 :1012500084024000000705040240000007058702E1
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 715 graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards, 716 also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3
|
/linux-4.1.27/firmware/bnx2/ |
D | bnx2-mips-09-6.2.1a.fw.ihex | 5248 :1047700024040009304200070002102330420007E1
|
/linux-4.1.27/Documentation/ |
D | pinctrl.txt | 444 On the bottom row at { A1, B1, C1, D1, E1, F1, G1, H1 } we have something
|
/linux-4.1.27/ |
D | CREDITS | 360 P: 1024/77D50909 76 99 FD 31 91 E1 96 1C 90 BB 22 80 62 F6 BD 63 2875 P: 1024/B42868C1 D9 59 B9 98 BB 93 05 38 2E 3E 31 79 C3 65 5D E1
|
/linux-4.1.27/firmware/bnx2x/ |
D | bnx2x-e1-6.2.9.0.fw.ihex | 921 :1039800002120210000000030212021400000003E1
|
D | bnx2x-e1h-6.2.9.0.fw.ihex | 13110 :1033200001000080000000010000506901000080E1
|
D | bnx2x-e2-6.2.9.0.fw.ihex | 650 :1028900006325380000000200632548000000020E1
|