Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dap_bus.h295 #define APMASKSIZE (BITS_TO_LONGS(AP_DEVICES) * sizeof(unsigned long)) macro
H A Dap_bus.c1407 memcpy(ap_perms.apm, newapm, APMASKSIZE); in apmask_commit()
1425 changes = memcmp(ap_perms.apm, newapm, APMASKSIZE); in apmask_store()
1517 changes = memcmp(ap_perms.aqm, newaqm, APMASKSIZE); in aqmask_store()