| /linux/tools/testing/selftests/ntb/ |
| H A D | ntb_test.sh | 160 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/include/uapi/linux/ |
| H A D | gpib.h | 40 REM = (1 << REM_NUM), /* remote state */ enumerator 53 EVENT | LOK | REM | CIC | ATN | TACS | LACS | DTAS | DCAS | SRQI,
|
| /linux/arch/x86/events/amd/ |
| H A D | ibs.c | 863 #define REM PERF_MEM_S(REMOTE, REMOTE) macro 869 [IBS_DATA_SRC_REM_CACHE] = L(REM_CCE2) | LN(ANY_CACHE) | REM | HOPS(1), 878 [IBS_DATA_SRC_EXT_NEAR_CCX_CACHE] = L(REM_CCE1) | LN(ANY_CACHE) | REM | HOPS(0), 880 [IBS_DATA_SRC_EXT_FAR_CCX_CACHE] = L(REM_CCE2) | LN(ANY_CACHE) | REM | HOPS(1), 936 val = L(REM_RAM1) | LN(RAM) | REM | HOPS(1); in perf_ibs_get_mem_lvl() 938 val |= REM | HOPS(1); in perf_ibs_get_mem_lvl() 951 val = L(REM_RAM1) | LN(RAM) | REM | HOPS(1); in perf_ibs_get_mem_lvl() 953 val |= REM | HOPS(1); in perf_ibs_get_mem_lvl()
|
| /linux/arch/m68k/fpsp040/ |
| H 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
|
| H A D | stan.S | 340 |--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
|
| /linux/arch/x86/events/intel/ |
| H A D | ds.c | 86 #define REM P(REMOTE, REMOTE) macro 99 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */ 100 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HITM), /* 0x09: L3 miss snoop hitm*/ 102 OP_LH | P(LVL, REM_RAM1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x0b: L3 miss, shared */ 104 OP_LH | P(LVL, REM_RAM1) | LEVEL(RAM) | REM | SNOOP_NONE_MISS, /* 0x0d: L3 miss, excl */ 122 data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl() 123 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_skl() 124 data_source[0x0c] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_skl() 125 data_source[0x0d] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_skl() 163 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_cmt() [all …]
|
| /linux/drivers/gpib/ni_usb/ |
| H A D | ni_usb_gpib.h | 163 SRQI | LOK | REM | CIC | ATN | TACS | LACS | DTAS | DCAS;
|
| H A D | ni_usb_gpib.c | 320 static const unsigned int ni_usb_ibsta_mask = SRQI | ATN | CIC | REM | LACS | TACS | LOK; in ni_usb_soft_update_status()
|
| /linux/arch/powerpc/perf/ |
| H A D | isa207-common.h | 278 #define REM P(REMOTE, REMOTE) macro
|
| /linux/Documentation/scsi/ |
| H A D | aacraid.rst | 123 9005:0285:108e:7aac SUN STK RAID REM (Voodoo44 Coyote)
|
| /linux/tools/perf/util/ |
| H A D | intel-pt.c | 2280 #define REM P(REMOTE, REMOTE) macro 2297 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HITM), /* Remote L3 hit|SNP HitM */ 2299 OP_LH | P(LVL, REM_RAM1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* Remote L3 hit|SNP Hit */ 2301 …OP_LH | P(LVL, REM_RAM1) | LEVEL(RAM) | REM | SNOOP_NONE_MISS, /* Remote RAM hit|SNP None or Miss … 2317 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HITM), /* Remote L3 hit|SNP HitM */ 2319 OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE), /* Remote L3 hit|SNP Hit */ 2320 OP_LH | LEVEL(RAM) | REM | P(SNOOPX, FWD), /* RAM hit|SNP None or Miss */ 2321 OP_LH | LEVEL(RAM) | REM | P(SNOOP, HITM), /* Remote RAM hit|SNP None or Miss */
|
| /linux/arch/arc/ |
| H A D | Kconfig | 146 * Hardware assisted divide/remainder: DIV, REM
|
| /linux/arch/m68k/ifpsp060/src/ |
| H 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 #
|
| H A D | fpsp.S | 5605 #--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
|