IS_MAIN_MEM
#define IS_MAIN_MEM(pte) (((pte) & PG_TYPE) == 0 && PG_PA(pte) < 0x00700000)
#define IS_MAIN_MEM(pte) (((pte) & MEM_BITS) == 0)