/linux-6.1.9/tools/testing/selftests/ftrace/test.d/preemptirq/ |
D | irqsoff_tracer.tc | 6 MOD=preemptirq_delay_test 10 rmmod $MOD || true 16 rmmod $MOD || true 23 rmmod $MOD || true 28 modprobe $MOD || unres "$MOD module not available" 29 rmmod $MOD 36 modprobe $MOD test_mode=preempt delay=500000 || fail 37 rmmod $MOD || fail 38 modprobe $MOD test_mode=preempt delay=500000 || fail 39 rmmod $MOD || fail [all …]
|
/linux-6.1.9/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_module.tc | 13 MOD=trace_printk 18 echo "p $MOD:$FUNC" > kprobe_events 19 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"` 24 echo "p:event1 $MOD:$FUNC" > kprobe_events 29 echo "p:kprobes1/event1 $MOD:$FUNC" > kprobe_events 40 echo "p:event2 $MOD:$FUNC" >> kprobe_events
|
/linux-6.1.9/arch/arm/mach-sa1100/ |
D | assabet.c | 118 #define MOD GPIO_GPIO(17) macro 176 GPCR = SDA | SCK | MOD; /* clear L3 mode to ensure UDA1341 doesn't respond */ in adv7171_write() 177 GPDR = (GPDR | SCK | MOD) & ~SDA; in adv7171_write() 190 GPSR = gplr & (SDA | SCK | MOD); in adv7171_write() 191 GPCR = (~gplr) & (SDA | SCK | MOD); in adv7171_write()
|
/linux-6.1.9/arch/m68k/fpsp040/ |
D | srem_mod.S | 4 | The entry point sMOD computes the floating point MOD of the 25 | signQ := signX EOR signY. Record whether MOD or REM 35 | Step 3. Perform MOD(X,Y) 42 | Step 4. At this point, R = X - QY = MOD(X,Y). Set 44 | MOD is requested, go to Step 6. 46 | Step 5. R = MOD(X,Y), but REM(X,Y) is requested. 47 | 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to
|
/linux-6.1.9/Documentation/translations/zh_CN/loongarch/ |
D | introduction.rst | 208 MUL.W MULH.W MULH.WU DIV.W DIV.WU MOD.W MOD.WU 209 MUL.D MULH.D MULH.DU DIV.D DIV.DU MOD.D MOD.DU
|
/linux-6.1.9/Documentation/trace/ |
D | kprobetrace.rst | 31 p[:[GRP/][EVENT]] [MOD:]SYM[+offs]|MEMADDR [FETCHARGS] : Set a probe 32 r[MAXACTIVE][:[GRP/][EVENT]] [MOD:]SYM[+0] [FETCHARGS] : Set a return probe 33 p[:[GRP/][EVENT]] [MOD:]SYM[+0]%return [FETCHARGS] : Set a return probe 39 MOD : Module name which has given SYM.
|
/linux-6.1.9/Documentation/loongarch/ |
D | introduction.rst | 241 MUL.W MULH.W MULH.WU DIV.W DIV.WU MOD.W MOD.WU 242 MUL.D MULH.D MULH.DU DIV.D DIV.DU MOD.D MOD.DU
|
/linux-6.1.9/Documentation/devicetree/bindings/net/ |
D | sff,sfp.yaml | 34 GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS) module
|
/linux-6.1.9/arch/m68k/ |
D | Kconfig.machine | 345 bool "Netburner MOD-5272 board support" 348 Support for the Netburner MOD-5272 board.
|
/linux-6.1.9/Documentation/scsi/ |
D | scsi-changer.rst | 24 later may be anything, a MOD, a CD-ROM, a tape or whatever. For the
|
/linux-6.1.9/kernel/bpf/ |
D | core.c | 1484 INSN_3(ALU, MOD, X), \ 1500 INSN_3(ALU, MOD, K), \ 1514 INSN_3(ALU64, MOD, X), \ 1528 INSN_3(ALU64, MOD, K), \
|
/linux-6.1.9/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_cmdq.c | 206 HINIC_CMDQ_CTRL_SET(mod, MOD) | in cmdq_prepare_wqe_ctrl()
|
/linux-6.1.9/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 66 #define MOD DRV_NAME ":" macro
|
D | qp.c | 2562 pr_warn(MOD "%s: srqid %u not in BAR2 range.\n", in alloc_srq_queue()
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | Makefile | 201 $(call msg,MOD,,$@)
|
/linux-6.1.9/lib/ |
D | test_bpf.c | 11613 BPF_TEST_CLOBBER_ALU(ALU64_IMM, MOD, R8, 123456789), 11614 BPF_TEST_CLOBBER_ALU(ALU64_IMM, MOD, R9, 123456789), 11636 BPF_TEST_CLOBBER_ALU(ALU32_IMM, MOD, R8, 123456789), 11637 BPF_TEST_CLOBBER_ALU(ALU32_IMM, MOD, R9, 123456789), 11659 BPF_TEST_CLOBBER_ALU(ALU64_REG, MOD, R8, R1), 11660 BPF_TEST_CLOBBER_ALU(ALU64_REG, MOD, R9, R1), 11682 BPF_TEST_CLOBBER_ALU(ALU32_REG, MOD, R8, R1), 11683 BPF_TEST_CLOBBER_ALU(ALU32_REG, MOD, R9, R1), 11771 BPF_ALU32_SRC_ZEXT(MOD),
|
/linux-6.1.9/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 9341 # smod(): computes the fp MOD of the input values X,Y. # 9359 # signQ := signX EOR signY. Record whether MOD or REM # 9369 # Step 3. Perform MOD(X,Y) # 9376 # Step 4. At this point, R = X - QY = MOD(X,Y). Set # 9378 # MOD is requested, go to Step 6. # 9380 # Step 5. R = MOD(X,Y), but REM(X,Y) is requested. # 9381 # 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to #
|
/linux-6.1.9/drivers/scsi/ |
D | Kconfig | 165 tape libraries and MOD/CDROM jukeboxes. *Real* jukeboxes, you
|