tag | line | file | source code |
theres_more | 68 | arch/sparc/mm/fault.c | while (mlist->theres_more != (void *) 0){ |
theres_more | 70 | arch/sparc/mm/fault.c | mlist = mlist->theres_more; |
theres_more | 46 | arch/sparc/prom/memory.c | for(i=0; thislist[i].theres_more != 0; i++) { |
theres_more | 48 | arch/sparc/prom/memory.c | for(mitr = i+1; thislist[mitr-1].theres_more != 0; mitr++) |
theres_more | 80 | arch/sparc/prom/memory.c | mptr; mptr=mptr->theres_more, iter++) { |
theres_more | 83 | arch/sparc/prom/memory.c | prom_phys_total[iter].theres_more = &prom_phys_total[iter+1]; |
theres_more | 85 | arch/sparc/prom/memory.c | prom_phys_total[iter-1].theres_more = 0x0; |
theres_more | 88 | arch/sparc/prom/memory.c | mptr; mptr=mptr->theres_more, iter++) { |
theres_more | 91 | arch/sparc/prom/memory.c | prom_prom_taken[iter].theres_more = &prom_prom_taken[iter+1]; |
theres_more | 93 | arch/sparc/prom/memory.c | prom_prom_taken[iter-1].theres_more = 0x0; |
theres_more | 96 | arch/sparc/prom/memory.c | mptr; mptr=mptr->theres_more, iter++) { |
theres_more | 99 | arch/sparc/prom/memory.c | prom_phys_avail[iter].theres_more = &prom_phys_avail[iter+1]; |
theres_more | 101 | arch/sparc/prom/memory.c | prom_phys_avail[iter-1].theres_more = 0x0; |
theres_more | 122 | arch/sparc/prom/memory.c | prom_phys_avail[iter].theres_more = |
theres_more | 125 | arch/sparc/prom/memory.c | prom_phys_avail[iter-1].theres_more = 0x0; |
theres_more | 136 | arch/sparc/prom/memory.c | prom_phys_total[iter].theres_more = |
theres_more | 139 | arch/sparc/prom/memory.c | prom_phys_total[iter-1].theres_more = 0x0; |
theres_more | 156 | arch/sparc/prom/memory.c | prom_prom_taken[iter].theres_more = |
theres_more | 159 | arch/sparc/prom/memory.c | prom_prom_taken[iter-1].theres_more = 0x0; |
theres_more | 184 | arch/sparc/prom/memory.c | prom_phys_total[0].theres_more = 0x0; |
theres_more | 187 | arch/sparc/prom/memory.c | prom_prom_taken[0].theres_more = 0x0; |
theres_more | 190 | arch/sparc/prom/memory.c | prom_phys_avail[0].theres_more = 0x0; |
theres_more | 53 | include/asm-sparc/openprom.h | struct linux_mlist_v0 *theres_more; |