Searched refs:linux_mdesc (Results 1 – 3 of 3) sorted by relevance
31 extern struct linux_mdesc *prom_getmdesc(struct linux_mdesc *curr);32 #define PROM_NULL_MDESC ((struct linux_mdesc *) 0)
128 struct linux_mdesc { struct 129 typelinux_mdesc global() argument 130 baselinux_mdesc global() argument 131 pageslinux_mdesc global() argument
40 static struct linux_mdesc * __init ArcGetMemoryDescriptor(struct linux_mdesc *Current) in ArcGetMemoryDescriptor() 42 return (struct linux_mdesc *) ARC_CALL1(get_mdesc, Current); in ArcGetMemoryDescriptor() 125 struct linux_mdesc *p; in prom_meminit()