Home
last modified time | relevance | path

Searched refs:pfn_t (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-memory.c32 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 …]
Dip27-klnuma.c127 pfn_t node_getfirstfree(cnodeid_t cnode) in node_getfirstfree()
/linux-2.4.37.9/include/asm-mips64/sn/
Dtypes.h22 typedef unsigned long pfn_t; typedef
Dsn_private.h11 extern pfn_t node_getfirstfree(cnodeid_t);
Darch.h118 #define mkpfn(nasid, off) (((pfn_t)(nasid) << PFN_NASIDSHFT) | (off))
/linux-2.4.37.9/include/asm-ia64/sn/
Dtypes.h28 typedef unsigned long pfn_t; typedef