./scripts/gfp-translate to translate VM oops GFP flag hex code, for example 0x4020 would be
0x00u 0 -> __GFP_NORMAL
0x01u 1 -> __GFP_DMA
0x02u 10 -> __GFP_HIGHMEM
0x04u 100 -> __GFP_DMA32
0x08u 1000 -> __GFP_MOVABLE
0x0fu 1111 -> __GFP_ZONEMASK
0x10u 10000 -> __GFP_WAIT
0x20u 100000 -> __GFP_HIGH
0x40u 1000000 -> __GFP_IO
0x80u 10000000 -> __GFP_FS
0x100u 100000000 -> __GFP_COLD
__GFP_COMP | __GFP_HIGH
Wednesday, July 15, 2009
include/linux/gfp.h
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
-
▼
2009
(16)
-
▼
July
(11)
- gfp_zone analysis
- Chat about git on how to apply local custom patch ...
- include/linux/gfp.h
- The heart of zoned buddy allocator
- Analysis of shrink_slab function in mm/vmscan.c
- A sample git work flow to send/receive patch by email
- Direct Page reclaim and Background Page reclaim ca...
- VM_BUG_ON(PageLRU(page) and VM_BUG_ON(!PageLRU(pag...
- kernel virtual address caculation
- Return page_count(page) - !!page_has_private(page)...
- I had a chat on #mm channel with hnaz about task_s...
-
▼
July
(11)
No comments:
Post a Comment