Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/crypto/
H A Dap_bus.c674 unsigned long *newaqm) in ap_send_mask_changed_uevent() argument
686 newaqm[0], newaqm[1], newaqm[2], newaqm[3]); in ap_send_mask_changed_uevent()
1481 unsigned long *newaqm = (unsigned long *)data; in __verify_queue_reservations() local
1491 rc = ap_drv->in_use(ap_perms.apm, newaqm); in __verify_queue_reservations()
1502 static int aqmask_commit(unsigned long *newaqm) in aqmask_commit() argument
1511 if (bitmap_andnot(reserved, newaqm, ap_perms.aqm, AP_DOMAINS)) { in aqmask_commit()
1518 memcpy(ap_perms.aqm, newaqm, AQMASKSIZE); in aqmask_commit()
1527 DECLARE_BITMAP(newaqm, AP_DOMAINS); in aqmask_store()
1536 changes = memcmp(ap_perms.aqm, newaqm, APMASKSIZE); in aqmask_store()
1538 rc = aqmask_commit(newaqm); in aqmask_store()
[all …]