Searched full:iap (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_core.c | 228 const struct pmc_md_iap_op_pmcallocate *iap; in iaf_allocate_pmc() local 244 iap = &a->pm_md.pm_iap; in iaf_allocate_pmc() 245 config = iap->pm_iap_config; in iaf_allocate_pmc() 716 const struct pmc_md_iap_op_pmcallocate *iap; in iap_allocate_pmc() local 729 iap = &a->pm_md.pm_iap; in iap_allocate_pmc() 730 ev = IAP_EVSEL_GET(iap->pm_iap_config); in iap_allocate_pmc() 773 pm->pm_md.pm_iap.pm_iap_evsel = iap->pm_iap_config; in iap_allocate_pmc() 786 PMCDBG3(MDP,CFG,1, "iap-config cpu=%d ri=%d pm=%p", cpu, ri, pm); in iap_config_pmc() 803 snprintf(pi->pm_name, sizeof(pi->pm_name), "IAP-%d", ri); in iap_describe() 829 ("[iap,%d] ri %d out of range", __LINE__, ri)); in iap_get_msr() [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 898 IAPrinter IAP(CGA.Result->getAsString(), FlatAliasAsmString, NumMIOps); in EmitPrintAliasInstruction() local 921 while (IAP.getCondCount() < MIOpNum) in EmitPrintAliasInstruction() 922 IAP.addCond("AliasPatternCond::K_Ignore, 0"); in EmitPrintAliasInstruction() 954 if (!IAP.isOpMapped(ROName)) { in EmitPrintAliasInstruction() 955 IAP.addOperand(ROName, MIOpNum, PrintMethodIdx); in EmitPrintAliasInstruction() 959 IAP.addCond(std::string( in EmitPrintAliasInstruction() 963 IAP.addCond(std::string(formatv( in EmitPrintAliasInstruction() 964 "AliasPatternCond::K_TiedReg, {0}", IAP.getOpIndex(ROName)))); in EmitPrintAliasInstruction() 969 IAP.addOperand(ROName, MIOpNum, PrintMethodIdx); in EmitPrintAliasInstruction() 981 IAP.addCond( in EmitPrintAliasInstruction() [all …]
|
/freebsd/sys/amd64/include/ |
H A D | pmc_mdep.h | 50 * IAF, IAP, UCF and UCP. 66 * IAP Intel Core/Core2/Atom CPUs in 64 bits mode.
|
/freebsd/sys/i386/include/ |
H A D | pmc_mdep.h | 46 * IAP Intel Core/Core2/Atom programmable PMCs. 60 * IAF, IAP, UCF and UCP.
|
/freebsd/tools/test/hwpmc/ |
H A D | pmctest.py | 61 notcounter = ["IAF", "IAP", "TSC", "UNC", "UCF", "UCP", "SOFT" ]
|
/freebsd/sys/arm/ti/ |
H A D | ti_pruss.c | 733 struct ti_pruss_irq_arg *iap = arg; in ti_pruss_intr() local 734 struct ti_pruss_softc *sc = iap->sc; in ti_pruss_intr() 739 const int pru_int = iap->irq + TI_PRUSS_PRU_IRQS; in ti_pruss_intr()
|
/freebsd/sys/sys/ |
H A D | pmc.h | 142 __PMC_CLASS(IAP, 0x07, "Intel Core...Atom, programmable") \
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 1867 const auto *IAP = S.Context.getAsIncompleteArrayType(P); in DeduceTemplateArgumentsByTypeMatch() local 1868 assert(IAP && "Template parameter not of incomplete array type"); in DeduceTemplateArgumentsByTypeMatch() 1871 S, TemplateParams, IAP->getElementType(), IAA->getElementType(), Info, in DeduceTemplateArgumentsByTypeMatch()
|