linux-4.4.1/GFP_ZONEMASK
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#wa645c0e]
#backlinks
*説明 [#g3970fef]
-パス: [[linux-4.4.1/include/linux/gfp.h]]
-FIXME: これは何?
--説明
**参考 [#nfce0837]
*実装 [#a959c8ad]
/*
* Physical address zone modifiers (see linux/mmzone.h -...
*
* Do not put any conditional on these. If necessary mod...
* without the underscores and use them consistently. Th...
* be used in bit comparisons.
*/
#define __GFP_DMA ((__force gfp_t)___GFP_DMA)
#define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM)
#define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32)
#define __GFP_MOVABLE ((__force gfp_t)___GFP_MOVABLE) /...
#define __GFP_MOVABLE ((__force gfp_t)___GFP_MOVABLE) /...
#define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA3...
-
--[[linux-4.4.1/__GFP_DMA]]
--[[linux-4.4.1/__GFP_HIGHMEM]]
--[[linux-4.4.1/__GFP_DMA32]]
--[[linux-4.4.1/__GFP_MOVABLE]]
*コメント [#hcff98ef]
終了行:
*参照元 [#wa645c0e]
#backlinks
*説明 [#g3970fef]
-パス: [[linux-4.4.1/include/linux/gfp.h]]
-FIXME: これは何?
--説明
**参考 [#nfce0837]
*実装 [#a959c8ad]
/*
* Physical address zone modifiers (see linux/mmzone.h -...
*
* Do not put any conditional on these. If necessary mod...
* without the underscores and use them consistently. Th...
* be used in bit comparisons.
*/
#define __GFP_DMA ((__force gfp_t)___GFP_DMA)
#define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM)
#define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32)
#define __GFP_MOVABLE ((__force gfp_t)___GFP_MOVABLE) /...
#define __GFP_MOVABLE ((__force gfp_t)___GFP_MOVABLE) /...
#define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA3...
-
--[[linux-4.4.1/__GFP_DMA]]
--[[linux-4.4.1/__GFP_HIGHMEM]]
--[[linux-4.4.1/__GFP_DMA32]]
--[[linux-4.4.1/__GFP_MOVABLE]]
*コメント [#hcff98ef]
ページ名: