Searched refs:asserted (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvioapic.c86 pinstate_str(bool asserted) argument
89 if (asserted)
90 return ("asserted");
155 VIOAPIC_CTR1(vioapic, "ioapic pin%d: asserted", pin);
363 * - pin level is asserted
368 VIOAPIC_CTR2(vioapic, "ioapic pin%d: asserted at rtbl "
461 VIOAPIC_CTR2(vioapic, "ioapic pin%d: asserted at eoi, "
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c7108 uint32_t asserted)
7121 if (sc->attn_state & asserted) {
7122 BLOGE(sc, "IGU ERROR attn=0x%08x\n", asserted);
7129 BLOGD(sc, DBG_INTR, "aeu_mask 0x%08x newly asserted 0x%08x\n",
7130 aeu_mask, asserted);
7132 aeu_mask &= ~(asserted & 0x3ff);
7141 sc->attn_state |= asserted;
7144 if (asserted & ATTN_HARD_WIRED_MASK) {
7145 if (asserted & ATTN_NIG_FOR_FUNC) {
7161 if (asserted
7107 bxe_attn_int_asserted(struct bxe_softc *sc, uint32_t asserted) argument
8364 uint32_t asserted = attn_bits & ~attn_ack & ~attn_state; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp115 /// True if the lock was asserted.
130 bool asserted() const { return Asserted; } function in class:__anon309::FactEntry
867 if (!Managed && !asserted() && !negative() && !isUniversal()) {
1298 if (inCurrentScope(*Entry) && !Entry->asserted())
1306 !Entry->asserted() && !Entry->declared()) {
1313 if (!Entry->asserted())
2212 else if (Modify && LDat1->asserted() && !LDat2->asserted()) {
2213 // The non-asserted lock in FSet2 is the one we want to track.

Completed in 146 milliseconds