tag | line | file | source code |
theres_more | 72 | arch/sparc/mm/fault.c | while (mlist->theres_more != (void *) 0){ |
theres_more | 74 | arch/sparc/mm/fault.c | mlist = mlist->theres_more; |
theres_more | 43 | arch/sparc/prom/memory.c | for(i=0; thislist[i].theres_more != 0; i++) { |
theres_more | 45 | arch/sparc/prom/memory.c | for(mitr = i+1; thislist[mitr-1].theres_more != 0; mitr++) |
theres_more | 77 | arch/sparc/prom/memory.c | mptr; mptr=mptr->theres_more, iter++) { |
theres_more | 80 | arch/sparc/prom/memory.c | prom_phys_total[iter].theres_more = &prom_phys_total[iter+1]; |
theres_more | 82 | arch/sparc/prom/memory.c | prom_phys_total[iter-1].theres_more = 0x0; |
theres_more | 85 | arch/sparc/prom/memory.c | mptr; mptr=mptr->theres_more, iter++) { |
theres_more | 88 | arch/sparc/prom/memory.c | prom_prom_taken[iter].theres_more = &prom_prom_taken[iter+1]; |
theres_more | 90 | arch/sparc/prom/memory.c | prom_prom_taken[iter-1].theres_more = 0x0; |
theres_more | 93 | arch/sparc/prom/memory.c | mptr; mptr=mptr->theres_more, iter++) { |
theres_more | 96 | arch/sparc/prom/memory.c | prom_phys_avail[iter].theres_more = &prom_phys_avail[iter+1]; |
theres_more | 98 | arch/sparc/prom/memory.c | prom_phys_avail[iter-1].theres_more = 0x0; |
theres_more | 119 | arch/sparc/prom/memory.c | prom_phys_avail[iter].theres_more = |
theres_more | 122 | arch/sparc/prom/memory.c | prom_phys_avail[iter-1].theres_more = 0x0; |
theres_more | 133 | arch/sparc/prom/memory.c | prom_phys_total[iter].theres_more = |
theres_more | 136 | arch/sparc/prom/memory.c | prom_phys_total[iter-1].theres_more = 0x0; |
theres_more | 153 | arch/sparc/prom/memory.c | prom_prom_taken[iter].theres_more = |
theres_more | 156 | arch/sparc/prom/memory.c | prom_prom_taken[iter-1].theres_more = 0x0; |
theres_more | 97 | include/asm-sparc/openprom.h | struct linux_mlist_v0 *theres_more; |