Searched refs:func3 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/riscv/include/asm/ |
D | insn-def.h | 25 .macro insn_r, opcode, func3, func7, rd, rs1, rs2 26 .insn r \opcode, \func3, \func7, \rd, \rs1, \rs2 29 .macro insn_i, opcode, func3, rd, rs1, simm12 30 .insn i \opcode, \func3, \rd, \rs1, \simm12 37 .macro insn_r, opcode, func3, func7, rd, rs1, rs2 39 (\func3 << INSN_R_FUNC3_SHIFT) | \ 46 .macro insn_i, opcode, func3, rd, rs1, simm12 48 (\func3 << INSN_I_FUNC3_SHIFT) | \ 63 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 64 ".insn r " opcode ", " func3 ", " func7 ", " rd ", " rs1 ", " rs2 "\n" [all …]
|
/linux-6.12.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-6.12.1/Documentation/translations/it_IT/locking/ |
D | locktypes.rst | 363 func3(); 370 func3(); 374 func3() 382 i chiamanti di func3(). L'*assert* di lockdep verrà attivato su un kernel 390 func3(); 397 func3(); 401 func3()
|
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/ |
D | sprd,sc9860-pinctrl.txt | 13 one of: "func1", "func2", "func3" and "func4".
|
/linux-6.12.1/Documentation/trace/ |
D | fprobe.rst | 59 char syms[] = {"func1", "func2", "func3"};
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | x1e80100-microsoft-romulus.dtsi | 665 function = "func3";
|