tag | line | file | source code |
theres_more | 74 | arch/sparc/mm/fault.c | while (mlist->theres_more != (void *) 0){ |
theres_more | 76 | arch/sparc/mm/fault.c | mlist = mlist->theres_more; |
theres_more | 44 | arch/sparc/prom/memory.c | for(i=0; thislist[i].theres_more != 0; i++) { |
theres_more | 46 | arch/sparc/prom/memory.c | for(mitr = i+1; thislist[mitr-1].theres_more != 0; mitr++) |
theres_more | 78 | arch/sparc/prom/memory.c | mptr; mptr=mptr->theres_more, iter++) { |
theres_more | 81 | arch/sparc/prom/memory.c | prom_phys_total[iter].theres_more = &prom_phys_total[iter+1]; |
theres_more | 83 | arch/sparc/prom/memory.c | prom_phys_total[iter-1].theres_more = 0x0; |
theres_more | 86 | arch/sparc/prom/memory.c | mptr; mptr=mptr->theres_more, iter++) { |
theres_more | 89 | arch/sparc/prom/memory.c | prom_prom_taken[iter].theres_more = &prom_prom_taken[iter+1]; |
theres_more | 91 | arch/sparc/prom/memory.c | prom_prom_taken[iter-1].theres_more = 0x0; |
theres_more | 94 | arch/sparc/prom/memory.c | mptr; mptr=mptr->theres_more, iter++) { |
theres_more | 97 | arch/sparc/prom/memory.c | prom_phys_avail[iter].theres_more = &prom_phys_avail[iter+1]; |
theres_more | 99 | arch/sparc/prom/memory.c | prom_phys_avail[iter-1].theres_more = 0x0; |
theres_more | 120 | arch/sparc/prom/memory.c | prom_phys_avail[iter].theres_more = |
theres_more | 123 | arch/sparc/prom/memory.c | prom_phys_avail[iter-1].theres_more = 0x0; |
theres_more | 134 | arch/sparc/prom/memory.c | prom_phys_total[iter].theres_more = |
theres_more | 137 | arch/sparc/prom/memory.c | prom_phys_total[iter-1].theres_more = 0x0; |
theres_more | 154 | arch/sparc/prom/memory.c | prom_prom_taken[iter].theres_more = |
theres_more | 157 | arch/sparc/prom/memory.c | prom_prom_taken[iter-1].theres_more = 0x0; |
theres_more | 53 | include/asm-sparc/openprom.h | struct linux_mlist_v0 *theres_more; |