Lines Matching refs:__func
170 register long __func asm("0") = func & CRYPT_S390_FUNC_MASK; in crypt_s390_km()
184 : "d" (__func), "a" (__param), "0" (-1) : "cc", "memory"); in crypt_s390_km()
206 register long __func asm("0") = func & CRYPT_S390_FUNC_MASK; in crypt_s390_kmc()
220 : "d" (__func), "a" (__param), "0" (-1) : "cc", "memory"); in crypt_s390_kmc()
242 register long __func asm("0") = func & CRYPT_S390_FUNC_MASK; in crypt_s390_kimd()
255 : "d" (__func), "a" (__param), "0" (-1) : "cc", "memory"); in crypt_s390_kimd()
276 register long __func asm("0") = func & CRYPT_S390_FUNC_MASK; in crypt_s390_klmd()
289 : "d" (__func), "a" (__param), "0" (-1) : "cc", "memory"); in crypt_s390_klmd()
311 register long __func asm("0") = func & CRYPT_S390_FUNC_MASK; in crypt_s390_kmac()
324 : "d" (__func), "a" (__param), "0" (-1) : "cc", "memory"); in crypt_s390_kmac()
347 register long __func asm("0") = func & CRYPT_S390_FUNC_MASK; in crypt_s390_kmctr()
363 : "d" (__func), "a" (__param) : "cc", "memory"); in crypt_s390_kmctr()
388 register long __func asm("0") = func & CRYPT_S390_FUNC_MASK; in crypt_s390_ppno()
403 : "d"(__func), "a"(__param), "a"(__seed), "d"(__seed_len) in crypt_s390_ppno()
478 register long __func asm("0") = func & 0x7f; /* encrypt or decrypt */ in crypt_s390_pcc()
489 : "d" (__func), "a" (__param) : "cc", "memory"); in crypt_s390_pcc()