Home
last modified time | relevance | path

Searched full:e3 (Results 1 – 25 of 232) sorted by relevance

12345678910

/linux-6.12.1/scripts/coccinelle/misc/
Darray_size_dup.cocci28 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.12.1/scripts/coccinelle/api/alloc/
Dzalloc-simple.cocci50 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.12.1/scripts/coccinelle/api/
Dkstrdup.cocci32 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.12.1/drivers/edac/
Die31200_edac.c3 * Intel E3-1200
6 * Support for the E3-1200 processor family. Heavily based on previous
14 * 0108: Xeon E3-1200 Processor Family DRAM Controller
15 * 010c: Xeon E3-1200/2nd Generation Core Processor Family DRAM Controller
16 * 0150: Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller
17 * 0158: Xeon E3-1200 v2/Ivy Bridge DRAM Controller
18 * 015c: Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller
19 * 0c04: Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller
20 * 0c08: Xeon E3-1200 v3 Processor DRAM Controller
21 * 1918: Xeon E3-1200 v5 Skylake Host Bridge/DRAM Registers
[all …]
/linux-6.12.1/arch/m68k/fpsp040/
Dx_ovfl.S77 btstb #E3,E_BYTE(%a6)
107 btstb #E3,E_BYTE(%a6)
124 bclrb #E3,E_BYTE(%a6) |test and clear E3 bit
156 btstb #E3,E_BYTE(%a6) |test E3 bit
Dx_unfl.S61 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)
Dgen_except.S168 | 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
Dskeleton.S84 | 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
Dutil.S103 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)
/linux-6.12.1/Documentation/input/
Dshape.svg9 …<polyline transform="translate(-121.88 -68.4)" points="3600 3600 3e3 3600" fill="none" stroke="#00…
10 …<polyline transform="translate(-121.88 -68.4)" points="4125 3075 3e3 3075" fill="none" stroke="#00…
17 …<polyline transform="translate(-121.88 -68.4)" points="3e3 3167 3e3 3583" fill="none" stroke="#000…
18 …<polyline transform="translate(-121.88 -68.4)" points="2970 3478 3e3 3598 3030 3478" fill="none" s…
19 …<polyline transform="translate(-121.88 -68.4)" points="3030 3272 3e3 3152 2970 3272" fill="none" s…
Dinteractive.svg2 …<polyline transform="translate(-18.5,-16.294)" points="1200 3600 1800 3600 2400 4800 3e3 4800 4200…
6 …<polyline transform="translate(-18.5,-16.294)" points="3e3 4800 3e3 6525 3600 7125 3600 7800" fill…
/linux-6.12.1/arch/arm/crypto/
Dghash-ce-core.S376 e3 .req q12
467 vmov e3, ctr
470 aes_encrypt ip, r6, e0, e1, e2, e3
509 veor \in3, \in3, e3
521 veor e3, e3, \in3
524 vst1.8 {e2-e3}, [r4]!
585 vld1.8 {e3}, [r8] // permute vector for key stream
592 veor e0, e0, e3
641 vld1.8 {e3}, [r8] // permute vector for key stream
652 veor e0, e0, e3
/linux-6.12.1/arch/mips/bcm47xx/
Dboard.c243 const struct bcm47xx_board_type_list3 *e3; in bcm47xx_board_get_nvram() local
310 for (e3 = bcm47xx_board_list_board; e3->value1; e3++) { in bcm47xx_board_get_nvram()
311 if (!strcmp(buf1, e3->value1) && in bcm47xx_board_get_nvram()
312 !strcmp(buf2, e3->value2) && in bcm47xx_board_get_nvram()
313 !strcmp(buf3, e3->value3)) in bcm47xx_board_get_nvram()
314 return &e3->board; in bcm47xx_board_get_nvram()
/linux-6.12.1/fs/ntfs3/
Dbitmap.c365 struct e_node *e, *e3; in wnd_remove_free_ext() local
395 e3 = rb_entry(n3, struct e_node, start.node); in wnd_remove_free_ext()
396 if (e3->start.key >= end_in) in wnd_remove_free_ext()
399 if (e3->count.key == wnd->extent_max) in wnd_remove_free_ext()
402 end3 = e3->start.key + e3->count.key; in wnd_remove_free_ext()
404 e3->start.key = end_in; in wnd_remove_free_ext()
405 rb_erase(&e3->count.node, &wnd->count_tree); in wnd_remove_free_ext()
406 e3->count.key = end3 - end_in; in wnd_remove_free_ext()
407 rb_insert_count(&wnd->count_tree, e3); in wnd_remove_free_ext()
412 rb_erase(&e3->start.node, &wnd->start_tree); in wnd_remove_free_ext()
[all …]
/linux-6.12.1/drivers/gpu/drm/renesas/rcar-du/
Drcar_lvds_regs.h39 /* Gen3 but V3M,D3 and E3 */
45 /* D3 and E3 */
89 /* All registers below are specific to D3 and E3 */
/linux-6.12.1/drivers/pmdomain/renesas/
Dr8a77990-sysc.c3 * Renesas R-Car E3 System Controller
31 /* Fixups for R-Car E3 ES1.0 revision */
/linux-6.12.1/lib/
Dlocking-selftest.c290 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.12.1/drivers/input/serio/
Dams_delta_serio.c3 * Amstrad E3 (Delta) keyboard port driver
17 * However, when used with the E3 mailboard that producecs non-standard
31 MODULE_DESCRIPTION("AMS Delta (E3) keyboard port driver");
DKconfig224 tristate "Amstrad Delta (E3) mailboard support"
228 Say Y here if you have an E3 and want to use its mailboard,
231 When used for the E3 mailboard, a non-standard key table
/linux-6.12.1/drivers/gpu/drm/msm/disp/
Dmdp_format.c69 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument
75 .element = { (e0), (e1), (e2), (e3) }, \
89 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument
95 .element = { (e0), (e1), (e2), (e3) }, \
109 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument
115 .element = { (e0), (e1), (e2), (e3)}, \
/linux-6.12.1/tools/perf/pmu-events/arch/x86/alderlaken/
Dadln-metrics.json371 "MetricExpr": "1e3 * MACHINE_CLEARS.DISAMBIGUATION / INST_RETIRED.ANY",
376 "MetricExpr": "1e3 * MACHINE_CLEARS.FP_ASSIST / INST_RETIRED.ANY",
381 "MetricExpr": "1e3 * MACHINE_CLEARS.MEMORY_ORDERING / INST_RETIRED.ANY",
386 "MetricExpr": "1e3 * MACHINE_CLEARS.MRN_NUKE / INST_RETIRED.ANY",
391 "MetricExpr": "1e3 * MACHINE_CLEARS.PAGE_FAULT / INST_RETIRED.ANY",
396 "MetricExpr": "1e3 * MACHINE_CLEARS.SMC / INST_RETIRED.ANY",
456 "MetricExpr": "1e3 * MEM_UOPS_RETIRED.ALL_LOADS / UOPS_RETIRED.ALL",
/linux-6.12.1/Documentation/admin-guide/hw-vuln/
Dprocessor_mmio_stale_data.rst37 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.12.1/arch/arm/mach-omap1/
DKconfig151 bool "Amstrad E3 (Delta)"
159 Support for the Amstrad E3 (codename Delta) videophone. Say Y here
/linux-6.12.1/drivers/video/fbdev/omap/
Dlcd_ams_delta.c5 * LCD panel support for the Amstrad E3 (Delta) videophone.
174 MODULE_DESCRIPTION("LCD panel support for the Amstrad E3 (Delta) videophone");
/linux-6.12.1/tools/perf/pmu-events/arch/x86/tigerlake/
Dtgl-metrics.json441 "MetricThreshold": "tma_info_bad_spec_ipmisp_indirect < 1e3"
702 "MetricExpr": "1e3 * FRONTEND_RETIRED.L2_MISS / INST_RETIRED.ANY",
708 "MetricExpr": "1e3 * L2_RQSTS.CODE_RD_MISS / INST_RETIRED.ANY",
861 "MetricExpr": "1e3 * MEM_LOAD_RETIRED.FB_HIT / INST_RETIRED.ANY",
873 "MetricExpr": "1e3 * MEM_LOAD_RETIRED.L1_MISS / INST_RETIRED.ANY",
879 "MetricExpr": "1e3 * L2_RQSTS.ALL_DEMAND_DATA_RD / INST_RETIRED.ANY",
891 "MetricExpr": "1e3 * (L2_RQSTS.REFERENCES - L2_RQSTS.MISS) / INST_RETIRED.ANY",
897 "MetricExpr": "1e3 * L2_RQSTS.DEMAND_DATA_RD_HIT / INST_RETIRED.ANY",
903 "MetricExpr": "1e3 * MEM_LOAD_RETIRED.L2_MISS / INST_RETIRED.ANY",
909 "MetricExpr": "1e3 * L2_RQSTS.MISS / INST_RETIRED.ANY",
[all …]

12345678910