Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/crypto/
Dap_bus.h366 int ap_hex2bitmap(const char *str, unsigned long *bitmap, int bits);
Dap_bus.c1071 int ap_hex2bitmap(const char *str, unsigned long *bitmap, int bits) in ap_hex2bitmap() function
1098 EXPORT_SYMBOL(ap_hex2bitmap);
1164 rc = ap_hex2bitmap(str, newmap, bits); in ap_parse_bitmap_str()
Dvfio_ap_ops.c1645 return ap_hex2bitmap(curmask, bitmap, nbits); in parse_bitmap()