Searched refs:guest_random_bool (Results 1 – 2 of 2) sorted by relevance
36 if (!is_forced_emulation_enabled || guest_random_bool(&guest_rng)) { \38 } else if (guest_random_bool(&guest_rng)) { \
106 static inline bool guest_random_bool(struct guest_random_state *state) in guest_random_bool() function