*参照元 [#m5a5dbd0] #backlinks *説明 [#x1c43f96] -パス: [[linux-2.6.33/]] -パス: [[linux-2.6.33/arch/x86/include/asm/pgtable.h]] -FIXME: これは何? --説明 **引数 [#a04905dc] -unsigned long address -- **返り値 [#j1a67be2] -pgd_t * -- --[[linux-2.6.33/pgd_t]] **参考 [#h2b25bdc] *実装 [#fe0761a6] #define pgd_offset_k(address) pgd_offset(&init_mm, (address)) - --[[linux-2.6.33/init_mm(global)]] - --[[linux-2.6.33/pgd_offset()]] *コメント [#t2c99b5b]