Searched refs:CP0PC_HUGEPG (Results 1 – 2 of 2) sorted by relevance
637 int hugepg = (env->CP0_PWCtl >> CP0PC_HUGEPG) & 0x1; in walk_directory()734 int hugepg = (env->CP0_PWCtl >> CP0PC_HUGEPG) & 0x1; in page_table_walk_refill()
701 #define CP0PC_HUGEPG 6 macro