Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/ntb/
H A Dntb_test.sh160 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 …]
/openbmc/linux/arch/powerpc/perf/
H A Disa207-common.c240 ret |= PH(LVL, REM_RAM1) | REM | LEVEL(RAM) | P(HOPS, 2); in isa207_find_source()
242 ret |= P(LVL, HIT) | LEVEL(PMEM) | REM; in isa207_find_source()
244 ret |= PH(LVL, REM_RAM2) | REM | LEVEL(RAM) | P(HOPS, 3); in isa207_find_source()
257 ret = REM | P(HOPS, 0); in isa207_find_source()
269 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source()
271 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HITM) | P(HOPS, 0); in isa207_find_source()
273 ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source()
281 ret = PH(LVL, REM_CCE1) | LEVEL(ANY_CACHE) | REM | in isa207_find_source()
284 ret = PH(LVL, REM_CCE1) | LEVEL(ANY_CACHE) | REM | in isa207_find_source()
287 ret = PH(LVL, REM_CCE2) | LEVEL(ANY_CACHE) | REM | in isa207_find_source()
[all …]
H A Disa207-common.h278 #define REM P(REMOTE, REMOTE) macro
/openbmc/linux/arch/x86/events/amd/
H A Dibs.c733 #define REM PERF_MEM_S(REMOTE, REMOTE) macro
739 [IBS_DATA_SRC_REM_CACHE] = L(REM_CCE2) | LN(ANY_CACHE) | REM | HOPS(1),
748 [IBS_DATA_SRC_EXT_NEAR_CCX_CACHE] = L(REM_CCE1) | LN(ANY_CACHE) | REM | HOPS(0),
750 [IBS_DATA_SRC_EXT_FAR_CCX_CACHE] = L(REM_CCE2) | LN(ANY_CACHE) | REM | HOPS(1),
806 val = L(REM_RAM1) | LN(RAM) | REM | HOPS(1); in perf_ibs_get_mem_lvl()
808 val |= REM | HOPS(1); in perf_ibs_get_mem_lvl()
821 val = L(REM_RAM1) | LN(RAM) | REM | HOPS(1); in perf_ibs_get_mem_lvl()
823 val |= REM | HOPS(1); in perf_ibs_get_mem_lvl()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c75 #define REM P(REMOTE, REMOTE) macro
88 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
91 OP_LH | P(LVL, REM_RAM1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x0b: L3 miss, shared */
93 OP_LH | P(LVL, REM_RAM1) | LEVEL(RAM) | REM | SNOOP_NONE_MISS, /* 0x0d: L3 miss, excl */
111 data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl()
112 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_skl()
113 data_source[0x0c] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_skl()
114 data_source[0x0d] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_skl()
152 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_cmt()
153 data_source[0x0c] = OP_LH | LEVEL(RAM) | REM | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_cmt()
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A 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
H A Dstan.S340 |--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.
/openbmc/linux/Documentation/scsi/
H A Daacraid.rst123 9005:0285:108e:7aac SUN STK RAID REM (Voodoo44 Coyote)
/openbmc/u-boot/board/sbc8349/
H A DREADME64 WRS_SBC8349_PCT00328001.reg or similar) and "REM" out all the lines
/openbmc/linux/arch/arc/
H A DKconfig144 * Hardware assisted divide/remainder: DIV, REM
/openbmc/linux/arch/m68k/ifpsp060/src/
H A 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 #
H A Dfpsp.S5605 #--ON ENTRY, FP0 IS X, ON RETURN, FP0 IS X REM PI/2, |X| <= PI/4.