Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 1289) sorted by relevance

12345678910>>...52

/Linux-v6.6/arch/mips/mm/
Duasm-mips.c32 #define M(a, b, c, d, e, f) \ macro
51 [insn_addiu] = {M(addiu_op, 0, 0, 0, 0, 0), RS | RT | SIMM},
52 [insn_addu] = {M(spec_op, 0, 0, 0, 0, addu_op), RS | RT | RD},
53 [insn_and] = {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD},
54 [insn_andi] = {M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM},
55 [insn_bbit0] = {M(lwc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
56 [insn_bbit1] = {M(swc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
57 [insn_beq] = {M(beq_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
58 [insn_beql] = {M(beql_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
59 [insn_bgez] = {M(bcond_op, 0, bgez_op, 0, 0, 0), RS | BIMM},
[all …]
Duasm-micromips.c32 #define M(a, b, c, d, e, f) \ macro
43 [insn_addu] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD},
44 [insn_addiu] = {M(mm_addiu32_op, 0, 0, 0, 0, 0), RT | RS | SIMM},
45 [insn_and] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD},
46 [insn_andi] = {M(mm_andi32_op, 0, 0, 0, 0, 0), RT | RS | UIMM},
47 [insn_beq] = {M(mm_beq32_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
49 [insn_bgez] = {M(mm_pool32i_op, mm_bgez_op, 0, 0, 0, 0), RS | BIMM},
51 [insn_bltz] = {M(mm_pool32i_op, mm_bltz_op, 0, 0, 0, 0), RS | BIMM},
53 [insn_bne] = {M(mm_bne32_op, 0, 0, 0, 0, 0), RT | RS | BIMM},
54 [insn_cache] = {M(mm_pool32b_op, 0, 0, mm_cache_func, 0, 0), RT | RS | SIMM},
[all …]
/Linux-v6.6/tools/perf/tests/
Dkmod-path.c47 #define M(path, c, e) \ macro
57 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
58 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_KERNEL, true); in test__kmod_path__parse()
59 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
67 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
68 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_KERNEL, true); in test__kmod_path__parse()
69 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
76 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse()
77 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_KERNEL, false); in test__kmod_path__parse()
78 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
[all …]
/Linux-v6.6/include/linux/
Dpoll.h129 #define M(X) __MAP(v, (__force __u16)EPOLL##X, POLL##X) in mangle_poll() macro
130 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in mangle_poll()
131 M(RDNORM) | M(RDBAND) | M(WRNORM) | M(WRBAND) | in mangle_poll()
132 M(HUP) | M(RDHUP) | M(MSG); in mangle_poll()
133 #undef M in mangle_poll()
138 #define M(X) (__force __poll_t)__MAP(val, POLL##X, (__force __u16)EPOLL##X) in demangle_poll() macro
139 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in demangle_poll()
140 M(RDNORM) | M(RDBAND) | M(WRNORM) | M(WRBAND) | in demangle_poll()
141 M(HUP) | M(RDHUP) | M(MSG); in demangle_poll()
142 #undef M in demangle_poll()
/Linux-v6.6/drivers/gpu/drm/kmb/
Dkmb_regs.h400 #define HS_OFFSET(M) (((M) + 1) * 0x400) argument
403 #define MIPI_TXm_HS_CTRL(M) (MIPI_TX_HS_CTRL + HS_OFFSET(M)) argument
417 #define MIPI_TXm_HS_SYNC_CFG(M) (MIPI_TX_HS_SYNC_CFG \ argument
418 + HS_OFFSET(M))
435 #define MIPI_TXm_HS_FGn_SECTo_PH(M, N, O) (MIPI_TX0_HS_FG0_SECT0_PH + \ argument
436 HS_OFFSET(M) + (0x2C * (N)) \
448 #define MIPI_TXm_HS_FGn_SECT_UNPACKED_BYTES0(M, N) \ argument
450 + HS_OFFSET(M) + (0x2C * (N)))
452 #define MIPI_TXm_HS_FGn_SECTo_LINE_CFG(M, N, O) \ argument
453 (MIPI_TX_HS_FG0_SECT0_LINE_CFG + HS_OFFSET(M) \
[all …]
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h128 M(READY, 0x001, ready, msg_req, ready_msg_rsp) \
129 M(ATTACH_RESOURCES, 0x002, attach_resources, rsrc_attach, msg_rsp) \
130 M(DETACH_RESOURCES, 0x003, detach_resources, rsrc_detach, msg_rsp) \
131 M(FREE_RSRC_CNT, 0x004, free_rsrc_cnt, msg_req, free_rsrcs_rsp) \
132 M(MSIX_OFFSET, 0x005, msix_offset, msg_req, msix_offset_rsp) \
133 M(VF_FLR, 0x006, vf_flr, msg_req, msg_rsp) \
134 M(PTP_OP, 0x007, ptp_op, ptp_req, ptp_rsp) \
135 M(GET_HW_CAP, 0x008, get_hw_cap, msg_req, get_hw_cap_rsp) \
136 M(LMTST_TBL_SETUP, 0x00a, lmtst_tbl_setup, lmtst_tbl_setup_req, \
138 M(SET_VF_PERM, 0x00b, set_vf_perm, set_vf_perm, msg_rsp) \
[all …]
/Linux-v6.6/arch/sparc/kernel/
Dtraps_64.c1098 #define M 147 macro
1100 /*00*/NONE, C0, C1, M2, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
1101 /*01*/C4, M, M, 50, M2, 38, 25, M2, M2, 33, 24, M2, 11, M, M2, 16,
1102 /*02*/C5, M, M, 46, M2, 37, 19, M2, M, 31, 32, M, 7, M2, M2, 10,
1103 /*03*/M2, 40, 13, M2, 59, M, M2, 66, M, M2, M2, 0, M2, 67, 71, M,
1104 /*04*/C6, M, M, 43, M, 36, 18, M, M2, 49, 15, M, 63, M2, M2, 6,
1105 /*05*/M2, 44, 28, M2, M, M2, M2, 52, 68, M2, M2, 62, M2, M3, M3, M4,
1106 /*06*/M2, 26, 106, M2, 64, M, M2, 2, 120, M, M2, M3, M, M3, M3, M4,
1107 /*07*/116, M2, M2, M3, M2, M3, M, M4, M2, 58, 54, M2, M, M4, M4, M3,
1108 /*08*/C7, M2, M, 42, M, 35, 17, M2, M, 45, 14, M2, 21, M2, M2, 5,
[all …]
/Linux-v6.6/
DMAINTAINERS7 M: *Mail* patches to: FullName <address@domain>
71 M: Steffen Klassert <klassert@kernel.org>
78 M: David Dillow <dave@thedillows.org>
84 M: Adam Radford <aradford@gmail.com>
91 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
97 M: Alexander Aring <alex.aring@gmail.com>
106 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
112 M: Johannes Berg <johannes@sipsolutions.net>
131 M: Heiner Kallweit <hkallweit1@gmail.com>
132 M: nic_swsd@realtek.com
[all …]
/Linux-v6.6/drivers/pinctrl/sunxi/
Dpinctrl-sun9i-a80-r.c72 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 0),
76 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 1),
80 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 2),
84 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 3),
88 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 4),
95 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 8),
100 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 9),
105 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 10),
110 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 11),
115 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 12),
[all …]
Dpinctrl-sun6i-a31-r.c66 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 0),
70 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 1),
74 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 2),
79 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 3),
83 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 4),
87 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 5),
91 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 6),
95 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 7),
/Linux-v6.6/arch/arm/boot/dts/st/
Dste-nomadik-stn8815.dtsi198 mxtal: mxtal@19.2M {
210 timclk: timclk@2.4M {
248 clk216: clk216@216M {
255 clk108: clk108@108M {
262 clk72: clk72@72M {
270 clk48: clk48@48M {
278 clk27: clk27@27M {
287 ulpiclk: ulpiclk@60M {
298 hclkdma0: hclkdma0@48M {
304 hclksmc: hclksmc@48M {
[all …]
/Linux-v6.6/arch/m68k/fpsp040/
Dstwotox.S31 | N = 64(M + M') + j, j = 0,1,2,...,63.
34 | 2**X = 2**(M') * 2**(M) * 2**(j/64) * exp(r).
44 | N = 64(M + M') + j, j = 0,1,2,...,63.
50 | 10**X = 2**(M') * 2**(M) * 2**(j/64) * exp(r).
57 | Fact1 := 2**(M) * Fact1
58 | Fact2 := 2**(M) * Fact2
59 | Thus Fact1 + Fact2 = 2**(M) * 2**(j/64).
64 | 4. Let AdjFact := 2**(M'). Return
243 asrl #1,%d0 | ...D0 IS M
244 subl %d0,%d2 | ...d2 IS M', N = 64(M+M') + J
[all …]
/Linux-v6.6/Documentation/gpu/amdgpu/
Ddgpu-asic-info-table.csv2 AMD Radeon (TM) HD 8500M/ 8600M /M200 /M320 /M330 /M335 Series, HAINAN, --, 6, --, --
4 AMD Radeon R7 (TM|HD) M265 /M370 /8500M /8600 /8700 /8700M, OLAND, DCE 6, 6, VCE 1 / UVD 3, --
6 AMD Radeon (TM|R7|R9|HD) E8860 /M360 /7700 /7800 /8800 /9000(M) /W4100 Series, VERDE, DCE 6, 6, VCE…
19 AMD Radeon (RX|Pro) 5600(M|XT) /5700 (M|XT|XTB) /W5700, NAVI10, DCN 2.0.0, 10.1.10, VCN 2.0.0, 5.0.0
20 AMD Radeon (Pro) 5300 /5500XTB/5500(XT|M) /W5500M /W5500, NAVI14, DCN 2.0.0, 10.1.1, VCN 2.0.2, 5.0…
22 AMD Radeon RX 6700 XT / 6800M / 6700M, NAVY_FLOUNDER, DCN 3.0.0, 10.3.2, VCN 3.0.0, 5.2.2
23 AMD Radeon RX 6600(XT) /6600M /W6600 /W6600M, DIMGREY_CAVEFISH, DCN 3.0.2, 10.3.4, VCN 3.0.16, 5.2.4
24 AMD Radeon RX 6500M /6300M /W6500M /W6300M, BEIGE_GOBY, DCN 3.0.3, 10.3.5, VCN 3.0.33, 5.2.5
26 AMD Radeon RX 7600M (XT) /7700S /7600S, , DCN 3.2.1, 11.0.2, VCN 4.0.4, 6.0.2
/Linux-v6.6/Documentation/arch/arm/nwfpe/
Dnetwinder-fpe.rst14 {P|M|Z} = {round to +infinity,round to -infinity,round to zero},
51 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point
52 FIX{cond}{P,M,Z} Rd, Fn Convert floating point to integer
80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
81 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract
82 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract
83 MUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - multiply
84 DVF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - divide
85 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide
89 FML{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast multiply
[all …]
/Linux-v6.6/drivers/staging/sm750fb/
Dddk750_chip.c37 unsigned int M, N, OD, POD; in get_mxclk_freq() local
43 M = (pll_reg & PLL_CTRL_M_MASK) >> PLL_CTRL_M_SHIFT; in get_mxclk_freq()
48 return DEFAULT_INPUT_CLOCK * M / N / BIT(OD) / BIT(POD); in get_mxclk_freq()
319 int N, M, X, d; in sm750_calc_pll_value() local
360 M = quo * X; in sm750_calc_pll_value()
361 M += fl_quo * X / 10000; in sm750_calc_pll_value()
363 M += (fl_quo * X % 10000) > 5000 ? 1 : 0; in sm750_calc_pll_value()
364 if (M < 256 && M > 0) { in sm750_calc_pll_value()
367 tmp_clock = pll->input_freq * M / N / X; in sm750_calc_pll_value()
370 pll->M = M; in sm750_calc_pll_value()
[all …]
/Linux-v6.6/arch/ia64/kernel/
Dkprobes.c30 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator
32 [0x00] = { M, I, I },
33 [0x01] = { M, I, I },
34 [0x02] = { M, I, I },
35 [0x03] = { M, I, I },
36 [0x04] = { M, L, X },
37 [0x05] = { M, L, X },
40 [0x08] = { M, M, I },
41 [0x09] = { M, M, I },
42 [0x0A] = { M, M, I },
[all …]
/Linux-v6.6/sound/pci/
DKconfig21 To compile this as a module, choose M here: the module
31 Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
33 To compile this driver as a module, choose M here: the module
48 To compile this driver as a module, choose M here: the module
62 To compile this driver as a module, choose M here: the module
74 To compile this driver as a module, choose M here: the module
85 To compile this driver as a module, choose M here: the module
95 To compile this driver as a module, choose M here: the module
110 To compile this driver as a module, choose M here: the module
124 To compile this driver as a module, choose M here: the module
[all …]
/Linux-v6.6/drivers/comedi/
DKconfig54 To compile this driver as a module, choose M here: the module will be
65 To compile this driver as a module, choose M here: the module will be
76 To compile this driver as a module, choose M here: the module will be
85 To compile this driver as a module, choose M here: the module will be
107 To compile this driver as a module, choose M here: the module will be
128 To compile this driver as a module, choose M here: the module will be
136 To compile this driver as a module, choose M here: the module will be
159 To compile this driver as a module, choose M here: the module will be
171 To compile this driver as a module, choose M here: the module will be
181 To compile this driver as a module, choose M here: the module will be
[all …]
/Linux-v6.6/Documentation/translations/zh_CN/arch/arm64/
Dhugetlbpage.rst42 4K: 64K 2M 32M 1G
43 16K: 2M 32M 1G
44 64K: 2M 512M 16G
/Linux-v6.6/Documentation/devicetree/bindings/bus/
Dimx-weim.txt38 05 128M 0M 0M 0M
39 033 64M 64M 0M 0M
40 0113 64M 32M 32M 0M
41 01111 32M 32M 32M 32M
/Linux-v6.6/drivers/media/usb/gspca/
DKconfig13 This driver uses the Video For Linux API. You must say Y or M to
16 To compile this driver as modules, choose M here: the
27 To compile this driver as a module, choose M here: the
36 To compile this driver as a module, choose M here: the
47 To compile this driver as a module, choose M here: the
57 To compile this driver as a module, choose M here: the
66 To compile this driver as a module, choose M here: the
75 To compile this driver as a module, choose M here: the
84 To compile this driver as a module, choose M here: the
94 To compile this driver as a module, choose M here: the
[all …]
/Linux-v6.6/Documentation/translations/zh_TW/arch/arm64/
Dhugetlbpage.rst45 4K: 64K 2M 32M 1G
46 16K: 2M 32M 1G
47 64K: 2M 512M 16G
/Linux-v6.6/arch/mips/include/asm/
Dmips-r2-to-r6-emul.h46 #define MIPS_R2_STATS(M) \ argument
52 __this_cpu_inc(mipsr2emustats.M); \
56 __this_cpu_inc(mipsr2bdemustats.M); \
61 #define MIPS_R2BR_STATS(M) \ argument
64 __this_cpu_inc(mipsr2bremustats.M); \
70 #define MIPS_R2_STATS(M) do { } while (0) argument
71 #define MIPS_R2BR_STATS(M) do { } while (0) argument
/Linux-v6.6/drivers/input/touchscreen/
DKconfig24 To compile this driver as a module, choose M here: the
43 To compile this driver as a module, choose M here: the
56 To compile this driver as a module, choose M here: the
67 To compile this driver as a module, choose M here: the
77 To compile this driver as a module, choose M here: the
89 To compile this driver as a module, choose M here: the
103 To compile this driver as a module, choose M here: the
115 To compile this driver as a module, choose M here: the
128 To compile this driver as a module, choose M here: the
150 To compile this driver as a module, choose M here: the
[all …]
/Linux-v6.6/sound/soc/meson/
DKconfig12 Select Y or M to add support for the Audio output subsystem found
25 Select Y or M to add support for the frontend playback interfaces
32 Select Y or M to add support for the frontend capture interfaces
49 Select Y or M to add support for TDM input formatter embedded
57 Select Y or M to add support for TDM output formatter embedded
74 Select Y or M to add support for the AXG SoC sound card
82 Select Y or M to add support for SPDIF output serializer embedded
89 Select Y or M to add support for SPDIF input embedded
97 Select Y or M to add support for PDM input embedded
111 Select Y or M to add support for the GXBB/GXL SoC sound card
[all …]

12345678910>>...52