*参照元 [#t13ffb3c]
#backlinks

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

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


**引数 [#xd5a6149]
-なし


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


**参考 [#vdb4ce90]


*実装 [#h114567e]
 /*
  * 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]]

 }


*コメント [#idc4a880]


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