Searched refs:r_end (Results 1 – 3 of 3) sorted by relevance
71 unsigned long r_start, r_end; in relocate() local86 r_end = MAX_ADDR; in relocate()88 r_end = region->end; in relocate()94 if ( ( r_end - 1 ) & 0x100000 ) { in relocate()102 if ( r_end >= 1 ) { in relocate()103 r_end = ( r_end - 1 ) & ~0xfffff; in relocate()106 r_end ); in relocate()108 } else if ( ( r_end - size ) & 0x100000 ) { in relocate()118 if ( r_end >= 0x100000 ) { in relocate()119 r_end = ( r_end - 0x100000 ) & ~0xfffff; in relocate()[all …]
70 unsigned long r_start, r_end; in init_eheap() local83 r_end = 0; /* =4GB, given the wraparound */ in init_eheap()85 r_end = region->end; in init_eheap()89 r_size = ( r_end - r_start ); in init_eheap()92 top = bottom = phys_to_user ( r_end ); in init_eheap()
68 int l_beg, r_beg, l_end, r_end, l_len, r_len; in icvDynamicCorrespond() local169 r_end = second[second_curr]; in icvDynamicCorrespond()170 r_len = r_end - r_beg + 1; in icvDynamicCorrespond()