tag | line | file | source code |
prom_phys_total | 22 | arch/sparc/prom/memory.c | struct linux_mlist_v0 prom_phys_total[64]; |
prom_phys_total | 26 | arch/sparc/prom/memory.c | struct linux_mlist_v0 *prom_ptot_ptr = prom_phys_total; |
prom_phys_total | 79 | arch/sparc/prom/memory.c | prom_phys_total[iter].start_adr = mptr->start_adr; |
prom_phys_total | 80 | arch/sparc/prom/memory.c | prom_phys_total[iter].num_bytes = mptr->num_bytes; |
prom_phys_total | 81 | arch/sparc/prom/memory.c | prom_phys_total[iter].theres_more = &prom_phys_total[iter+1]; |
prom_phys_total | 83 | arch/sparc/prom/memory.c | prom_phys_total[iter-1].theres_more = 0x0; |
prom_phys_total | 101 | arch/sparc/prom/memory.c | prom_sortmemlist(prom_phys_total); |
prom_phys_total | 130 | arch/sparc/prom/memory.c | prom_phys_total[iter].start_adr = |
prom_phys_total | 132 | arch/sparc/prom/memory.c | prom_phys_total[iter].num_bytes = |
prom_phys_total | 134 | arch/sparc/prom/memory.c | prom_phys_total[iter].theres_more = |
prom_phys_total | 135 | arch/sparc/prom/memory.c | &prom_phys_total[iter+1]; |
prom_phys_total | 137 | arch/sparc/prom/memory.c | prom_phys_total[iter-1].theres_more = 0x0; |
prom_phys_total | 155 | arch/sparc/prom/memory.c | &prom_phys_total[iter+1]; |
prom_phys_total | 174 | arch/sparc/prom/memory.c | prom_sortmemlist(prom_phys_total); |