print_state
print_state(true, "TSS created");
print_state(true, "IDT created");
print_state(true, "APICBASE is correct");
print_state(false, "wrong APICBASE");
print_state(true, "PG_NX is disabled");
print_state(false, "PG_NX is enabled!");
print_state(true, "Running on cpu120");
print_state(false, "Not running on cpu120!");
print_state(true, "LAPIC information matches");
print_state(false, "LAPIC information does not match!");
void print_state(bool, char *);
print_state(p, opts);
void print_state(struct pfsync_state *, int);