Searched refs:SWI (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_intel.c51 PMCDBG3(MDP,SWI,1, "pc=%p pp=%p enable-msr=%d", pc, pp,
58 PMCDBG1(MDP,SWI,1, "cr4=0x%jx", (uintmax_t) rcr4());
H A Dhwpmc_amd.c536 PMCDBG3(MDP,SWI,1, "pc=%p pp=%p enable-msr=%d", pc, pp,
H A Dhwpmc_mod.c538 DBG_SET_FLAG_MIN("swi", SWI);
1372 PMCDBG5(CSW,SWI,1, "cpu=%d proc=%p (%d, %s) pp=%p", cpu, p,
1482 PMCDBG3(CSW,SWI,1,"cpu=%d ri=%d new=%jd", cpu, ri, newvalue);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp275 SwitchInst *SWI = cast<SwitchInst>(CSI->use_begin()->getUser()); local
276 if (SWI->getNumCases() == 2)
277 CoroSuspendSwitches.insert(SWI);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp6233 case ARMInterruptAttr::SWI: Kind = "SWI"; break;

Completed in 146 milliseconds