Searched refs:GUEST_FLAG (Results 1 – 3 of 3) sorted by relevance
24 GUEST_FLAG = ["0", "0UL", "GUEST_FLAG_SECURE_WORLD_ENABLED", "GUEST_FLAG_LAPIC_PASSTHROUGH", variable261 for i in range(len(GUEST_FLAG)):262 if flag == GUEST_FLAG[i]:
276 if guest_flag and guest_flag not in acrn_config_utilities.GUEST_FLAG:
51 guest_flags = copy.deepcopy(acrn_config_utilities.GUEST_FLAG)
Completed in 7 milliseconds