/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/lib/ |
D | locking-selftest.c | 290 static void name##_123(void) { E1(); E2(); E3(); } \ 291 static void name##_132(void) { E1(); E3(); E2(); } \ 292 static void name##_213(void) { E2(); E1(); E3(); } \ 293 static void name##_231(void) { E2(); E3(); E1(); } \ 294 static void name##_312(void) { E3(); E1(); E2(); } \ 295 static void name##_321(void) { E3(); E2(); E1(); } 924 #define E3() \ macro 956 #undef E3 975 #define E3() \ macro 1006 #undef E3 [all …]
|
/linux-6.1.9/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
|
/linux-6.1.9/arch/arm64/boot/dts/renesas/ |
D | r8a77990-ebisu.dts | 3 * Device Tree Source for the Ebisu board with R-Car E3
|
/linux-6.1.9/Documentation/admin-guide/hw-vuln/ |
D | processor_mmio_stale_data.rst | 37 Intel Xeon server E3) uncore implementation. The sideband response buffer is 47 Intel Xeon server E3) uncore implementation. Similar to the sideband response 68 the fill buffer. It is limited to the client (including Intel Xeon server E3) 75 the client (including Intel Xeon server E3) uncore implementation. 80 processors for the server market (excluding Intel Xeon E3 processors) are
|
/linux-6.1.9/Documentation/devicetree/bindings/display/bridge/ |
D | renesas,lvds.yaml | 35 - renesas,r8a77990-lvds # for R-Car E3 compatible LVDS encoders 75 for the first LVDS encoder on R-Car D3 and E3, and RZ/G2E SoCs, and shall
|
/linux-6.1.9/Documentation/devicetree/bindings/usb/ |
D | renesas,usb-xhci.yaml | 38 - renesas,xhci-r8a77990 # R-Car E3
|
/linux-6.1.9/Documentation/devicetree/bindings/power/ |
D | renesas,rcar-sysc.yaml | 43 - renesas,r8a77990-sysc # R-Car E3
|
/linux-6.1.9/Documentation/devicetree/bindings/timer/ |
D | renesas,tmu.yaml | 37 - renesas,tmu-r8a77990 # R-Car E3
|
D | renesas,cmt.yaml | 81 - renesas,r8a77990-cmt0 # 32-bit CMT0 on R-Car E3 97 - renesas,r8a77990-cmt1 # 48-bit CMT on R-Car E3
|
/linux-6.1.9/Documentation/devicetree/bindings/interrupt-controller/ |
D | renesas,irqc.yaml | 37 - renesas,intc-ex-r8a77990 # R-Car E3
|
/linux-6.1.9/Documentation/devicetree/bindings/pwm/ |
D | renesas,pwm-rcar.yaml | 36 - renesas,pwm-r8a77990 # R-Car E3
|
/linux-6.1.9/Documentation/devicetree/bindings/dma/ |
D | renesas,usb-dmac.yaml | 36 - renesas,r8a77990-usb-dmac # R-Car E3
|
/linux-6.1.9/Documentation/devicetree/bindings/reset/ |
D | renesas,rst.yaml | 48 - renesas,r8a77990-rst # R-Car E3
|
/linux-6.1.9/drivers/soc/renesas/ |
D | Kconfig | 200 bool "ARM64 Platform support for R-Car E3" 204 This enables support for the Renesas R-Car E3 SoC. 364 bool "System Controller support for R-Car E3" if COMPILE_TEST
|
/linux-6.1.9/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-6.1.9/Documentation/fb/ |
D | tgafb.rst | 11 - ZLxP-E3 (32bpp, 16 MB VRAM, Zbuffer)
|
/linux-6.1.9/Documentation/devicetree/bindings/pci/ |
D | rcar-pci-host.yaml | 41 - renesas,pcie-r8a77990 # R-Car E3
|
/linux-6.1.9/Documentation/devicetree/bindings/media/ |
D | renesas,csi2.yaml | 32 - renesas,r8a77990-csi2 # R-Car E3
|