Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dvfio_ap_ops.c1685 struct ap_matrix m_new, m_old, m_added, m_removed; in ap_config_store() local
1709 bitmap_andnot(m_removed.apm, m_old.apm, m_new.apm, AP_DEVICES); in ap_config_store()
1710 bitmap_andnot(m_removed.aqm, m_old.aqm, m_new.aqm, AP_DOMAINS); in ap_config_store()
1734 vfio_ap_mdev_hot_unplug_adapters(matrix_mdev, m_removed.apm); in ap_config_store()
1735 vfio_ap_mdev_hot_unplug_domains(matrix_mdev, m_removed.aqm); in ap_config_store()