Searched refs:BYTES_PER_WORD (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/crypto/ux500/cryp/
H A Dcryp_core.c40 #define BYTES_PER_WORD 4 macro
167 j = len - BYTES_PER_WORD; swap_words_in_key_and_bits_in_byte()
169 for (i = 0; i < BYTES_PER_WORD; i++) { swap_words_in_key_and_bits_in_byte()
170 index = len - j - BYTES_PER_WORD + i; swap_words_in_key_and_bits_in_byte()
174 j -= BYTES_PER_WORD; swap_words_in_key_and_bits_in_byte()
649 int len = ctx->blocksize / BYTES_PER_WORD; cryp_polling_mode()
657 remaining_length -= (len * BYTES_PER_WORD); cryp_polling_mode()
/linux-4.1.27/arch/sh/include/asm/
H A Dpage.h197 * While BYTES_PER_WORD == 4 on the current sh64 ABI, GCC will still
/linux-4.1.27/mm/
H A Dslab.c153 #define BYTES_PER_WORD sizeof(void *) macro
154 #define REDZONE_ALIGN max(BYTES_PER_WORD, __alignof__(unsigned long long))
344 * 0 .. cachep->obj_offset - BYTES_PER_WORD - 1: padding. This ensures that
347 * cachep->obj_offset - BYTES_PER_WORD .. cachep->obj_offset - 1:
350 * cachep->size - 2* BYTES_PER_WORD: redzone word [BYTES_PER_WORD long]
351 * cachep->size - 1* BYTES_PER_WORD: last caller address
352 * [BYTES_PER_WORD long]
380 return (void **)(objp + cachep->size - BYTES_PER_WORD); dbg_userword()
2112 size_t ralign = BYTES_PER_WORD; __kmem_cache_create()
2140 if (size & (BYTES_PER_WORD - 1)) { __kmem_cache_create()
2141 size += (BYTES_PER_WORD - 1); __kmem_cache_create()
2142 size &= ~(BYTES_PER_WORD - 1); __kmem_cache_create()
2189 size += BYTES_PER_WORD; __kmem_cache_create()

Completed in 180 milliseconds