Searched refs:PGSZ (Results 1 – 2 of 2) sorted by relevance
530 lbase = CEIL(lend + PGSZ, PGSZ); in fixup_maps()536 mi->load_base = CEIL(modules.load_end + PGSZ, PGSZ); in fixup_maps()539 lbase = CEIL(mi->load_end + PGSZ, PGSZ); in fixup_maps()
64 #define PGSZ 4096 macro