Searched refs:LAST_PAGE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dhibernate_restore.s55 #define LAST_PAGE (0xFFE00000) define
132 /* Map physical memory from zero to LAST_PAGE */
243 jne 1f /* need to map, above LAST_PAGE */
245 cmpl $(LAST_PAGE), %edi
246 jb 2f /* no need to map, below LAST_PAGE */
248 /* Map physical address %eax:%edi to virt. address LAST_PAGE (4GB - 2MB) */
251 andl $(LAST_PAGE), %eax
254 orl $(LAST_PAGE), %edi

Completed in 20 milliseconds