*参照元 [#dfc5aa99]
#backlinks

*説明 [#uca4c9a5]
-パス: [[linux-4.4.1/arch/arm64/include/asm/thread_info.h]]

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


**参考 [#n5de3a1b]


*実装 [#e1f24340]
 /*
  * low level task data that entry.S needs immediate access to.
  * __switch_to() assumes cpu_context follows immediately after cpu_domain.
  */
 struct thread_info {
         unsigned long           flags;          /* low level flags */
         mm_segment_t            addr_limit;     /* address limit */
-
--[[linux-4.4.1/mm_segment_t]]

         struct task_struct      *task;          /* main task structure */
-
--[[linux-4.4.1/task_struct]]

         int                     preempt_count;  /* 0 => preemptable, <0 => bug */
         int                     cpu;            /* cpu */
 };


*コメント [#qaf6f62f]


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