Searched refs:func3 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/arch/riscv/include/asm/ |
D | insn-def.h | 19 .macro insn_r, opcode, func3, func7, rd, rs1, rs2 20 .insn r \opcode, \func3, \func7, \rd, \rs1, \rs2 27 .macro insn_r, opcode, func3, func7, rd, rs1, rs2 29 (\func3 << INSN_R_FUNC3_SHIFT) | \ 44 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ 45 ".insn r " opcode ", " func3 ", " func7 ", " rd ", " rs1 ", " rs2 "\n" 66 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ 68 "insn_r " opcode ", " func3 ", " func7 ", " rd ", " rs1 ", " rs2 "\n" \ 75 #define INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 76 __INSN_R(RV_##opcode, RV_##func3, RV_##func7, \
|
/Linux-v6.1/Documentation/locking/ |
D | locktypes.rst | 352 func3(); 359 func3(); 363 func3() 371 of func3(). Also the lockdep assert will trigger on a PREEMPT_RT kernel 378 func3(); 385 func3(); 389 func3()
|
D | rt-mutex-design.rst | 230 L1, L2, and L3, and four separate functions func1, func2, func3 and func4. 254 void func3(void) 275 Processes A, B, C, and D which run functions func1, func2, func3 and func4
|
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | sprd,sc9860-pinctrl.txt | 13 one of: "func1", "func2", "func3" and "func4".
|
/Linux-v6.1/Documentation/trace/ |
D | fprobe.rst | 59 char syms[] = {"func1", "func2", "func3"};
|