Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/ftrace/test.d/preemptirq/
H A Dirqsoff_tracer.tc10 rmmod $MOD || true
16 rmmod $MOD || true
23 rmmod $MOD || true
28 modprobe $MOD || unres "$MOD module not available"
29 rmmod $MOD
37 rmmod $MOD || fail
39 rmmod $MOD || fail
41 rmmod $MOD || fail
60 rmmod $MOD || fail
62 rmmod $MOD || fail
[all …]
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A 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
/openbmc/u-boot/lib/zlib/
H A Dadler32.c23 # define MOD(a) \ macro
52 # define MOD(a) a %= BASE macro
101 MOD(adler); in adler32()
102 MOD(sum2); in adler32()
116 MOD(adler); in adler32()
117 MOD(sum2); in adler32()
/openbmc/linux/arch/arm/mach-sa1100/
H A 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()
/openbmc/linux/arch/m68k/fpsp040/
H A 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
/openbmc/qemu/hw/ssi/
H A Dnpcm_pspi.c34 FIELD(PSPI_CTL1, MOD, 2, 1)
79 if (FIELD_EX16(s->regs[R_PSPI_CTL1], PSPI_CTL1, MOD)) { in npcm_pspi_write_data()
/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/
H A 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
/openbmc/u-boot/configs/
H A Dpaz00_defconfig9 CONFIG_SYS_PROMPT="Tegra20 (Paz00) MOD # "
/openbmc/linux/Documentation/trace/
H A 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.
/openbmc/linux/Documentation/arch/loongarch/
H A 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
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dsff,sfp.yaml35 GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS) module
/openbmc/qemu/docs/specs/
H A Drocker.txt710 OF_DPA_CMD 2 CMD_[ADD|MOD]
924 -ROCKER_ENOENT MOD|DEL|GET_STATS cookie invalid
942 FLOW_GROUP_CMD 2 CMD_[ADD|MOD]
1001 -ROCKER_EINVAL ADD|MOD invalid parameters passed in
1004 -ROCKER_ENOENT MOD|DEL|GET_STATS group ID invalid
/openbmc/linux/arch/m68k/
H A DKconfig.machine345 bool "Netburner MOD-5272 board support"
348 Support for the Netburner MOD-5272 board.
/openbmc/linux/Documentation/scsi/
H A Dscsi-changer.rst24 later may be anything, a MOD, a CD-ROM, a tape or whatever. For the
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_cmdq.c206 HINIC_CMDQ_CTRL_SET(mod, MOD) | in cmdq_prepare_wqe_ctrl()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h66 #define MOD DRV_NAME ":" macro
H A Dqp.c2562 pr_warn(MOD "%s: srqid %u not in BAR2 range.\n", in alloc_srq_queue()
/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile220 $(call msg,MOD,,$@)
/openbmc/linux/lib/
H A 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),
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc187 MOD = 0x5,
1781 case MOD:
/openbmc/linux/arch/m68k/ifpsp060/src/
H A 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 #
/openbmc/linux/drivers/scsi/
H A DKconfig165 tape libraries and MOD/CDROM jukeboxes. *Real* jukeboxes, you
/openbmc/qemu/disas/
H A Dnanomips.c9996 static char *MOD(uint64 instruction, Dis_info *info) in MOD() function
16481 0xfc0003ff, 0x20000158, &MOD , 0,
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch33043 +// Unsigned Trivial MOD