Home
last modified time | relevance | path

Searched refs:r_end (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/core/
Drelocate.c71 unsigned long r_start, r_end; in relocate() local
86 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 …]
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dmemtop_umalloc.c70 unsigned long r_start, r_end; in init_eheap() local
83 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()