Home
last modified time | relevance | path

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

12345678910>>...46

/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.rst31 Each cell is one byte. "M" denotes a byte of metadata.
41 - M\ :sub:`00`
42 - M\ :sub:`10`
43 - M\ :sub:`20`
44 - M\ :sub:`30`
46 - M\ :sub:`01`
47 - M\ :sub:`11`
48 - M\ :sub:`21`
49 - M\ :sub:`31`
73 Each cell is one byte. "M" denotes a byte of metadata and "x" a byte of padding.
[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/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]}" &
38 ublk_io_and_kill_daemon 256M -t loop -q 4 --auto_zc "${UBLK_BACKFILES[0]}" &
39 ublk_io_and_kill_daemon 256M -t stripe -q 4 --auto_zc --no_ublk_fixed_fd "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
46 ublk_io_and_kill_daemon 256M -t loop -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[0]}" &
47 ublk_io_and_kill_daemon 256M -t stripe -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
/linux/rust/kernel/num/
H A Dbounded.rs405 pub const fn extend<const M: u32>(self) -> Bounded<T, M> { in extend() argument
408 M >= N, in extend()
436 pub fn try_shrink<const M: u32>(self) -> Option<Bounded<T, M>> { in try_shrink() argument
437 Bounded::<T, M>::try_new(self.get()) in try_shrink()
528 impl<T, U, const N: u32, const M: u32> PartialEq<Bounded<U, M>> for Bounded<T, N>
534 fn eq(&self, other: &Bounded<U, M>) -> bool { in eq()
541 impl<T, U, const N: u32, const M: u32> PartialOrd<Bounded<U, M>> for Bounded<T, N>
547 fn partial_cmp(&self, other: &Bounded<U, M>) -> Option<cmp::Ordering> { in partial_cmp()
586 impl<T, const N: u32, const M: u32> ops::Add<Bounded<T, M>> for Bounded<T, N>
593 fn add(self, rhs: Bounded<T, M>) -> Self::Output { in add()
[all …]
/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/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/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/drivers/pinctrl/sunxi/
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/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/staging/greybus/Documentation/
H A Dsysfs-bus-greybus16 What: /sys/bus/greybus/devices/N-M
21 A Module M on the bus N, where M is the 1-byte interface
24 What: /sys/bus/greybus/devices/N-M/eject
32 What: /sys/bus/greybus/devices/N-M/module_id
40 What: /sys/bus/greybus/devices/N-M/num_interfaces
47 What: /sys/bus/greybus/devices/N-M.I
52 An Interface I on the bus N and module N-M, where I is the
55 What: /sys/bus/greybus/devices/N-M.I/current_now
62 What: /sys/bus/greybus/devices/N-M.I/ddbl1_manufacturer_id
70 What: /sys/bus/greybus/devices/N-M.I/ddbl1_product_id
[all …]
/linux/sound/soc/meson/
H A 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
112 Select Y or M to add support for the GXBB/GXL SoC sound card
[all …]
/linux/arch/mips/include/asm/
H A 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/Documentation/translations/zh_TW/arch/arm64/
H A Dhugetlbpage.rst45 4K: 64K 2M 32M 1G
46 16K: 2M 32M 1G
47 64K: 2M 512M 16G
/linux/drivers/pwm/
H A DKconfig56 To compile this driver as a module, choose M here: the module
73 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
94 To compile this driver as a module, choose M here: the module
104 To compile this driver as a module, choose M here: the module
116 To compile this driver as a module, choose M here: the module
129 To compile this driver as a module, choose M here: the module
142 To compile this driver as a module, choose M here: the module will be
152 To compile this driver as a module, choose M here: the module
164 To compile this driver as a module, choose M here: the module
[all …]
/linux/samples/rust/
H A DKconfig19 To compile this as a module, choose M here:
29 To compile this as a module, choose M here:
39 To compile this as a module, choose M here:
49 To compile this as a module, choose M here:
60 To compile this as a module, choose M here:
71 To compile this as a module, choose M here:
82 To compile this as a module, choose M here:
93 To compile this as a module, choose M here:
105 To compile this as a module, choose M here:
116 To compile this as a module, choose M here:
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllgt215.c34 int M, lM, hM, N, fN; in gt215_pll_calc() local
48 for (M = lM; M <= hM; M++) { in gt215_pll_calc()
49 u32 tmp = freq * *P * M; in gt215_pll_calc()
67 err = abs(freq - (info->refclk * N / M / *P)); in gt215_pll_calc()
71 *pM = M; in gt215_pll_calc()
/linux/sound/hda/codecs/realtek/
H A DKconfig6 Say Y or M here to include Realtek HD-audio codec support.
26 Say Y or M here to include Realtek ALC260 HD-audio codec support
34 Say Y or M here to include Realtek ALC262 HD-audio codec support
42 Say Y or M here to include Realtek ALC268 and compatible HD-audio
51 Say Y or M here to include Realtek ALC269 and compatible HD-audio
60 Say Y or M here to include Realtek ALC662 and compatible HD-audio
69 Say Y or M here to include Realtek ALC680 HD-audio codec support
77 Say Y or M here to include Realtek ALC861 HD-audio codec support
85 Say Y or M here to include Realtek ALC861-VD HD-audio codec support
93 Say Y or M here to include Realtek ALC880 HD-audio codec support
[all …]

12345678910>>...46