mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 09:13:06 +00:00
d14f751475
There are a bunch of page flag getters in the kernel like PageUptodate(), PageLocked(), etc., that kernel developers are accustomed to using. Most of them are simple bit tests. Let's add helpers for all of those. These are generated from include/linux/page-flags.h in the Linux kernel source tree as of Linux v6.0-rc1. More complicated getters that need to do more than a simple flag check (e.g., PageCompound()) will need to be added manually. Signed-off-by: Omar Sandoval <osandov@osandov.com> |
||
---|---|---|
.. | ||
build_dists.sh | ||
build_manylinux_in_docker.sh | ||
cscope.sh | ||
gen_pp_cat.py | ||
generate_page_flag_getters.py | ||
generate_primitive_type_spellings.py | ||
generate_test_constants.py | ||
iwyu.py | ||
test_cityhash.c |