/linux/tools/testing/selftests/ftrace/test.d/preemptirq/ |
H A 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/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A 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/arch/arm/mach-sa1100/ |
H A 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/arch/m68k/fpsp040/ |
H A 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/Documentation/translations/zh_TW/arch/loongarch/ |
H A 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/Documentation/translations/zh_CN/arch/loongarch/ |
H A 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/Documentation/trace/ |
H A 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/Documentation/arch/loongarch/ |
H A 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/tools/testing/selftests/bpf/ |
H A D | Makefile | 296 $(call msg,MOD,,$@) 302 $(call msg,MOD,,$@) 308 $(call msg,MOD,,$@) 314 $(call msg,MOD,,$@)
|
/linux/arch/m68k/ |
H A D | Kconfig.machine | 345 bool "Netburner MOD-5272 board support" 348 Support for the Netburner MOD-5272 board.
|
/linux/Documentation/scsi/ |
H A D | scsi-changer.rst | 24 later may be anything, a MOD, a CD-ROM, a tape or whatever. For the
|
/linux/kernel/bpf/ |
H A D | core.c | 1559 INSN_3(ALU, MOD, X), \ 1575 INSN_3(ALU, MOD, K), \ 1589 INSN_3(ALU64, MOD, X), \ 1604 INSN_3(ALU64, MOD, K), \
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_cmdq.c | 206 HINIC_CMDQ_CTRL_SET(mod, MOD) | in cmdq_prepare_wqe_ctrl()
|
/linux/Documentation/bpf/standardization/ |
H A D | instruction-set.rst | 340 MOD 0x9 0 dst = (src != 0) ? (dst % src) : dst 383 For unsigned operations (``DIV`` and ``MOD``), for ``ALU``,
|
/linux/drivers/infiniband/hw/cxgb4/ |
H A D | iw_cxgb4.h | 66 #define MOD DRV_NAME ":" macro
|
H A D | qp.c | 2581 pr_warn(MOD "%s: srqid %u not in BAR2 range.\n", in alloc_srq_queue()
|
/linux/lib/ |
H A D | test_bpf.c | 11968 BPF_TEST_CLOBBER_ALU(ALU64_IMM, MOD, R8, 123456789), 11969 BPF_TEST_CLOBBER_ALU(ALU64_IMM, MOD, R9, 123456789), 11991 BPF_TEST_CLOBBER_ALU(ALU32_IMM, MOD, R8, 123456789), 11992 BPF_TEST_CLOBBER_ALU(ALU32_IMM, MOD, R9, 123456789), 12014 BPF_TEST_CLOBBER_ALU(ALU64_REG, MOD, R8, R1), 12015 BPF_TEST_CLOBBER_ALU(ALU64_REG, MOD, R9, R1), 12037 BPF_TEST_CLOBBER_ALU(ALU32_REG, MOD, R8, R1), 12038 BPF_TEST_CLOBBER_ALU(ALU32_REG, MOD, R9, R1), 12126 BPF_ALU32_SRC_ZEXT(MOD),
|
/linux/arch/m68k/ifpsp060/src/ |
H A 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/drivers/scsi/ |
H A D | Kconfig | 173 tape libraries and MOD/CDROM jukeboxes. *Real* jukeboxes, you
|