Home
last modified time | relevance | path

Searched refs:gdt_debug (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dgdtvar.h42 #define GDT_DPRINTF(mask, args) if (gdt_debug & (mask)) printf args
50 extern int gdt_debug;
H A Dgdt_common.c104 int gdt_debug = GDT_DEBUG; variable