Home
last modified time | relevance | path

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

12345678910>>...58

/linux/arch/mips/mm/
H A 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 …]
H A 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/tools/perf/tests/
H A 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/include/linux/
H A Dpoll.h123 #define M(X) __MAP(v, (__force __u16)EPOLL##X, POLL##X) in mangle_poll() macro
124 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in mangle_poll()
125 M(RDNORM) | M(RDBAND) | M(WRNORM) | M(WRBAND) | in mangle_poll()
126 M(HUP) | M(RDHUP) | M(MSG); in mangle_poll()
127 #undef M in mangle_poll()
132 #define M(X) (__force __poll_t)__MAP(val, POLL##X, (__force __u16)EPOLL##X) in demangle_poll() macro
133 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in demangle_poll()
134 M(RDNORM) | M(RDBAND) | M(WRNORM) | M(WRBAND) | in demangle_poll()
135 M(HUP) | M(RDHUP) | M(MSG); in demangle_poll()
136 #undef M in demangle_poll()
/linux/drivers/gpu/drm/kmb/
H A 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/Documentation/userspace-api/media/v4l/
H A Dmetafmt-generic.rst30 Each cell is one byte. "M" denotes a byte of metadata.
40 - M\ :sub:`00`
41 - M\ :sub:`10`
42 - M\ :sub:`20`
43 - M\ :sub:`30`
45 - M\ :sub:`01`
46 - M\ :sub:`11`
47 - M\ :sub:`21`
48 - M\ :sub:`31`
72 Each cell is one byte. "M" denotes a byte of metadata and "x" a byte of padding.
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h143 M(READY, 0x001, ready, msg_req, ready_msg_rsp) \
144 M(ATTACH_RESOURCES, 0x002, attach_resources, rsrc_attach, msg_rsp) \
145 M(DETACH_RESOURCES, 0x003, detach_resources, rsrc_detach, msg_rsp) \
146 M(FREE_RSRC_CNT, 0x004, free_rsrc_cnt, msg_req, free_rsrcs_rsp) \
147 M(MSIX_OFFSET, 0x005, msix_offset, msg_req, msix_offset_rsp) \
148 M(VF_FLR, 0x006, vf_flr, msg_req, msg_rsp) \
149 M(PTP_OP, 0x007, ptp_op, ptp_req, ptp_rsp) \
150 M(GET_HW_CAP, 0x008, get_hw_cap, msg_req, get_hw_cap_rsp) \
151 M(NDC_SYNC_OP, 0x009, ndc_sync_op, ndc_sync_op, msg_rsp) \
152 M(LMTST_TBL_SETUP, 0x00a, lmtst_tbl_setup, lmtst_tbl_setup_req, \
[all …]
/linux/arch/sparc/kernel/
H A Dtraps_64.c1099 #define M 147 macro
1101 /*00*/NONE, C0, C1, M2, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
1102 /*01*/C4, M, M, 50, M2, 38, 25, M2, M2, 33, 24, M2, 11, M, M2, 16,
1103 /*02*/C5, M, M, 46, M2, 37, 19, M2, M, 31, 32, M, 7, M2, M2, 10,
1104 /*03*/M2, 40, 13, M2, 59, M, M2, 66, M, M2, M2, 0, M2, 67, 71, M,
1105 /*04*/C6, M, M, 43, M, 36, 18, M, M2, 49, 15, M, 63, M2, M2, 6,
1106 /*05*/M2, 44, 28, M2, M, M2, M2, 52, 68, M2, M2, 62, M2, M3, M3, M4,
1107 /*06*/M2, 26, 106, M2, 64, M, M2, 2, 120, M, M2, M3, M, M3, M3, M4,
1108 /*07*/116, M2, M2, M3, M2, M3, M, M4, M2, 58, 54, M2, M, M4, M4, M3,
1109 /*08*/C7, M2, M, 42, M, 35, 17, M2, M, 45, 14, M2, 21, M2, M2, 5,
[all …]
/linux/
H A 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>
132 M: Heiner Kallweit <hkallweit1@gmail.com>
133 M: nic_swsd@realtek.com
[all …]
/linux/arch/arm/boot/dts/st/
H A 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/drivers/pinctrl/sunxi/
H A 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 …]
H A 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/arch/m68k/fpsp040/
H A 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/tools/testing/selftests/ublk/
H A Dtest_stress_03.sh28 _create_backfile 0 256M
29 _create_backfile 1 128M
30 _create_backfile 2 128M
33 ublk_io_and_remove 256M -t loop -q 4 -z "${UBLK_BACKFILES[0]}" &
34 ublk_io_and_remove 256M -t stripe -q 4 -z "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
39 ublk_io_and_remove 256M -t loop -q 4 --auto_zc "${UBLK_BACKFILES[0]}" &
40 ublk_io_and_remove 256M -t stripe -q 4 --auto_zc "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
47 ublk_io_and_remove 256M -t loop -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[0]}" &
48 …ublk_io_and_remove 256M -t stripe -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[1]}…
H A Dtest_stress_04.sh27 _create_backfile 0 256M
28 _create_backfile 1 128M
29 _create_backfile 2 128M
32 ublk_io_and_kill_daemon 256M -t loop -q 4 -z --no_ublk_fixed_fd "${UBLK_BACKFILES[0]}" &
33 ublk_io_and_kill_daemon 256M -t stripe -q 4 -z "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
37 ublk_io_and_kill_daemon 256M -t loop -q 4 --auto_zc "${UBLK_BACKFILES[0]}" &
38 …ublk_io_and_kill_daemon 256M -t stripe -q 4 --auto_zc --no_ublk_fixed_fd "${UBLK_BACKFILES[1]}" "$…
44 ublk_io_and_kill_daemon 256M -t loop -q 4 --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[0]}" &
45 …ublk_io_and_kill_daemon 256M -t stripe -q 4 --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[1]}" "${…
/linux/Documentation/gpu/amdgpu/
H A Ddgpu-asic-info-table.csv2 AMD Radeon (TM) HD 8500M/ 8600M /M200 /M320 /M330 /M335 Series, HAINAN, --, 6, --, --, --, 6
4 AMD Radeon R7 (TM|HD) M265 /M370 /8500M /8600 /8700 /8700M, OLAND, DCE 6, 6, -- / UVD 3, --, --, 6
6 AMD Radeon (TM|R7|R9|HD) E8860 /M360 /7700 /7800 /8800 /9000(M) /W4100 Series, VERDE, DCE 6, 6, VCE…
20 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.…
21 AMD Radeon (Pro) 5300 /5500XTB/5500(XT|M) /W5500M /W5500, NAVI14, DCN 2.0.0, 10.1.1, VCN 2.0.2, 5.0…
23 AMD Radeon RX 6700 XT / 6800M / 6700M, NAVY_FLOUNDER, DCN 3.0.0, 10.3.2, VCN 3.0.0, 5.2.2, 11.0.11,…
24 AMD Radeon RX 6600(XT) /6600M /W6600 /W6600M, DIMGREY_CAVEFISH, DCN 3.0.2, 10.3.4, VCN 3.0.16, 5.2.…
25 AMD Radeon RX 6500M /6300M /W6500M /W6300M, BEIGE_GOBY, DCN 3.0.3, 10.3.5, VCN 3.0.33, 5.2.5, 11.0.…
28 AMD Radeon RX 7600M (XT) /7700S /7600S, , DCN 3.2.1, 11.0.2, VCN 4.0.4, 6.0.2, 13.0.7, 13.0.7
/linux/Documentation/arch/arm/nwfpe/
H A 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/drivers/staging/sm750fb/
H A 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/Documentation/translations/zh_CN/kbuild/
H A Dkconfig.rst114 [1] N:M N+M : 100-(N+M) N : M : 100-(N+M)
115 [2] N:M:L N : 100-N M : L : 100-(M+L)
118 其中 N、M 和 L 是范围在 [0,100] 内的整数(以十进制表示),并且需满足:
120 [1] N+M 的范围在 [0,100] 之间
122 [2] M+L 的范围在 [0,100] 之间
/linux/sound/pci/
H A 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/drivers/comedi/
H A 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
77 To compile this driver as a module, choose M here: the module will be
87 To compile this driver as a module, choose M here: the module will be
111 To compile this driver as a module, choose M here: the module will be
132 To compile this driver as a module, choose M here: the module will be
140 To compile this driver as a module, choose M here: the module will be
163 To compile this driver as a module, choose M here: the module will be
175 To compile this driver as a module, choose M here: the module will be
185 To compile this driver as a module, choose M here: the module will be
[all …]
/linux/drivers/media/usb/gspca/
H A 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/Documentation/translations/zh_CN/arch/arm64/
H A Dhugetlbpage.rst42 4K: 64K 2M 32M 1G
43 16K: 2M 32M 1G
44 64K: 2M 512M 16G
/linux/drivers/input/touchscreen/
H A 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
127 To compile this driver as a module, choose M here: the
140 To compile this driver as a module, choose M here: the
[all …]
/linux/drivers/input/misc/
H A DKconfig23 To compile this driver as a module, choose M here: the module
33 To compile this driver as a module, choose M here: the module
50 To compile this driver as a module, choose M here: the module
60 To compile this driver as a module, choose M here: the
70 To compile this driver as a module, choose M here: the
80 To compile this driver as a module, choose M here: the
91 To compile this driver as a module, choose M here: the module
101 To compile this driver as a module, choose M here: the
112 To compile this driver as a module, choose M here: the
126 To compile this driver as a module, choose M here: the
[all …]

12345678910>>...58