Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hwpmc/
Dhwpmc_intel.c51 PMCDBG3(MDP,SWI,1, "pc=%p pp=%p enable-msr=%d", pc, pp, in intel_switch_in()
58 PMCDBG1(MDP,SWI,1, "cr4=0x%jx", (uintmax_t) rcr4()); in intel_switch_in()
Dhwpmc_amd.c536 PMCDBG3(MDP,SWI,1, "pc=%p pp=%p enable-msr=%d", pc, pp, in amd_switch_in()
Dhwpmc_mod.c536 DBG_SET_FLAG_MIN("swi", SWI); in pmc_debugflags_parse()
1370 PMCDBG5(CSW,SWI,1, "cpu=%d proc=%p (%d, %s) pp=%p", cpu, p, in pmc_process_csw_in()
1480 PMCDBG3(CSW,SWI,1,"cpu=%d ri=%d new=%jd", cpu, ri, newvalue); in pmc_process_csw_in()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp303 SwitchInst *SWI = cast<SwitchInst>(CSI->use_begin()->getUser()); in collectPostSplitCoroIds() local
304 if (SWI->getNumCases() == 2) in collectPostSplitCoroIds()
305 CoroSuspendSwitches.insert(SWI); in collectPostSplitCoroIds()
DCoroFrame.cpp618 auto *SWI = const_cast<SwitchInst *>(ConstSWI); in addFieldForAllocas() local
619 DefaultSuspendDest[SWI] = SWI->getDefaultDest(); in addFieldForAllocas()
620 SWI->setDefaultDest(SWI->getSuccessor(1)); in addFieldForAllocas()
688 SwitchInst *SWI = SwitchAndDefaultDest.first; in addFieldForAllocas() local
690 SWI->setDefaultDest(DestBB); in addFieldForAllocas()
/freebsd-12-stable/contrib/file/magic/Magdir/
Dacorn14 # RISC OS AIF, contains "SWI OS_Exit" at offset 16.
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DAttr.td796 ["IRQ", "FIQ", "SWI", "ABORT", "UNDEF", ""],
797 ["IRQ", "FIQ", "SWI", "ABORT", "UNDEF", "Generic"],
DAttrDocs.td1973 "FIQ", "SWI", "ABORT", "UNDEF".
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp6328 case ARMInterruptAttr::SWI: Kind = "SWI"; break; in setTargetAttributes()
/freebsd-12-stable/crypto/heimdal/lib/wind/
DUnicodeData.txt4000 14F8;CANADIAN SYLLABICS SWI;Lo;0;L;;;;;N;;;;;
4001 14F9;CANADIAN SYLLABICS WEST-CREE SWI;Lo;0;L;;;;;N;;;;;
DNormalizationTest.txt8061 C26C;C26C;1109 1171;C26C;1109 1171; # (쉬; 쉬; 쉬; 쉬; 쉬; ) HANGUL SYLLABLE SWI
/freebsd-12-stable/contrib/gcc/doc/
Dextend.texi2035 Permissible values for this parameter are: IRQ, FIQ, SWI, ABORT and UNDEF@.