Searched refs:REM (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/ntb/ |
| A D | ntb_test.sh | 160 REM=$2 179 REM=$2 204 REM=$2 254 REM=$2 282 REM=$2 324 REM=$3 355 REM=$3 393 REM=$3 403 REM=$2 425 REM=$2 [all …]
|
| /linux/arch/powerpc/perf/ |
| A D | isa207-common.c | 242 ret = REM | P(HOPS, 0); in isa207_find_source() 254 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source() 256 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HITM) | P(HOPS, 0); in isa207_find_source() 258 ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source() 260 ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HITM) | P(HOPS, 0); in isa207_find_source()
|
| A D | isa207-common.h | 277 #define REM P(REMOTE, REMOTE) macro
|
| /linux/arch/x86/events/intel/ |
| A D | ds.c | 66 #define REM P(REMOTE, REMOTE) macro 79 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */ 80 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HITM), /* 0x09: L3 miss snoop hitm*/ 82 OP_LH | P(LVL, REM_RAM1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x0b: L3 miss, shared */ 84 OP_LH | P(LVL, REM_RAM1) | LEVEL(RAM) | REM | SNOOP_NONE_MISS, /* 0x0d: L3 miss, excl */ 102 pebs_data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in intel_pmu_pebs_data_source_skl() 103 pebs_data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in intel_pmu_pebs_data_source_skl() 104 pebs_data_source[0x0c] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOPX, FWD); in intel_pmu_pebs_data_source_skl() 105 pebs_data_source[0x0d] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOP, HITM); in intel_pmu_pebs_data_source_skl()
|
| /linux/arch/m68k/fpsp040/ |
| A D | srem_mod.S | 6 | 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
|
| A D | stan.S | 340 |--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
|
| /linux/Documentation/scsi/ |
| A D | aacraid.rst | 123 9005:0285:108e:7aac SUN STK RAID REM (Voodoo44 Coyote)
|
| /linux/arch/arc/ |
| A D | Kconfig | 141 * Hardware assisted divide/remainder: DIV, REM
|
| /linux/arch/m68k/ifpsp060/src/ |
| A D | fplsp.S | 5930 #--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 #
|
| A D | fpsp.S | 5605 #--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
|
Completed in 668 milliseconds