| /Linux-v5.15/scripts/coccinelle/misc/ |
| D | array_size_dup.cocci | 28 expression as.E1, as.E2, E3; 34 ... when != \(subE1\|subE2\) aop E3 57 expression as.E1, as.E2, E3; 63 ... when != \(subE1\|subE2\) aop E3 84 expression E1, E2, E3; 87 array3_size(E1, E2, E3) 92 expression subE3 <= as3.E3; 93 expression as3.E1, as3.E2, as3.E3, E4; 98 * E1 * E2 * E3@p1 101 * array3_size(E1, E2, E3)@p2 [all …]
|
| /Linux-v5.15/scripts/coccinelle/api/alloc/ |
| D | zalloc-simple.cocci | 50 expression E1,E2,E3,E4; 73 - x = kmalloc_node(E1,E2,E3); 74 + x = kzalloc_node(E1,E2,E3); 76 - x = (T *)kmalloc_node(E1,E2,E3); 77 + x = kzalloc_node(E1,E2,E3); 79 - x = (T)kmalloc_node(E1,E2,E3); 80 + x = (T)kzalloc_node(E1,E2,E3); 82 - x = kmem_cache_alloc(E3,E4); 83 + x = kmem_cache_zalloc(E3,E4); 85 - x = (T *)kmem_cache_alloc(E3,E4); [all …]
|
| /Linux-v5.15/scripts/coccinelle/api/ |
| D | kstrdup.cocci | 32 expression flag,E1,E2,E3; 42 ... when != \(x = E3 \| from = E3 \| to = E3 \) 62 expression flag,E1,E2,E3; 72 ... when != \(x = E3 \| from = E3 \| to = E3 \)
|
| /Linux-v5.15/lib/ |
| D | locking-selftest.c | 284 static void name##_123(void) { E1(); E2(); E3(); } \ 285 static void name##_132(void) { E1(); E3(); E2(); } \ 286 static void name##_213(void) { E2(); E1(); E3(); } \ 287 static void name##_231(void) { E2(); E3(); E1(); } \ 288 static void name##_312(void) { E3(); E1(); E2(); } \ 289 static void name##_321(void) { E3(); E2(); E1(); } 905 #define E3() \ macro 935 #undef E3 954 #define E3() \ macro 983 #undef E3 [all …]
|
| /Linux-v5.15/arch/m68k/fpsp040/ |
| D | skeleton.S | 84 | The provided code will clear the E3 exception (if pending), 145 bclrb #E3,E_BYTE(%a6) |clear and test E3 flag 182 bclrb #E3,E_BYTE(%a6) |clear and test E3 flag 208 bclrb #E3,E_BYTE(%a6) |clear and test E3 flag
|
| D | x_unfl.S | 61 btstb #E3,E_BYTE(%a6) 95 btstb #E3,E_BYTE(%a6) 116 bclrb #E3,E_BYTE(%a6) 151 | If the exception bit set is E3, the exceptional operand from the 154 btstb #E3,E_BYTE(%a6)
|
| D | gen_except.S | 168 | exception is to set the E1/E3 byte and clr the U flag. 170 | operr, and dz. commonE3 does this for E3 exceptions, which 182 bsetb #E3,E_BYTE(%a6) |set E3 flag 190 bsetb #E3,E_BYTE(%a6) |set E3 flag 300 bsetb #E3,E_BYTE(%a6) |set E3 flag
|
| D | util.S | 103 btstb #E3,E_BYTE(%a6) |check for nu exception 328 | if E3 355 btstb #E3,E_BYTE(%a6) 423 btstb #E3,E_BYTE(%a6) 426 clrl %d0 |if E3, only opclass 0x0 is possible 436 | If E3, the format is extended. 444 btstb #E3,E_BYTE(%a6)
|
| D | fpsp.h | 142 .set CMDREG3B,LV-48 | cmd reg for E3 exceptions (2 bytes) 189 .set E_BYTE,LV-28 | holds E1 and E3 bits (1 byte) 191 .set E3,1 | which bit is E3 flag
|
| D | x_store.S | 38 btstb #E3,E_BYTE(%a6)
|
| D | round.S | 504 btstb #E3,E_BYTE(%a6) |test for type E3 exception 505 beqs not_E3 |not type E3 exception
|
| /Linux-v5.15/arch/arm/mach-omap1/ |
| D | Kconfig | 161 bool "Amstrad E3 (Delta)" 169 Support for the Amstrad E3 (codename Delta) videophone. Say Y here
|
| /Linux-v5.15/drivers/soc/renesas/ |
| D | Kconfig | 191 bool "ARM64 Platform support for R-Car E3" 195 This enables support for the Renesas R-Car E3 SoC. 306 bool "System Controller support for R-Car E3" if COMPILE_TEST
|
| /Linux-v5.15/drivers/input/serio/ |
| D | Kconfig | 223 tristate "Amstrad Delta (E3) mailboard support" 227 Say Y here if you have an E3 and want to use its mailboard, 230 When used for the E3 mailboard, a non-standard key table
|
| /Linux-v5.15/Documentation/fb/ |
| D | tgafb.rst | 11 - ZLxP-E3 (32bpp, 16 MB VRAM, Zbuffer)
|
| /Linux-v5.15/sound/soc/ti/ |
| D | Kconfig | 134 tristate "SoC Audio support for Amstrad E3 (Delta) videophone" 140 connected to a handset and a speakerphone found on Amstrad E3 (Delta)
|
| /Linux-v5.15/drivers/pinctrl/aspeed/ |
| D | pinctrl-aspeed-g5.c | 1345 #define E3 181 macro 1346 SIG_EXPR_LIST_DECL_SINGLE(E3, GPIOW5, GPIOW5, SIG_DESC_SET(SCUA0, 29)); 1347 SIG_EXPR_LIST_DECL_SINGLE(E3, ADC5, ADC5); 1348 PIN_DECL_(E3, SIG_EXPR_LIST_PTR(E3, GPIOW5), SIG_EXPR_LIST_PTR(E3, ADC5)); 1349 FUNC_GROUP_DECL(ADC5, E3); 2008 ASPEED_PINCTRL_PIN(E3), 2575 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_PULL_DOWN, E3, E3, SCUA8, 9), 2576 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_DISABLE, E3, E3, SCUA8, 9),
|
| /Linux-v5.15/drivers/clk/renesas/ |
| D | Kconfig | 143 bool "R-Car E3 clock support" if COMPILE_TEST
|
| /Linux-v5.15/Documentation/admin-guide/hw-vuln/ |
| D | special-register-buffer-data-sampling.rst | 19 Core models (desktop, mobile, Xeon-E3) that implement RDRAND and/or RDSEED may
|
| /Linux-v5.15/Documentation/networking/device_drivers/atm/ |
| D | iphase.rst | 32 512K and 1M), x525 (UTP25) and x531 (DS3 and E3). See
|
| /Linux-v5.15/drivers/pinctrl/renesas/ |
| D | Kconfig | 92 bool "pin control support for R-Car E3" if COMPILE_TEST
|
| /Linux-v5.15/Documentation/devicetree/bindings/net/ |
| D | ibm,emac.txt | 109 local-mac-address = [00 04 AC E3 1B 1E];
|
| /Linux-v5.15/Documentation/ABI/stable/ |
| D | sysfs-class-tpm | 133 86 C4 F7 F3 29 60 52 93 6B B2 E5 AB 8B A9 09 E3
|
| /Linux-v5.15/drivers/mtd/nand/raw/ |
| D | Kconfig | 35 tristate "Amstrad E3 NAND controller" 39 Support for NAND flash on Amstrad E3 (Delta).
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/modules/color/ |
| D | color_gamma.c | 872 struct fixed31_32 E3; in hermite_spline_eetf() local 936 E3 = dc_fixpt_add(E2, dc_fixpt_mul(min_lum_pq, temp2)); in hermite_spline_eetf() 937 compute_de_pq(E3, out_x); in hermite_spline_eetf()
|