Home
last modified time | relevance | path

Searched refs:PAGEMAP_PFN (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/selftests/mm/
Dvm_util.c174 PAGEMAP_PFN(ent[0]) + 1 == PAGEMAP_PFN(ent[1]) && in allocate_transhuge()
175 !(PAGEMAP_PFN(ent[0]) & ((1 << (HPAGE_SHIFT - pshift())) - 1))) in allocate_transhuge()
176 return PAGEMAP_PFN(ent[0]); in allocate_transhuge()
Dvm_util.h62 #define PAGEMAP_PFN(ent) ((ent) & ((1ull << 55) - 1)) macro