linux-2.6.33/mm_context_t
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#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]
終了行:
*参照元 [#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]
ページ名: