Searched refs:pfn_t (Results 1 – 6 of 6) sorted by relevance
32 extern pfn_t node_getfirstfree(cnodeid_t cnode);39 static pfn_t numpages;59 pfn_t slot_getsize(cnodeid_t node, int slot) in slot_getsize()61 return (pfn_t) slot_psize_cache[node][slot]; in slot_getsize()75 pfn_t node_getmaxclick(cnodeid_t node) in node_getmaxclick()77 pfn_t slot_psize; in node_getmaxclick()97 return (pfn_t)0; in node_getmaxclick()100 static pfn_t slot_psize_compute(cnodeid_t node, int slot) in slot_psize_compute()136 pfn_t szmem(pfn_t fpage, pfn_t maxpmem) in szmem()140 pfn_t num_pages = 0, slot_psize; in szmem()[all …]
127 pfn_t node_getfirstfree(cnodeid_t cnode) in node_getfirstfree()
22 typedef unsigned long pfn_t; typedef
11 extern pfn_t node_getfirstfree(cnodeid_t);
118 #define mkpfn(nasid, off) (((pfn_t)(nasid) << PFN_NASIDSHFT) | (off))
28 typedef unsigned long pfn_t; typedef