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