Searched refs:MOD (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/preemptirq/ |
D | irqsoff_tracer.tc | 5 MOD=preemptirq_delay_test 9 rmmod $MOD || true 15 rmmod $MOD || true 20 modprobe $MOD || unsup "$MOD module not available" 21 rmmod $MOD 31 modprobe $MOD test_mode=preempt delay=500000 || fail 32 rmmod $MOD || fail 33 modprobe $MOD test_mode=preempt delay=500000 || fail 34 rmmod $MOD || fail 35 modprobe $MOD test_mode=preempt delay=500000 || fail [all …]
|
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_module.tc | 12 MOD=`lsmod | head -n 2 | tail -n 1 | cut -f1 -d" "` 13 FUNC=`grep -m 1 ".* t .*\\[$MOD\\]" /proc/kallsyms | xargs | cut -f3 -d" "` 14 [ "x" != "x$MOD" -a "y" != "y$FUNC" ] || exit_unresolved 15 echo "p $MOD:$FUNC" > kprobe_events 16 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"` 21 echo "p:event1 $MOD:$FUNC" > kprobe_events 26 echo "p:kprobes1/event1 $MOD:$FUNC" > kprobe_events
|
/Linux-v4.19/arch/arm/mach-sa1100/ |
D | assabet.c | 123 #define MOD GPIO_GPIO(17) macro 181 GPCR = SDA | SCK | MOD; /* clear L3 mode to ensure UDA1341 doesn't respond */ in adv7171_write() 182 GPDR = (GPDR | SCK | MOD) & ~SDA; in adv7171_write() 195 GPSR = gplr & (SDA | SCK | MOD); in adv7171_write() 196 GPCR = (~gplr) & (SDA | SCK | MOD); in adv7171_write()
|
/Linux-v4.19/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-v4.19/Documentation/trace/ |
D | kprobetrace.rst | 28 p[:[GRP/]EVENT] [MOD:]SYM[+offs]|MEMADDR [FETCHARGS] : Set a probe 29 r[MAXACTIVE][:[GRP/]EVENT] [MOD:]SYM[+0] [FETCHARGS] : Set a return probe 35 MOD : Module name which has given SYM.
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | sff,sfp.txt | 15 - mod-def0-gpios : GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS)
|
/Linux-v4.19/kernel/bpf/ |
D | core.c | 847 INSN_3(ALU, MOD, X), \ 862 INSN_3(ALU, MOD, K), \ 876 INSN_3(ALU64, MOD, X), \ 890 INSN_3(ALU64, MOD, K), \
|
/Linux-v4.19/arch/m68k/ |
D | Kconfig.machine | 306 bool "Netburner MOD-5272 board support" 309 Support for the Netburner MOD-5272 board.
|
/Linux-v4.19/Documentation/scsi/ |
D | scsi-changer.txt | 22 later may be anything, a MOD, a CD-ROM, a tape or whatever. For the
|
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_cmdq.c | 220 HINIC_CMDQ_CTRL_SET(mod, MOD) | in cmdq_prepare_wqe_ctrl()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 66 #define MOD DRV_NAME ":" macro
|
D | qp.c | 2584 pr_warn(MOD "%s: srqid %u not in BAR2 range.\n", in alloc_srq_queue()
|
/Linux-v4.19/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-v4.19/drivers/scsi/ |
D | Kconfig | 186 tape libraries and MOD/CDROM jukeboxes. *Real* jukeboxes, you
|