Home
last modified time | relevance | path

Searched defs:M (Results 1 – 11 of 11) sorted by relevance

/arch/mips/include/asm/
Dmips-r2-to-r6-emul.h46 #define MIPS_R2_STATS(M) \ argument
61 #define MIPS_R2BR_STATS(M) \ argument
70 #define MIPS_R2_STATS(M) do { } while (0) argument
71 #define MIPS_R2BR_STATS(M) do { } while (0) argument
Dfpu_emulator.h157 #define MIPS_FPU_EMU_INC_STATS(M) \ argument
165 #define MIPS_FPU_EMU_INC_STATS(M) do { } while (0) argument
/arch/arm/include/asm/
Dhw_breakpoint.h109 #define ARM_DBG_READ(N, M, OP2, VAL) do {\ argument
113 #define ARM_DBG_WRITE(N, M, OP2, VAL) do {\ argument
/arch/mips/mm/
Duasm-micromips.c32 #define M(a, b, c, d, e, f) \ macro
Duasm-mips.c32 #define M(a, b, c, d, e, f) \ macro
/arch/sh/math-emu/
Dmath.c68 #define CMP_X(SZ,R,M,N) do{ \ argument
72 #define EQ_X(SZ,R,M,N) do{ \ argument
99 #define ARITH_X(SZ,OP,M,N) do{ \ argument
/arch/arm/kernel/
Dhw_breakpoint.c48 #define READ_WB_REG_CASE(OP2, M, VAL) \ argument
53 #define WRITE_WB_REG_CASE(OP2, M, VAL) \ argument
/arch/mips/crypto/
Dchacha-core.S186 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument
/arch/ia64/kernel/
Dkprobes.c30 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator
/arch/sparc/kernel/
Dtraps_64.c1098 #define M 147 macro
/arch/powerpc/xmon/
Dppc-opc.c2460 #define M(op, rc) (OP (op) | ((rc) & 1)) macro