Home
last modified time | relevance | path

Searched refs:linux_mdesc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dsgialib.h31 extern struct linux_mdesc *prom_getmdesc(struct linux_mdesc *curr);
32 #define PROM_NULL_MDESC ((struct linux_mdesc *) 0)
H A Dsgiarcs.h128 struct linux_mdesc { struct
/openbmc/linux/arch/mips/fw/arc/
H A Dmemory.c40 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()