| 218 | } |
| 219 | |
| 220 | rt_inline void its_encode_collection(struct its_command *cmd, rt_uint16_t collection_id) |
| 221 | { |
| 222 | its_mask_encode(&cmd->code[2], collection_id, 15, 0); |
| 223 | } |
| 224 | |
| 225 | static struct its_table *its_baser_type(struct gicv3_its *its, int type) |
| 226 | { |
no test coverage detected