Searched refs:PM_PFRAME_BITS (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/mm/
H A Dhugepage-vmemmap.c22 #define PM_PFRAME_BITS 55 macro
23 #define PM_PFRAME_MASK ~((1UL << PM_PFRAME_BITS) - 1)
/linux-master/tools/mm/
H A Dpage-types.c49 #define PM_PFRAME_BITS 55 macro
50 #define PM_PFRAME_MASK ((1LL << PM_PFRAME_BITS) - 1)
/linux-master/fs/proc/
H A Dtask_mmu.c1339 #define PM_PFRAME_BITS 55 macro
1340 #define PM_PFRAME_MASK GENMASK_ULL(PM_PFRAME_BITS - 1, 0)

Completed in 519 milliseconds