Home
last modified time | relevance | path

Searched refs:MOD (Results 1 – 18 of 18) sorted by relevance

/linux-5.19.10/tools/testing/selftests/ftrace/test.d/preemptirq/
Dirqsoff_tracer.tc6 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-5.19.10/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_module.tc13 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-5.19.10/arch/arm/mach-sa1100/
Dassabet.c118 #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-5.19.10/arch/m68k/fpsp040/
Dsrem_mod.S4 | 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-5.19.10/Documentation/translations/zh_CN/loongarch/
Dintroduction.rst208 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-5.19.10/Documentation/trace/
Dkprobetrace.rst31 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-5.19.10/Documentation/loongarch/
Dintroduction.rst241 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-5.19.10/Documentation/devicetree/bindings/net/
Dsff,sfp.txt15 - mod-def0-gpios : GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS)
/linux-5.19.10/arch/m68k/
DKconfig.machine344 bool "Netburner MOD-5272 board support"
347 Support for the Netburner MOD-5272 board.
/linux-5.19.10/Documentation/scsi/
Dscsi-changer.rst24 later may be anything, a MOD, a CD-ROM, a tape or whatever. For the
/linux-5.19.10/kernel/bpf/
Dcore.c1513 INSN_3(ALU, MOD, X), \
1529 INSN_3(ALU, MOD, K), \
1543 INSN_3(ALU64, MOD, X), \
1557 INSN_3(ALU64, MOD, K), \
/linux-5.19.10/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_cmdq.c211 HINIC_CMDQ_CTRL_SET(mod, MOD) | in cmdq_prepare_wqe_ctrl()
/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h66 #define MOD DRV_NAME ":" macro
Dqp.c2562 pr_warn(MOD "%s: srqid %u not in BAR2 range.\n", in alloc_srq_queue()
/linux-5.19.10/tools/testing/selftests/bpf/
DMakefile193 $(call msg,MOD,,$@)
/linux-5.19.10/lib/
Dtest_bpf.c11613 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-5.19.10/arch/m68k/ifpsp060/src/
Dfplsp.S9341 # 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-5.19.10/drivers/scsi/
DKconfig164 tape libraries and MOD/CDROM jukeboxes. *Real* jukeboxes, you