linux-4.4.1/PAGE_OFFSET(arm64)
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#a5c012d7]
#backlinks
*説明 [#b929d2dd]
-パス: [[linux-4.4.1/arch/arm64/include/asm/memory.h]]
-FIXME: これは何?
--説明
**参考 [#s055d878]
*実装 [#y69f3422]
/*
* PAGE_OFFSET - the virtual address of the start of the...
* (VA_BITS - 1))
* VA_BITS - the maximum number of bits for virtual addr...
* VA_START - the first kernel virtual address.
* TASK_SIZE - the maximum size of a user space task.
* TASK_UNMAPPED_BASE - the lower boundary of the mmap V...
* The module space lives between the addresses given by...
* and PAGE_OFFSET - it must be within 128MB of the kern...
*/
...
#define PAGE_OFFSET (UL(0xffffffffffffffff) << (VA_BITS...
-
--[[linux-4.4.1/VA_BITS]]
*コメント [#u5fd9ae3]
終了行:
*参照元 [#a5c012d7]
#backlinks
*説明 [#b929d2dd]
-パス: [[linux-4.4.1/arch/arm64/include/asm/memory.h]]
-FIXME: これは何?
--説明
**参考 [#s055d878]
*実装 [#y69f3422]
/*
* PAGE_OFFSET - the virtual address of the start of the...
* (VA_BITS - 1))
* VA_BITS - the maximum number of bits for virtual addr...
* VA_START - the first kernel virtual address.
* TASK_SIZE - the maximum size of a user space task.
* TASK_UNMAPPED_BASE - the lower boundary of the mmap V...
* The module space lives between the addresses given by...
* and PAGE_OFFSET - it must be within 128MB of the kern...
*/
...
#define PAGE_OFFSET (UL(0xffffffffffffffff) << (VA_BITS...
-
--[[linux-4.4.1/VA_BITS]]
*コメント [#u5fd9ae3]
ページ名: