tag | line | file | source code |
prom_phys_total | 21 | arch/sparc/prom/memory.c | struct linux_mlist_v0 prom_phys_total[64]; |
prom_phys_total | 25 | arch/sparc/prom/memory.c | struct linux_mlist_v0 *prom_ptot_ptr = prom_phys_total; |
prom_phys_total | 78 | arch/sparc/prom/memory.c | prom_phys_total[iter].start_adr = mptr->start_adr; |
prom_phys_total | 79 | arch/sparc/prom/memory.c | prom_phys_total[iter].num_bytes = mptr->num_bytes; |
prom_phys_total | 80 | arch/sparc/prom/memory.c | prom_phys_total[iter].theres_more = &prom_phys_total[iter+1]; |
prom_phys_total | 82 | arch/sparc/prom/memory.c | prom_phys_total[iter-1].theres_more = 0x0; |
prom_phys_total | 100 | arch/sparc/prom/memory.c | prom_sortmemlist(prom_phys_total); |
prom_phys_total | 129 | arch/sparc/prom/memory.c | prom_phys_total[iter].start_adr = |
prom_phys_total | 131 | arch/sparc/prom/memory.c | prom_phys_total[iter].num_bytes = |
prom_phys_total | 133 | arch/sparc/prom/memory.c | prom_phys_total[iter].theres_more = |
prom_phys_total | 134 | arch/sparc/prom/memory.c | &prom_phys_total[iter+1]; |
prom_phys_total | 136 | arch/sparc/prom/memory.c | prom_phys_total[iter-1].theres_more = 0x0; |
prom_phys_total | 154 | arch/sparc/prom/memory.c | &prom_phys_total[iter+1]; |
prom_phys_total | 173 | arch/sparc/prom/memory.c | prom_sortmemlist(prom_phys_total); |