Searched refs:config1 (Results 26 - 50 of 85) sorted by relevance

1234

/linux-master/drivers/iommu/intel/
H A Dperfmon.c96 IOMMU_PMU_ATTR(filter_requester_id_en, "config1:0", IOMMU_PMU_FILTER_REQUESTER_ID);
97 IOMMU_PMU_ATTR(filter_domain_en, "config1:1", IOMMU_PMU_FILTER_DOMAIN);
98 IOMMU_PMU_ATTR(filter_pasid_en, "config1:2", IOMMU_PMU_FILTER_PASID);
99 IOMMU_PMU_ATTR(filter_ats_en, "config1:3", IOMMU_PMU_FILTER_ATS);
100 IOMMU_PMU_ATTR(filter_page_table_en, "config1:4", IOMMU_PMU_FILTER_PAGE_TABLE);
101 IOMMU_PMU_ATTR(filter_requester_id, "config1:16-31", IOMMU_PMU_FILTER_REQUESTER_ID);
102 IOMMU_PMU_ATTR(filter_domain, "config1:32-47", IOMMU_PMU_FILTER_DOMAIN);
435 iommu_pmu_set_filter(requester_id, event->attr.config1,
437 event->attr.config1);
438 iommu_pmu_set_filter(domain, event->attr.config1,
[all...]
/linux-master/drivers/net/ethernet/seeq/
H A Dether3.h158 unsigned int config1; member in struct:dev_priv::__anon446
/linux-master/drivers/scsi/
H A Dmac53c94.h32 unsigned char config1; member in struct:mac53c94_regs
162 * Bits in config1 register.
H A Desp_scsi.h99 * SCSI reset interrupts in the config1 ESP register.
476 u8 config1; member in struct:esp
/linux-master/tools/perf/tests/
H A Dpmu.c57 { "krava11", "config1:0,2,4,6,8,20-28\n", },
58 { "krava12", "config1:63\n", },
59 { "krava13", "config1:45-47\n", },
191 if (attr.config1 != 0x8000400000000145) {
192 pr_err("Unexpected config1 value %llx\n", attr.config1);
242 if (attr->config1 != 0x8000400000000145) {
243 pr_err("Unexpected config1 value %llx\n", attr->config1);
H A Dattr.c137 WRITE_ASS(config1, "llu");
H A Dmmap-basic.c182 .config1 = 0x2, /* Request user access */
/linux-master/arch/powerpc/perf/
H A Dhv-gpci.c43 EVENT_DEFINE_RANGE_FORMAT(secondary_index, config1, 0, 15);
45 EVENT_DEFINE_RANGE_FORMAT(counter_info_version, config1, 16, 23);
47 EVENT_DEFINE_RANGE_FORMAT(length, config1, 24, 31);
49 EVENT_DEFINE_RANGE_FORMAT(offset, config1, 32, 63);
H A Dhv-24x7.c178 EVENT_DEFINE_RANGE_FORMAT(lpar, config1, 0, 15);
181 EVENT_DEFINE_RANGE(reserved2, config1, 16, 63);
1393 event->attr.config1,
/linux-master/drivers/perf/hisilicon/
H A Dhisi_pcie_pmu.c94 HISI_PCIE_PMU_FILTER_ATTR(thr_len, config1, 3, 0);
95 HISI_PCIE_PMU_FILTER_ATTR(thr_mode, config1, 4, 4);
96 HISI_PCIE_PMU_FILTER_ATTR(trig_len, config1, 8, 5);
97 HISI_PCIE_PMU_FILTER_ATTR(trig_mode, config1, 9, 9);
98 HISI_PCIE_PMU_FILTER_ATTR(len_mode, config1, 11, 10);
735 HISI_PCIE_PMU_FORMAT_ATTR(thr_len, "config1:0-3"),
736 HISI_PCIE_PMU_FORMAT_ATTR(thr_mode, "config1:4"),
737 HISI_PCIE_PMU_FORMAT_ATTR(trig_len, "config1:5-8"),
738 HISI_PCIE_PMU_FORMAT_ATTR(trig_mode, "config1:9"),
739 HISI_PCIE_PMU_FORMAT_ATTR(len_mode, "config1
[all...]
H A Dhns3_pmu.c334 HNS3_PMU_FILTER_ATTR(port, config1, 0, 3);
335 HNS3_PMU_FILTER_ATTR(tc, config1, 4, 7);
336 HNS3_PMU_FILTER_ATTR(bdf, config1, 8, 23);
337 HNS3_PMU_FILTER_ATTR(queue, config1, 24, 39);
338 HNS3_PMU_FILTER_ATTR(intr, config1, 40, 51);
339 HNS3_PMU_FILTER_ATTR(global, config1, 52, 52);
655 HNS3_PMU_FORMAT_ATTR(port, "config1:0-3"),
656 HNS3_PMU_FORMAT_ATTR(tc, "config1:4-7"),
657 HNS3_PMU_FORMAT_ATTR(bdf, "config1:8-23"),
658 HNS3_PMU_FORMAT_ATTR(queue, "config1
[all...]
/linux-master/drivers/mmc/host/
H A Dcb710-mmc.c621 u32 status, config1, config2, irqen; local
626 config1 = cb710_read_port_32(slot, CB710_MMC_CONFIG_PORT);
630 status, irqen, config2, config1); local
/linux-master/samples/bpf/
H A Dtask_fd_query_user.c146 attr.config1 = ptr_to_u64((void *)name);
149 attr.config1 = 0;
/linux-master/arch/powerpc/include/asm/
H A Dmpc52xx.h72 u32 config1; /* SDRAM + 0x08 */ member in struct:mpc52xx_sdram
/linux-master/drivers/perf/
H A Dcxl_pmu.c234 [cxl_pmu_threshold_attr] = CXL_PMU_FORMAT_ATTR(threshold, "config1:0-15"),
235 [cxl_pmu_invert_attr] = CXL_PMU_FORMAT_ATTR(invert, "config1:16"),
236 [cxl_pmu_edge_attr] = CXL_PMU_FORMAT_ATTR(edge, "config1:17"),
237 [cxl_pmu_hdm_filter_en_attr] = CXL_PMU_FORMAT_ATTR(hdm_filter_en, "config1:18"),
292 return FIELD_GET(CXL_PMU_ATTR_CONFIG1_THRESHOLD_MSK, event->attr.config1);
297 return FIELD_GET(CXL_PMU_ATTR_CONFIG1_INVERT_MSK, event->attr.config1);
302 return FIELD_GET(CXL_PMU_ATTR_CONFIG1_EDGE_MSK, event->attr.config1);
314 return FIELD_GET(CXL_PMU_ATTR_CONFIG1_FILTER_EN_MSK, event->attr.config1);
H A Darm_pmuv3.c306 #define ATTR_CFG_FLD_long_CFG config1
309 #define ATTR_CFG_FLD_rdpmc_CFG config1
312 #define ATTR_CFG_FLD_threshold_count_CFG config1 /* PMEVTYPER.TC[0] */
315 #define ATTR_CFG_FLD_threshold_compare_CFG config1 /* PMEVTYPER.TC[2:1] */
318 #define ATTR_CFG_FLD_threshold_CFG config1 /* PMEVTYPER.TH */
544 * user has requested a long counter (attr.config1) then we want to
H A Darm_smmuv3_pmu.c150 SMMU_PMU_EVENT_ATTR_EXTRACTOR(filter_stream_id, config1, 0, 31);
151 SMMU_PMU_EVENT_ATTR_EXTRACTOR(filter_span, config1, 32, 32);
152 SMMU_PMU_EVENT_ATTR_EXTRACTOR(filter_enable, config1, 33, 33);
636 PMU_FORMAT_ATTR(filter_stream_id, "config1:0-31");
637 PMU_FORMAT_ATTR(filter_span, "config1:32");
638 PMU_FORMAT_ATTR(filter_enable, "config1:33");
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c498 DEFINE_UNCORE_FORMAT_ATTR(filter_tid, filter_tid, "config1:0-4");
499 DEFINE_UNCORE_FORMAT_ATTR(filter_tid2, filter_tid, "config1:0");
500 DEFINE_UNCORE_FORMAT_ATTR(filter_tid3, filter_tid, "config1:0-5");
501 DEFINE_UNCORE_FORMAT_ATTR(filter_tid4, filter_tid, "config1:0-8");
502 DEFINE_UNCORE_FORMAT_ATTR(filter_tid5, filter_tid, "config1:0-9");
503 DEFINE_UNCORE_FORMAT_ATTR(filter_cid, filter_cid, "config1:5");
504 DEFINE_UNCORE_FORMAT_ATTR(filter_link, filter_link, "config1:5-8");
505 DEFINE_UNCORE_FORMAT_ATTR(filter_link2, filter_link, "config1:6-8");
506 DEFINE_UNCORE_FORMAT_ATTR(filter_link3, filter_link, "config1:12");
507 DEFINE_UNCORE_FORMAT_ATTR(filter_nid, filter_nid, "config1
1085 u64 mask, config1 = reg1->config; local
[all...]
/linux-master/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmisc.c456 value = EV_CODE_EXTRACT(event.attr.config1, thd_cmp);
463 * and provided via attr.config1 parameter. To program threshold in MMCRA,
/linux-master/tools/lib/perf/tests/
H A Dtest-evsel.c137 .config1 = 0x2, /* Request user access */
/linux-master/tools/perf/arch/x86/tests/
H A Dhybrid.c154 TEST_ASSERT_VAL("wrong config1", 1 == evsel->core.attr.config1);
227 .name = "cpu_core/config=10,config1,config2=3,period=1000/u",
/linux-master/arch/x86/events/amd/
H A Diommu.c55 PMU_FORMAT_ATTR(devid_mask, "config1:0-15");
56 PMU_FORMAT_ATTR(domid_mask, "config1:16-31");
57 PMU_FORMAT_ATTR(pasid_mask, "config1:32-51");
227 hwc->conf1 = event->attr.config1;
/linux-master/include/uapi/linux/
H A Dperf_event.h475 __u64 config1; /* extension of config */ member in union:perf_event_attr::__anon334
481 __u64 config2; /* extension of config1 */
/linux-master/tools/include/uapi/linux/
H A Dperf_event.h475 __u64 config1; /* extension of config */ member in union:perf_event_attr::__anon260
481 __u64 config2; /* extension of config1 */
/linux-master/drivers/perf/arm_cspmu/
H A Dnvidia_cspmu.c191 ARM_CSPMU_FORMAT_ATTR(root_port, "config1:0-9"),
202 ARM_CSPMU_FORMAT_ATTR(rem_socket, "config1:0-3"),
244 return event->attr.config1 & ctx->filter_mask;

Completed in 303 milliseconds

1234