Searched refs:UNIT_PAGES (Results 1 – 1 of 1) sorted by relevance
27 #define UNIT_PAGES (PAGE_SIZE / EMUPAGESIZE) macro 28 #define MAX_ALIGN_PAGES0 (MAXPAGES0 / UNIT_PAGES)29 #define MAX_ALIGN_PAGES1 (MAXPAGES1 / UNIT_PAGES)41 /* fill PTB entries -- we need to fill UNIT_PAGES entries */45 page *= UNIT_PAGES; in set_ptb_entry() 46 for (i = 0; i < UNIT_PAGES; i++, page++) { in set_ptb_entry() 56 page *= UNIT_PAGES; in set_silent_ptb() 57 for (i = 0; i < UNIT_PAGES; i++, page++) { in set_silent_ptb()