HomeSort by: relevance | last modified time | path
    Searched defs:newdb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
dbregs.c 298 bool olddb, newdb; local in function:x86_dbregs_switch
304 newdb = (newpcb->pcb_flags & PCB_DBREGS) != 0;
306 if (__predict_true(!olddb && !newdb)) {
314 if (newdb) {
dbregs.c 298 bool olddb, newdb; local in function:x86_dbregs_switch
304 newdb = (newpcb->pcb_flags & PCB_DBREGS) != 0;
306 if (__predict_true(!olddb && !newdb)) {
314 if (newdb) {

Completed in 21 milliseconds