*参照元 [#xa7bb948] #backlinks *説明 [#v8a25fac] -パス: 複数あり --汎用版: [[linux-2.6.33/include/asm-generic/mmu.h]] --x86 版: [[linux-2.6.33/mm_context_t(x86)]] --arm 版: [[linux-2.6.33/mm_context_t(arm)]] -FIXME: これは何? --説明 **参考 [#z4778478] *実装 [#hc7b3cc4] -各アーキテクチャのページを参照してください。 **汎用版 [#q76a6bd4] /* * This is the mmu.h header for nommu implementations. * Architectures with an MMU need something more complex. */ #ifndef __ASSEMBLY__ typedef struct { struct vm_list_struct *vmlist; - --[[linux-2.6.33/vm_list_struct]] unsigned long end_brk; } mm_context_t; #endif *コメント [#w2b36372]