Searched refs:its_is_collection_mapped (Results 1 – 2 of 2) sorted by relevance
352 if (!its_is_collection_mapped(ite->collection)) in update_affinity_ite()633 if (!ite || !its_is_collection_mapped(ite->collection)) in vgic_its_resolve_lpi()796 if (ite && its_is_collection_mapped(ite->collection)) { in vgic_its_cmd_handle_discard()833 if (!its_is_collection_mapped(ite->collection)) in vgic_its_cmd_handle_movi()837 if (!its_is_collection_mapped(collection)) in vgic_its_cmd_handle_movi()1074 if (its_is_collection_mapped(collection)) in vgic_its_cmd_handle_mapi()1332 if (!its_is_collection_mapped(collection)) in vgic_its_cmd_handle_invall()2170 if (its_is_collection_mapped(collection)) in vgic_its_restore_ite()
228 #define its_is_collection_mapped(coll) ((coll) && \ macro