Searched refs:utype (Results 1 – 2 of 2) sorted by relevance
95 unsigned int utype = MAP_ANONYMOUS; in CreatePurgeableData() local96 utype |= (UxpteIsEnabled() ? MAP_PURGEABLE : MAP_PRIVATE); in CreatePurgeableData()97 int type = static_cast<int>(utype); in CreatePurgeableData()
441 unsigned int utype = MAP_ANONYMOUS; in TypeCast() local442 utype |= (UxpteIsEnabled() ? MAP_PURGEABLE : MAP_PRIVATE); in TypeCast()443 int type = (int) utype; in TypeCast()