Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/crypto/
A Dap_bus.c703 unsigned long *newaqm) in ap_send_mask_changed_uevent() argument
715 newaqm[0], newaqm[1], newaqm[2], newaqm[3]); in ap_send_mask_changed_uevent()
1447 unsigned long *newaqm = (unsigned long *)data; in __verify_queue_reservations() local
1457 rc = ap_drv->in_use(ap_perms.apm, newaqm); in __verify_queue_reservations()
1468 static int aqmask_commit(unsigned long *newaqm) in aqmask_commit() argument
1477 if (bitmap_andnot(reserved, newaqm, ap_perms.aqm, AP_DOMAINS)) { in aqmask_commit()
1484 memcpy(ap_perms.aqm, newaqm, AQMASKSIZE); in aqmask_commit()
1493 DECLARE_BITMAP(newaqm, AP_DOMAINS); in aqmask_store()
1502 changes = memcmp(ap_perms.aqm, newaqm, APMASKSIZE); in aqmask_store()
1504 rc = aqmask_commit(newaqm); in aqmask_store()
[all …]

Completed in 6 milliseconds