Searched refs:col (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/lib/arm64/asm/ |
H A D | gic-v3-its.h | 137 extern void __its_send_mapc(struct its_collection *col, int valid, bool verbose); 139 struct its_collection *col, bool verbose); 144 extern void __its_send_invall(struct its_collection *col, bool verbose); 145 extern void __its_send_movi(struct its_device *dev, struct its_collection *col, 147 extern void __its_send_sync(struct its_collection *col, bool verbose); 150 #define its_send_mapc(col, valid) __its_send_mapc(col, valid, true) argument 151 #define its_send_mapti(dev, irqid, eventid, col) __its_send_mapti(dev, irqid, eventid, col, true) argument 156 #define its_send_invall(col) __its_send_invall(col, true) argument 157 #define its_send_movi(dev, col, id) __its_send_movi(dev, col, id, true) argument 158 #define its_send_sync(col) __its_send_sync(col, true) argument [all …]
|
/kvm-unit-tests/lib/arm64/ |
H A D | gic-v3-its-cmd.c | 46 struct its_collection *col; member 59 struct its_collection *col; member 74 struct its_collection *col; member 78 struct its_collection *col; member 136 static void its_encode_collection(struct its_cmd_block *cmd, u16 col) in its_encode_collection() argument 138 its_mask_encode(&cmd->raw_cmd[2], col, 15, 0); in its_encode_collection() 235 its_encode_collection(cmd, desc->its_mapc_cmd.col->col_id); in its_build_mapc_cmd() 236 its_encode_target(cmd, desc->its_mapc_cmd.col->target_address); in its_build_mapc_cmd() 241 desc->its_mapc_cmd.col->col_id, in its_build_mapc_cmd() 242 desc->its_mapc_cmd.col->target_address, in its_build_mapc_cmd() [all …]
|
/kvm-unit-tests/arm/ |
H A D | gic.c | 818 struct its_collection *col = NULL; in test_migrate_unmapped_collection() local 836 col = its_create_collection(pe0, pe0); in test_migrate_unmapped_collection() 841 its_send_mapti(dev2, 8192, 0, col); in test_migrate_unmapped_collection() 847 its_send_mapc(col, true); in test_migrate_unmapped_collection() 848 its_send_invall(col); in test_migrate_unmapped_collection() 902 struct its_collection *col = i % 2 ? collection[0] : in test_its_pending_migration() local 904 int vcpu = col->target_address >> 16; in test_its_pending_migration() 906 its_send_mapti(dev, LPI(i), i, col); in test_its_pending_migration()
|