Home
last modified time | relevance | path

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

/arch/x86/crypto/
Daes-i586-asm_32.S42 #define tlen 1024 // length of each of 4 'xor' arrays (256 32-bit words) macro
98 xor table+tlen(,%tmp,4),%a2; \
101 xor table+2*tlen(,%tmp,4),%a3; \
102 xor table+3*tlen(,%idx,4),%a4;
115 xor table+tlen(,%tmp,4),%a2; \
118 xor table+3*tlen(,%idx,4),%a4; \
121 xor table+2*tlen(,%tmp,4),%a3;
134 xor table+tlen(,%tmp,4),%a2; \
137 xor table+3*tlen(,%idx,4),%a4; \
140 xor table+2*tlen(,%tmp,4),%a3;
/arch/sparc/kernel/
Dvio.c209 int err, tlen, clen; in vio_create_one() local
213 type = mdesc_get_property(hp, mp, "device-type", &tlen); in vio_create_one()
215 type = mdesc_get_property(hp, mp, "name", &tlen); in vio_create_one()
218 tlen = strlen(type) + 1; in vio_create_one()
221 if (tlen > VIO_MAX_TYPE_LEN) { in vio_create_one()
271 memcpy(vdev->type, type, tlen); in vio_create_one()
Dioport.c184 int tlen; in _sparc_alloc_io() local
197 tlen = strlen(name); in _sparc_alloc_io()
198 tack = kmalloc(sizeof (struct resource) + tlen + 1, GFP_KERNEL); in _sparc_alloc_io()
Dldc.c2025 unsigned long tlen, new = pa + PAGE_SIZE; in fill_cookies() local
2030 tlen = PAGE_SIZE; in fill_cookies()
2032 tlen = PAGE_SIZE - off; in fill_cookies()
2033 if (tlen > len) in fill_cookies()
2034 tlen = len; in fill_cookies()
2042 sp->cookies[sp->nc - 1].cookie_size += tlen; in fill_cookies()
2045 sp->cookies[sp->nc].cookie_size = tlen; in fill_cookies()
2048 sp->prev_cookie = this_cookie + tlen; in fill_cookies()
2052 len -= tlen; in fill_cookies()