Home
last modified time | relevance | path

Searched refs:m_added (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
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()
1765 for_each_set_bit_inv(newbit, m_added.apm, AP_DEVICES) in ap_config_store()
1768 for_each_set_bit_inv(newbit, m_added.aqm, AP_DOMAINS) in ap_config_store()