taglinefilesource code
PSEG_ENTRIES188arch/sparc/kernel/setup.cmemset(phys_seg_map, 0x0, sizeof(phys_seg_map[PSEG_ENTRIES]));
PSEG_ENTRIES40arch/sparc/mm/init.cunsigned int phys_seg_map[PSEG_ENTRIES];
PSEG_ENTRIES41arch/sparc/mm/init.cunsigned int phys_seg_life[PSEG_ENTRIES];
PSEG_ENTRIES460arch/sparc/mm/sun4c.cfor(i=num_segmaps; i<PSEG_ENTRIES; i++) phys_seg_map[i] = PSEG_RSV;
PSEG_ENTRIES605arch/sparc/mm/sun4c.cfor(segmap=invalid_segment; segmap<PSEG_ENTRIES; segmap++)
PSEG_ENTRIES297include/asm-sparc/pgtable.hfor(i=0; i<PSEG_ENTRIES; i++)
PSEG_ENTRIES302include/asm-sparc/pgtable.hfor(i=0; i<PSEG_ENTRIES; i++) {
PSEG_ENTRIES319include/asm-sparc/pgtable.hwhile(i<PSEG_ENTRIES) phys_seg_life[i++]++;
PSEG_ENTRIES107include/asm-sparc/pgtsun4c.hextern unsigned int phys_seg_map[PSEG_ENTRIES];
PSEG_ENTRIES108include/asm-sparc/pgtsun4c.hextern unsigned int phys_seg_life[PSEG_ENTRIES];