aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib
diff options
context:
space:
mode:
authorDave Hansen <[email protected]>2013-01-22 13:24:31 -0800
committerH. Peter Anvin <[email protected]>2013-01-25 16:33:22 -0800
commit4cbeb51b860c57ba8b2ae50c4016ee7a41f5fbd5 (patch)
treebf51acd1c4e8c21b15e06fd87c646018efe5e0b2 /tools/perf/scripts/python/Perf-Trace-Util/lib
parenta25b9316841c5afa226f8f70a457861b35276a92 (diff)
x86, mm: Pagetable level size/shift/mask helpers
I plan to use lookup_address() to walk the kernel pagetables in a later patch. It returns a "pte" and the level in the pagetables where the "pte" was found. The level is just an enum and needs to be converted to a useful value in order to do address calculations with it. These helpers will be used in at least two places. This also gives the anonymous enum a real name so that no one gets confused about what they should be passing in to these helpers. "PTE_SHIFT" was chosen for naming consistency with the other pagetable levels (PGD/PUD/PMD_SHIFT). Cc: H. Peter Anvin <[email protected]> Signed-off-by: Dave Hansen <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions