Searched refs:pshift (Results 1 – 3 of 3) sorted by relevance
70 ram >> (20 + HPAGE_SHIFT - pshift() - 1)); in main()106 size_t idx = pfn >> (HPAGE_SHIFT - pshift()); in main()
47 static inline unsigned int pshift(void) in pshift() function
283 (uintptr_t)ptr >> (pshift() - 3)) != sizeof(ent)) in allocate_transhuge()288 !(PAGEMAP_PFN(ent[0]) & ((1 << (HPAGE_SHIFT - pshift())) - 1))) in allocate_transhuge()
Completed in 5 milliseconds