Home
last modified time | relevance | path

Searched refs:REM (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/tools/testing/selftests/ntb/
Dntb_test.sh160 REM=$2
162 echo "Running port tests on: $(basename $LOC) / $(basename $REM)"
165 REMOTE_PORT=$(read_file "$REM/port")
168 REMOTE_PIDX=$(find_pidx ${LOCAL_PORT} "$REM")
179 REM=$2
182 echo "Running link tests on: $(subdirname $LOC) / $(subdirname $REM)"
191 if [[ $(read_file "$REM/link") != "N" ]]; then
192 echo "Expected link to be down in $REM/link" >&2
204 REM=$2
207 echo "Running db tests on: $(basename $LOC) / $(basename $REM)"
[all …]
/Linux-v5.4/arch/x86/events/intel/
Dds.c57 #define REM P(REMOTE, REMOTE) macro
70 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
71 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HITM), /* 0x09: L3 miss snoop hitm*/
73 OP_LH | P(LVL, REM_RAM1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x0b: L3 miss, shared */
75 OP_LH | P(LVL, REM_RAM1) | LEVEL(RAM) | REM | SNOOP_NONE_MISS, /* 0x0d: L3 miss, excl */
93 pebs_data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in intel_pmu_pebs_data_source_skl()
94 pebs_data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in intel_pmu_pebs_data_source_skl()
95 pebs_data_source[0x0c] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOPX, FWD); in intel_pmu_pebs_data_source_skl()
96 pebs_data_source[0x0d] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOP, HITM); in intel_pmu_pebs_data_source_skl()
/Linux-v5.4/arch/m68k/fpsp040/
Dsrem_mod.S6 | point (IEEE) REM of the input values X and Y.
25 | signQ := signX EOR signY. Record whether MOD or REM
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
Dstan.S340 |--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
/Linux-v5.4/Documentation/scsi/
Daacraid.txt116 9005:0285:108e:7aac SUN STK RAID REM (Voodoo44 Coyote)
/Linux-v5.4/arch/arc/
DKconfig162 * Hardware assisted divide/remainder: DIV, REM
/Linux-v5.4/arch/m68k/ifpsp060/src/
Dfplsp.S5930 #--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
9342 # srem(): computes the fp (IEEE) REM of the input values X,Y. #
9359 # signQ := signX EOR signY. Record whether MOD or REM #
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 #
Dfpsp.S5605 #--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.