Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
Dhidemem.c33 #define ALIGN_HIDDEN 4096 /* 4kB page alignment should be enough */ macro
92 region->start = ( start & ~( ALIGN_HIDDEN - 1 ) ); in hide_region()
93 region->end = ( ( end + ALIGN_HIDDEN - 1 ) & ~( ALIGN_HIDDEN - 1 ) ); in hide_region()