*参照元 [#i8e4f9b3]
#backlinks

*説明 [#cb037045]
-パス: [[linux-4.4.1/arch/x86/include/asm/pgtable.h]]

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


**引数 [#n1c37a06]
-unsigned long address
--


**返り値 [#g8fb0fcf]
-unsigned long
--


**参考 [#sbd86646]


*実装 [#x6948570]
 /*
  * the pte page can be thought of an array like this: pte_t[PTRS_PER_PTE]
  *
  * this function returns the index of the entry in the pte page which would
  * control the given virtual address
  */
 static inline unsigned long pte_index(unsigned long address)
 {
         return (address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1);
-
--[[linux-4.4.1/PAGE_SHIFT]]
--[[linux-4.4.1/PTRS_PER_PTE]]

 }


*コメント [#qf4ae606]


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