Searched refs:code_segment_upon_db (Results 1 – 1 of 1) sorted by relevance
33 static uint16_t code_segment_upon_db; variable36 code_segment_upon_db = regs->cs; in handle_db()99 if (code_segment_upon_db != USER_CS32) { in test_syscall_tf()100 printf("wrong CS (%#04x)!\n", code_segment_upon_db); in test_syscall_tf()102 report(code_segment_upon_db == USER_CS32, "syscall TF handling"); in test_syscall_tf()