Searched refs:TYPE_GUEST_PHYS (Results 1 – 3 of 3) sorted by relevance
153 bool is_guest = (flags_ & TYPE_MASK) == TYPE_GUEST_PHYS; in Init()188 case TYPE_GUEST_PHYS: in Create()548 if ((flags_ & TYPE_MASK) == TYPE_GUEST_PHYS) { in PageFault()
56 static const uint32_t TYPE_GUEST_PHYS = (3 << 0); variable
39 gpas->guest_aspace_ = VmAspace::Create(VmAspace::TYPE_GUEST_PHYS, "guest_paspace"); in Create()
Completed in 12 milliseconds