Searched refs:pfn_t (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sn/
H A Dtypes.h22 typedef unsigned long pfn_t; typedef
H A Dsn_private.h17 extern pfn_t node_getfirstfree(cnodeid_t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sn/
H A Dtypes.h22 typedef unsigned long pfn_t; typedef
H A Dsn_private.h17 extern pfn_t node_getfirstfree(cnodeid_t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-memory.c263 static pfn_t __init slot_getbasepfn(cnodeid_t cnode, int slot)
267 return ((pfn_t)nasid << PFN_NASIDSHFT) | (slot << SLOT_PFNSHIFT);
274 static pfn_t __init slot_getsize(cnodeid_t node, int slot)
276 return (pfn_t) slot_psize_cache[node][slot];
290 static pfn_t __init node_getmaxclick(cnodeid_t node)
292 pfn_t slot_psize;
315 static pfn_t __init slot_psize_compute(cnodeid_t node, int slot)
406 pfn_t slot_psize, slot0sz = 0, nodebytes; /* Hack to detect problem configs */
444 pfn_t slot_firstpfn = slot_getbasepfn(node, 0);
445 pfn_t slot_lastpf
[all...]
H A Dip27-klnuma.c112 pfn_t node_getfirstfree(cnodeid_t cnode)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpgtable-3level.h90 static inline pte_t pfn_pte(pfn_t page_nr, pgprot_t pgprot)
99 static inline pmd_t pfn_pmd(pfn_t page_nr, pgprot_t pgprot)
H A Dpage.h50 typedef unsigned long long pfn_t; typedef
74 typedef unsigned long pfn_t; typedef

Completed in 81 milliseconds