Home
last modified time | relevance | path

Searched refs:elcr_found (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/x86/isa/
Delcr.c58 int elcr_found; variable
87 elcr_found = 1; in elcr_probe()
98 KASSERT(elcr_found, ("%s: no ELCR was found!", __func__)); in elcr_read_trigger()
115 KASSERT(elcr_found, ("%s: no ELCR was found!", __func__)); in elcr_write_trigger()
134 KASSERT(elcr_found, ("%s: no ELCR was found!", __func__)); in elcr_resume()
Datpic.c338 if (ap == &atpics[SLAVE] && elcr_found) in atpic_resume()
381 if (!elcr_found) { in atpic_config_intr()
484 if (elcr_found) { in atpic_startup()
/freebsd-12-stable/sys/x86/include/
Dintr_machdep.h131 extern int elcr_found;
/freebsd-12-stable/sys/x86/x86/
Dmptable.c669 if (elcr_found) in conforming_trigger()
678 KASSERT(elcr_found, ("Missing ELCR")); in conforming_trigger()