Searched refs:write_ap_bitmap (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/s390/crypto/ |
D | vfio_ap_ops.c | 1606 static ssize_t write_ap_bitmap(unsigned long *bitmap, char *buf, int offset, char sep) in write_ap_bitmap() function 1618 idx += write_ap_bitmap(matrix_mdev->matrix.apm, buf, idx, ','); in ap_config_show() 1619 idx += write_ap_bitmap(matrix_mdev->matrix.aqm, buf, idx, ','); in ap_config_show() 1620 idx += write_ap_bitmap(matrix_mdev->matrix.adm, buf, idx, '\n'); in ap_config_show()
|