Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/crypto/
H A Dvfio_ap_ops.c1709 struct ap_matrix m_new, m_old, m_added, m_removed; in ap_config_store() local
1725 ap_matrix_copy(&m_old, &matrix_mdev->matrix); 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()
1744 ap_matrix_copy(&matrix_mdev->matrix, &m_old); in ap_config_store()
1749 ap_matrix_copy(&matrix_mdev->matrix, &m_old); in ap_config_store()
1755 ap_matrix_copy(&matrix_mdev->matrix, &m_old); in ap_config_store()