Lines Matching full:to
30 * "race" to force the emulation of syscall/sysret.
56 " syscall\n" /* jumps back to test_syscall_tf's body */
73 * sysret to syscall_tf_user32 in test_syscall_tf()
75 * syscall to syscall32_target -> TF cleared and no singlestep in test_syscall_tf()
77 * handle_db sets code_segment_upon_db to USER_CS32 and clears TF in test_syscall_tf()
78 * syscall to syscall32_target in test_syscall_tf()
79 * syscall32_target jumps to back_to_test in test_syscall_tf()
82 * sysret to syscall_tf_user32 in test_syscall_tf()
84 * syscall to syscall32_target, TF cleared and wrong singlestep exception in test_syscall_tf()
85 * handle_db sets code_segment_upon_db to KERNEL_CS64 in test_syscall_tf()
86 * syscall32_target jumps to back_to_test in test_syscall_tf()