Home
last modified time | relevance | path

Searched full:subset (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/linux/Documentation/netlink/specs/
H A Ddevlink.yaml850 subset-of: devlink
859 subset-of: devlink
866 subset-of: devlink
875 subset-of: devlink
882 subset-of: devlink
891 subset-of: devlink
924 subset-of: devlink
931 subset-of: devlink
954 subset-of: devlink
961 subset-of: devlink
[all …]
/linux/drivers/usb/gadget/function/
H A Df_subset.c3 * f_subset.c -- "CDC Subset" Ethernet link function driver
20 * This function packages a simple "CDC Subset" Ethernet port with no real
23 * why we call it the "CDC Subset".
37 * Subset" in terms of data transfer and lack of control model. This was
42 * descriptors to the CDC Subset code, making this code look like a SAFE
63 * "Simple" CDC-subset option is a simple vendor-neutral model that most
110 * the submode of "SAFE" which directly matches the CDC Subset.
236 [0].s = "CDC Ethernet Subset/SAFE",
262 DBG(cdev, "reset cdc subset\n"); in geth_set_alt()
266 DBG(cdev, "init + activate cdc subset\n"); in geth_set_alt()
[all …]
/linux/drivers/irqchip/
H A Dirq-mvebu-icu.c116 const struct mvebu_icu_subset_data *subset = msi_data->subset_data; in mvebu_icu_init() local
122 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah); in mvebu_icu_init()
123 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al); in mvebu_icu_init()
125 if (subset->icu_group != ICU_GRP_NSR) in mvebu_icu_init()
129 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah); in mvebu_icu_init()
130 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al); in mvebu_icu_init()
301 .name = "mvebu-icu-subset",
/linux/security/apparmor/
H A Dfile.c298 * test target x permissions are equal OR a subset of link x permissions
299 * this is done as part of the subset test, where a hardlink must have
300 * a subset of permissions that the target has.
302 * Returns: true if subset else false
367 /* done if link subset test is not required */ in profile_path_link()
371 /* Do link perm subset test requiring allowed permission on link are in profile_path_link()
372 * a subset of the allowed permissions on target. in profile_path_link()
377 /* AA_MAY_LINK is not considered in the subset test */ in profile_path_link()
388 info = "link not subset of target"; in profile_path_link()
415 * The subset test if required forces that permissions granted
[all …]
/linux/drivers/usb/gadget/legacy/
H A Dether.c44 * systems may not. (This is a subset of CDC Ethernet.)
46 * It turns out that if you add a few descriptors to that "CDC Subset",
74 * returns false, in which case it supports the CDC Subset. By default,
124 * The protocol is a minimal subset of CDC Ether, which works on any bulk
248 * We _always_ have an ECM, CDC Subset, or EEM configuration.
340 /* CDC Subset */ in eth_bind()
351 eth_config_driver.label = "CDC Subset/SAFE"; in eth_bind()
366 /* RNDIS plus ECM-or-Subset */ in eth_bind()
/linux/Documentation/userspace-api/media/
H A Dglossary.rst46 An API designed to control a subset of the :term:`Media Hardware`
66 A subset of the :term:`Media Hardware`. For example an :term:`I²C` or
145 Subset of the hardware that is supported by the Linux Media API.
169 A subset of I²C, which defines a stricter usage of the bus.
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dirq_affinity.c80 * isn't subset of req_mask, so we will skip it. irq1_mask is subset of req_mask,
83 * fit. And since mask is subset of itself, we will pass the first if bellow.
101 /* skip IRQs with a mask which is not subset of req_mask */ in irq_pool_find_least_loaded()
/linux/Documentation/netlink/
H A Dgenetlink.yaml113 subset-of:
194 required: [ subset-of ]
195 subset-of:
199 # type property is only required if not in subset definition
202 subset-of:
H A Dgenetlink-legacy.yaml187 subset-of:
289 required: [ subset-of ]
290 subset-of:
294 # type property is only required if not in subset definition
297 subset-of:
H A Dnetlink-raw.yaml204 subset-of:
315 required: [ subset-of ]
316 subset-of:
320 # type property is only required if not in subset definition
323 subset-of:
/linux/kernel/
H A Dcred.c353 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset() argument
356 const struct user_namespace *subset_ns = subset->user_ns; in cred_cap_issubset()
359 * the capabilities of subset are a subset of set. in cred_cap_issubset()
362 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset()
365 * therefore one is a subset of the other only if a set is an in cred_cap_issubset()
366 * ancestor of subset and set->euid is owner of subset or one in cred_cap_issubset()
/linux/include/uapi/linux/sched/
H A Dtypes.h27 * A subset of sched_attr attributes specifies the
44 * A subset of sched_attr attributes allows to describe a so-called
76 * A subset of sched_attr attributes allows to specify the utilization
/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Duncore-cache.json9 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
21 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
33 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
45 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
57 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
69 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
81 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
93 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
105 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
117 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset o
[all...]
/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Duncore-cache.json9 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
21 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
33 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
45 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
57 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
69 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
81 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
93 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
105 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
117 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset o
[all...]
/linux/include/linux/ceph/
H A Dceph_frag.h6 * "Frags" are a way to describe a subset of a 32-bit number space,
8 * (subset of the number space) can be partitioned into 2^n sub-frags.
/linux/tools/testing/selftests/drivers/net/hw/
H A Dethtool.sh181 # Test that when one device advertises a subset of speeds and another
190 log_test "advertise subset of speeds"
219 # Test that when one device advertises a subset of speeds, the other
/linux/arch/arm64/kernel/
H A Dcompat_alignment.c203 static const u32 subset[4] = { in thumb2arm() local
209 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm()
252 const u32 subset[2] = { in do_alignment_t32_to_handler() local
256 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
/linux/tools/testing/selftests/proc/
H A Dproc-subset-pid.c17 * Test that "mount -t proc -o subset=pid" hides everything but pids,
51 if (mount(NULL, "/proc", "proc", 0, "subset=pid") == -1) { in make_private_proc()
/linux/Documentation/i2c/
H A Dsummary.rst19 a subset of I2C protocols and signaling. Many I2C devices will work on an
25 Because the SMBus is mostly a subset of the generalized I2C bus, we can
/linux/tools/perf/pmu-events/arch/x86/jaketown/
H A Duncore-cache.json642 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
652 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
662 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
672 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
682 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
692 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
702 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
712 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
722 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
732 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
[all …]
/linux/Documentation/devicetree/bindings/
H A Dwriting-schema.rst7 written in a JSON-compatible subset of YAML. YAML is used instead of JSON as it
113 binding allows subset of properties from other referenced schemas.
218 It is also possible to run checks with a subset of matching schema files by
/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-cache.json1038 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
1048 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
1058 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
1068 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
1078 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
1088 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
1098 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
1108 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
1118 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
1128 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co…
[all …]
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-feature.rst44 If the **macros** keyword (but not the **-j** option) is passed, a subset
57 small subset of the parameters supported by the system. Unprivileged users
/linux/kernel/irq/
H A Dipi.c137 * Must be destroying a subset of CPUs to which this IPI in irq_destroy_ipi()
261 * @dest: dest CPU(s), must be a subset of the mask passed to
329 * @dest: dest CPU(s), must be a subset of the mask passed to
/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Duncore-cache.json1081 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; All transactions inserted into the TOR. This includes requests that reside in the TOR for a short time, such as LLC Hits that do not need to snoop cores or requests that get rejected and have to be retried through one of the ingress queues. The TOR is more commonly a bottleneck in skews with smaller core counts, where the ratio of RTIDs to TOR entries is larger. Note that there are reserved TOR entries for various request types, so it is possible that a given request type be blocked with an occupancy that is less than 20. Also note that generally requests will not be able to arbitrate into the TOR pipeline if there are no available TOR slots.",
1091 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Eviction transactions inserted into the TOR. Evictions can be quick, such as when the line is in the F, S, or E states and no core valid bits are set. They can also be longer if either CV bits are set (so the cores need to be snooped) and/or if there is a HitM (in which case it is necessary to write the request out to memory).",
1101 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; All transactions inserted into the TOR that are satisfied by locally HOMed memory.",
1111 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; All transactions, satisfied by an opcode, inserted into the TOR that are satisfied by locally HOMed memory.",
1121 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that are satisfied by locally HOMed memory.",
1131 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions, satisfied by an opcode, inserted into the TOR that are satisfied by locally HOMed memory.",
1141 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that match an opcode.",
1151 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions inserted into the TOR that are satisfied by remote caches or remote memory.",
1161 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset of the subevent combinations are valid. Subevents that require an opcode or NID match require the Cn_MSR_PMON_BOX_FILTER.{opc, nid} field to be set. If, for example, one wanted to count DRD Local Misses, one should select MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Miss transactions, satisfied by an opcode, inserted into the TOR that are satisfied by remote caches or remote memory.",
1171 "PublicDescription": "Counts the number of entries successfully inserted into the TOR that match qualifications specified by the subevent. There are a number of subevent 'filters' but only a subset o
[all...]

12345678910>>...20