Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/include/asm/
Dopenprom.h50 struct linux_mlist_v0 { struct
51 struct linux_mlist_v0 *theres_more; argument
57 struct linux_mlist_v0 **v0_totphys; argument
58 struct linux_mlist_v0 **v0_prommap;
59 struct linux_mlist_v0 **v0_available; /* What we can use */
/linux-3.4.99/arch/m68k/include/asm/
Dopenprom.h58 struct linux_mlist_v0 { struct
59 struct linux_mlist_v0 *theres_more; argument
65 struct linux_mlist_v0 **v0_totphys; argument
66 struct linux_mlist_v0 **v0_prommap;
67 struct linux_mlist_v0 **v0_available; /* What we can use */
/linux-3.4.99/arch/sparc/prom/
Dmemory.c18 struct linux_mlist_v0 *p; in prom_meminit_v0()