Home
last modified time | relevance | path

Searched refs:its_send_mapc (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/arm/
H A Dgic.c675 its_send_mapc(col3, true); in its_setup1()
676 its_send_mapc(col2, true); in its_setup1()
847 its_send_mapc(col, true); in test_migrate_unmapped_collection()
893 its_send_mapc(collection[0], true); in test_its_pending_migration()
894 its_send_mapc(collection[1], true); in test_its_pending_migration()
/kvm-unit-tests/lib/arm64/asm/
H A Dgic-v3-its.h150 #define its_send_mapc(col, valid) __its_send_mapc(col, valid, true) macro