Home
last modified time | relevance | path

Searched refs:VTB_VALID (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/syscons/
H A Dscvtb.c75 vtb->vtb_flags |= VTB_VALID; in sc_vtb_init()
79 vtb->vtb_flags |= VTB_VALID; in sc_vtb_init()
H A Dsyscons.h148 #define VTB_VALID (1 << 0) macro
H A Dsyscons.c3573 if (!discard && (old.vtb_flags & VTB_VALID)) { in sc_alloc_scr_buffer()