tag | line | file | source code |
prom_phys_total | 24 | arch/sparc/prom/memory.c | struct linux_mlist_v0 prom_phys_total[64]; |
prom_phys_total | 28 | arch/sparc/prom/memory.c | struct linux_mlist_v0 *prom_ptot_ptr = prom_phys_total; |
prom_phys_total | 81 | arch/sparc/prom/memory.c | prom_phys_total[iter].start_adr = mptr->start_adr; |
prom_phys_total | 82 | arch/sparc/prom/memory.c | prom_phys_total[iter].num_bytes = mptr->num_bytes; |
prom_phys_total | 83 | arch/sparc/prom/memory.c | prom_phys_total[iter].theres_more = &prom_phys_total[iter+1]; |
prom_phys_total | 85 | arch/sparc/prom/memory.c | prom_phys_total[iter-1].theres_more = 0x0; |
prom_phys_total | 103 | arch/sparc/prom/memory.c | prom_sortmemlist(prom_phys_total); |
prom_phys_total | 132 | arch/sparc/prom/memory.c | prom_phys_total[iter].start_adr = |
prom_phys_total | 134 | arch/sparc/prom/memory.c | prom_phys_total[iter].num_bytes = |
prom_phys_total | 136 | arch/sparc/prom/memory.c | prom_phys_total[iter].theres_more = |
prom_phys_total | 137 | arch/sparc/prom/memory.c | &prom_phys_total[iter+1]; |
prom_phys_total | 139 | arch/sparc/prom/memory.c | prom_phys_total[iter-1].theres_more = 0x0; |
prom_phys_total | 157 | arch/sparc/prom/memory.c | &prom_phys_total[iter+1]; |
prom_phys_total | 176 | arch/sparc/prom/memory.c | prom_sortmemlist(prom_phys_total); |
prom_phys_total | 182 | arch/sparc/prom/memory.c | prom_phys_total[0].start_adr = 0x00000000; |
prom_phys_total | 183 | arch/sparc/prom/memory.c | prom_phys_total[0].num_bytes = 0x01000000; /* 16MB */ |
prom_phys_total | 184 | arch/sparc/prom/memory.c | prom_phys_total[0].theres_more = 0x0; |
prom_phys_total | 191 | arch/sparc/prom/memory.c | prom_sortmemlist(prom_phys_total); |