Searched refs:b_offset (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/crypto/ |
| H A D | twofish-i586-asm_32.S | 20 #define b_offset 4 macro 221 mov b_offset(%edi), %ebx 226 input_whitening(%ebx,%ebp,b_offset) 251 output_whitening(%edx,%ebp,b_offset) 256 mov %edx, b_offset(%edi) 278 mov b_offset(%edi), %ebx 282 output_whitening(%ebx,%ebp,b_offset) 308 input_whitening(%edx,%ebp,b_offset) 313 mov %edx, b_offset(%edi)
|
| H A D | twofish-x86_64-asm_64.S | 15 #define b_offset 4 macro
|
| /linux/arch/powerpc/kernel/ |
| H A D | optprobes.c | 159 long b_offset; in arch_prepare_optimized_kprobe() local 181 b_offset = (unsigned long)buff - (unsigned long)p->addr; in arch_prepare_optimized_kprobe() 182 if (!is_offset_in_branch_range(b_offset)) in arch_prepare_optimized_kprobe() 186 b_offset = (unsigned long)(buff + TMPL_RET_IDX) - nip; in arch_prepare_optimized_kprobe() 187 if (!is_offset_in_branch_range(b_offset)) in arch_prepare_optimized_kprobe()
|
| /linux/drivers/misc/mei/ |
| H A D | dma-ring.c | 135 size_t b_offset = offset << 2; in mei_dma_copy_from() local 138 memcpy(buf, dbuf + b_offset, b_n); in mei_dma_copy_from() 157 size_t b_offset = offset << 2; in mei_dma_copy_to() local 160 memcpy(hbuf + b_offset, buf, b_n); in mei_dma_copy_to()
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun8i_hdmi_phy.c | 239 u32 b_offset = 0; in sun8i_h3_hdmi_phy_config() local 328 b_offset = 2; in sun8i_h3_hdmi_phy_config() 365 val = min(val + b_offset, (u32)0x3f); in sun8i_h3_hdmi_phy_config()
|
| /linux/tools/perf/util/ |
| H A D | symbol-elf.c | 306 u64 b_offset = get_rel_offset(ri, *(const u32 *)b); in rel_cmp() local 308 return a_offset < b_offset ? -1 : (a_offset > b_offset ? 1 : 0); in rel_cmp()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 12108 u32 i, offset, len, b_offset, b_count, cpmu_val = 0; in tg3_get_eeprom() local 12135 b_offset = offset & 3; in tg3_get_eeprom() 12136 b_count = 4 - b_offset; in tg3_get_eeprom() 12141 ret = tg3_nvram_read_be32(tp, offset-b_offset, &val); in tg3_get_eeprom() 12144 memcpy(data, ((char *)&val) + b_offset, b_count); in tg3_get_eeprom() 12176 b_offset = offset + len - b_count; in tg3_get_eeprom() 12177 ret = tg3_nvram_read_be32(tp, b_offset, &val); in tg3_get_eeprom() 12198 u32 offset, len, b_offset, odd_len; in tg3_set_eeprom() local 12209 if ((b_offset = (offset & 3))) { in tg3_set_eeprom() 12211 ret = tg3_nvram_read_be32(tp, offset-b_offset, &start); in tg3_set_eeprom() [all …]
|
| /linux/drivers/md/ |
| H A D | raid5.c | 1386 int b_offset = 0; in async_copy_data() local 1389 b_offset = -page_offset; in async_copy_data() 1390 page_offset += b_offset; in async_copy_data() 1391 len -= b_offset; in async_copy_data() 1400 b_offset += bvl.bv_offset; in async_copy_data() 1404 b_offset == 0 && page_offset == 0 && in async_copy_data() 1410 b_offset, clen, &submit); in async_copy_data() 1412 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | niu.c | 6912 u32 b_offset, b_count; in niu_get_eeprom() local 6914 b_offset = offset & 3; in niu_get_eeprom() 6915 b_count = 4 - b_offset; in niu_get_eeprom() 6919 val = nr64(ESPC_NCR((offset - b_offset) / 4)); in niu_get_eeprom() 6920 memcpy(data, ((char *)&val) + b_offset, b_count); in niu_get_eeprom()
|