Searched refs:m_new (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/s390/crypto/ |
| H A D | vfio_ap_ops.c | 1709 struct ap_matrix m_new, m_old, m_added, m_removed; in ap_config_store() local 1726 if (parse_bitmap(&rest, m_new.apm, AP_DEVICES) || in ap_config_store() 1727 parse_bitmap(&rest, m_new.aqm, AP_DOMAINS) || in ap_config_store() 1728 parse_bitmap(&rest, m_new.adm, AP_DOMAINS)) { in ap_config_store() 1733 bitmap_andnot(m_removed.apm, m_old.apm, m_new.apm, AP_DEVICES); in ap_config_store() 1734 bitmap_andnot(m_removed.aqm, m_old.aqm, m_new.aqm, AP_DOMAINS); in ap_config_store() 1735 bitmap_andnot(m_added.apm, m_new.apm, m_old.apm, AP_DEVICES); in ap_config_store() 1736 bitmap_andnot(m_added.aqm, m_new.aqm, m_old.aqm, AP_DOMAINS); in ap_config_store() 1739 ap_matrix_copy(&matrix_mdev->matrix, &m_new); in ap_config_store() 1762 ap_matrix_copy(&matrix_mdev->matrix, &m_new); in ap_config_store()
|