コード例 #1
0
ファイル: ptrace.c プロジェクト: BackupTheBerlios/arp2-svn
void arch_switch_to_tt(struct task_struct *from, struct task_struct *to)
{
	update_debugregs(to->thread.arch.debugregs_seq);
	arch_switch_tls_tt(from, to);
}
コード例 #2
0
ファイル: ptrace.c プロジェクト: OpenHMR/Open-HMR600
void arch_switch(void)
{
	update_debugregs(current->thread.arch.debugregs_seq);
}