Home
last modified time | relevance | path

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

1234567891011

/arch/mips/mm/
A Duasm-mips.c32 #define M(a, b, c, d, e, f) \ macro
61 [insn_bgtz] = {M(bgtz_op, 0, 0, 0, 0, 0), RS | BIMM},
62 [insn_blez] = {M(blez_op, 0, 0, 0, 0, 0), RS | BIMM},
81 [insn_di] = {M(cop0_op, mfmc0_op, 0, 12, 0, 0), RT},
112 [insn_j] = {M(j_op, 0, 0, 0, 0, 0), JIMM},
113 [insn_jal] = {M(jal_op, 0, 0, 0, 0, 0), JIMM},
116 [insn_jr] = {M(spec_op, 0, 0, 0, 0, jr_op), RS},
118 [insn_jr] = {M(spec_op, 0, 0, 0, 0, jalr_op), RS},
135 [insn_lui] = {M(lui_op, 0, 0, 0, 0, 0), RT | SIMM},
141 [insn_mfhi] = {M(spec_op, 0, 0, 0, 0, mfhi_op), RD},
[all …]
A Duasm-micromips.c32 #define M(a, b, c, d, e, f) \ macro
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},
53 [insn_bne] = {M(mm_bne32_op, 0, 0, 0, 0, 0), RT | RS | BIMM},
76 [insn_j] = {M(mm_j32_op, 0, 0, 0, 0, 0), JIMM},
77 [insn_jal] = {M(mm_jal32_op, 0, 0, 0, 0, 0), JIMM},
80 [insn_lb] = {M(mm_lb32_op, 0, 0, 0, 0, 0), RT | RS | SIMM},
82 [insn_lh] = {M(mm_lh32_op, 0, 0, 0, 0, 0), RT | RS | SIMM},
86 [insn_lw] = {M(mm_lw32_op, 0, 0, 0, 0, 0), RT | RS | SIMM},
112 [insn_sw] = {M(mm_sw32_op, 0, 0, 0, 0, 0), RT | RS | SIMM},
[all …]
/arch/sparc/kernel/
A Dtraps_64.c1110 /*09*/M, 27, M, M, 99, M, M, 3, 114, M2, M2, 20, M2, M3, M3, M,
1116 /*0f*/M2, M3, M3, M, M3, M, M, M, 56, M4, M, M3, M4, M, M, M,
1118 /*11*/M, M, 100, M, 83, M, M2, 12, 87, M, M, 57, M2, M, M3, M,
1120 /*13*/94, M, M2, M3, M2, M, M3, M, M2, M, 79, M, 69, M, M4, M,
1121 /*14*/M2, 93, 92, M, 91, M, M2, 8, 90, M2, M2, M, M, M, M, M4,
1122 /*15*/89, M, M, M3, M2, M3, M3, M, M, M, M3, M2, M3, M2, M, M3,
1123 /*16*/86, M, M2, M3, M2, M, M3, M, M2, M, M3, M, M3, M, M, M3,
1126 /*19*/77, M, M, M, M2, M3, M, M, M2, M3, M3, M4, M3, M2, M, M,
1127 /*1a*/74, M, M2, M3, M, M, M3, M, M, M, M3, M, M3, M, M4, M3,
1130 /*1d*/M2, 115, 124, M, 75, M, M, M3, 61, M, M4, M, M4, M, M, M,
[all …]
/arch/m68k/fpsp040/
A Dstwotox.S31 | N = 64(M + M') + j, j = 0,1,2,...,63.
44 | N = 64(M + M') + j, j = 0,1,2,...,63.
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
250 |--ADJFACT = 2^(M').
346 asrl #1,%d0 | ...D0 IS M
354 |--ADJFACT = 2^(M').
[all …]
A Dsetox.S83 | 2.4 Calculate M = (N - J)/64; so N = 64M + J.
85 | 2.6 Create the value Scale = 2^M.
159 | |M| <= 16380, and Scale = 2^M. Moreover, exp(X) will
162 | X = (M1+M)log2 + Jlog2/64 + R, |M1+M| >= 16380.
496 asrl #6,%d0 | ...D0 is M
663 asrl #6,%d0 | ...D0 is M
703 negw %d0 | ...D0 is -M
736 |--Step 6.2 M >= 64
743 |--Step 6.3 M <= 63
747 |--Step 6.4 M <= -4
[all …]
/arch/arm/boot/dts/st/
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 {
454 hclk3d: hclk3d@48M {
516 sdiclk: sdiclk@48M {
547 usbclk: usbclk@48M {
[all …]
/arch/mips/include/asm/
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
A Dfpu_emulator.h157 #define MIPS_FPU_EMU_INC_STATS(M) \ argument
160 __this_cpu_inc(fpuemustats.M); \
165 #define MIPS_FPU_EMU_INC_STATS(M) do { } while (0) argument
/arch/mips/sgi-ip27/
A DKconfig8 bool "IP27 M-Mode"
11 in either N-Modes which allows for more nodes or M-Mode which allows
13 M-Mode, so choose M-mode here.
19 in either N-Modes which allows for more nodes or M-Mode which allows
21 M-Mode, so choose M-mode here.
/arch/arm/include/asm/
A Dhw_breakpoint.h110 #define ARM_DBG_READ(N, M, OP2, VAL) do {\ argument
111 asm volatile("mrc p14, 0, %0, " #N "," #M ", " #OP2 : "=r" (VAL));\
114 #define ARM_DBG_WRITE(N, M, OP2, VAL) do {\ argument
115 asm volatile("mcr p14, 0, %0, " #N "," #M ", " #OP2 : : "r" (VAL));\
/arch/arm64/boot/dts/amlogic/
A Dmeson-g12b-a311d-khadas-vim3.dts21 * an USB3.0 Type A connector and a M.2 Key M slot.
26 * to the M.2 Key M slot, uncomment the following block to disable
A Dmeson-g12b-s922x-khadas-vim3.dts21 * an USB3.0 Type A connector and a M.2 Key M slot.
26 * to the M.2 Key M slot, uncomment the following block to disable
A Dmeson-sm1-khadas-vim3l.dts83 * an USB3.0 Type A connector and a M.2 Key M slot.
88 * to the M.2 Key M slot, uncomment the following block to disable
/arch/arm/configs/
A Dneponset_defconfig12 …parts=sa1100:512K(boot),1M(kernel),2560K(initrd),4M(root) load_ramdisk=1 prompt_ramdisk=0 mem=32M
A Dassabet_defconfig8 CONFIG_CMDLINE="mem=32M console=ttySA0,38400n8 initrd=0xc0800000,3M root=/dev/ram"
/arch/arm64/boot/dts/ti/
A Dk3-am62-lp-sk-nand.dtso88 reg = <0x00000000 0x00200000>; /* 2M */
92 reg = <0x00200000 0x00200000>; /* 2M */
95 label = "NAND.tiboot3.backup"; /* 2M */
96 reg = <0x00400000 0x00200000>; /* BootROM looks at 4M */
100 reg = <0x00600000 0x00400000>; /* 4M */
A Dk3-am642-evm-nand.dtso114 reg = <0x00000000 0x00200000>; /* 2M */
119 reg = <0x00200000 0x00200000>; /* 2M */
123 label = "NAND.tiboot3.backup"; /* 2M */
124 reg = <0x00400000 0x00200000>; /* BootROM looks at 4M */
129 reg = <0x00600000 0x00400000>; /* 4M */
/arch/arm64/boot/dts/nvidia/
A Dtegra234-p3768-0000+p3767.dtsi114 /* M.2 Key-E */
168 /* C1 - M.2 Key-E */
178 /* C4 - M.2 Key-M */
201 /* C7 - M.2 Key-M */
/arch/arm/boot/dts/aspeed/
A Daspeed-bmc-ufispace-ncplite.dts40 gpios = <&gpio0 ASPEED_GPIO(M, 2) GPIO_ACTIVE_LOW>;
41 linux,code = <ASPEED_GPIO(M, 2)>;
94 gpios = <&gpio0 ASPEED_GPIO(M, 4) GPIO_ACTIVE_HIGH>;
95 linux,code = <ASPEED_GPIO(M, 4)>;
100 gpios = <&gpio0 ASPEED_GPIO(M, 5) GPIO_ACTIVE_HIGH>;
101 linux,code = <ASPEED_GPIO(M, 5)>;
/arch/powerpc/platforms/ps3/
A DKconfig77 general, all users will say Y or M.
88 general, all users will say Y or M.
123 In general, all users will say Y or M.
133 In general, all users will say Y or M.
134 Also make sure to say Y or M to "SCSI CDROM support" later.
145 In general, PS3 OtherOS users will say Y or M.
169 perfmon2, then say Y or M, otherwise say N.
/arch/arm64/boot/dts/rockchip/
A Drk3588-rock-5b-plus.dts51 line-name = "M.2 B-key W_DISABLE2#";
60 line-name = "M.2 B-key RESET#";
67 line-name = "M.2 B-key WoWWAN#";
A Drk3588-friendlyelec-cm3588-nas.dts309 "", "", "M.2 M-Key Slot4 [M2_D_PERST_L]", "",
312 "USB3-A #1 [USB3_TYPEC1_PWREN]", "", "", "M.2 M-Key Slot3 [M2_C_PERST_L]",
313 …"M.2 M-Key Slot2 [M2_B_PERST_L]", "M.2 M-Key Slot1 [M2_A_CLKREQ_L]", "M.2 M-Key Slot1 [M2_A_PERST_…
422 /* 2. M.2 socket, CON14: pcie30phy port0 lane1, @fe170000 */
434 /* 4. M.2 socket, CON16: pcie30phy port1 lane1, @fe180000 */
458 /* 1. M.2 socket, CON13: pcie30phy port0 lane0, @fe150000 */
469 /* 3. M.2 socket, CON15: pcie30phy port1 lane0, @fe160000 */
/arch/sh/math-emu/
A Dmath.c70 #define CMP_X(SZ,R,M,N) do{ \ argument
72 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
74 #define EQ_X(SZ,R,M,N) do{ \ argument
76 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
101 #define ARITH_X(SZ,OP,M,N) do{ \ argument
103 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
/arch/powerpc/boot/dts/
A Dmpc5121ads.dts46 reg = <0x00040000 0x03c00000>; // 60M for filesystem
50 reg = <0x03c40000 0x00280000>; // 2.5M for kernel
58 reg = <0x03f00000 0x00100000>; // 1M for u-boot
/arch/arm/boot/dts/intel/pxa/
A Dpxa300-raumfeld-speaker-m.dts9 model = "Raumfeld Speaker M (PXA3xx)";

Completed in 44 milliseconds

1234567891011