*参照元 [#xda678fb]
#backlinks

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

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


**引数 [#o94fb7c9]
-なし


**返り値 [#bcd87c11]
-struct thread_info *
--
--[[linux-4.4.1/thread_info]]


**参考 [#h0e59955]


*実装 [#pf264764]
 /*
  * how to get the thread information struct from C
  */
 static inline struct thread_info *current_thread_info(void) __attribute_const__;
 
 static inline struct thread_info *current_thread_info(void)
 {
         return (struct thread_info *)
                 (current_stack_pointer & ~(THREAD_SIZE - 1));
-
--[[linux-4.4.1/current_stack_pointer(global)]]
--[[linux-4.4.1/THREAD_SIZE]]

 }


*コメント [#h95217fc]

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