*参照元 [#v00f211f]
#backlinks

*説明 [#m9c5b9d0]
-パス: [[linux-2.6.33/arch/arm/include/asm/uaccess.h]]

-FIXME: これは何?
--説明


**参考 [#zf141bf8]


*実装 [#r1dd9f1b]
 /*
  * The exception table consists of pairs of addresses: the first is the
  * address of an instruction that is allowed to fault, and the second is
  * the address at which the program should continue.  No registers are
  * modified, so it is entirely up to the continuation code to figure out
  * what to do.
  *
  * All the routines below use bits of fixup code that are out of line
  * with the main instruction path.  This means when everything is well,
  * we don't even have to jump over them.  Further, they do not intrude
  * on our cache or tlb entries.
  */
 
 struct exception_table_entry
 {
 	unsigned long insn, fixup;
 };


*コメント [#p635816f]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS