Home
last modified time | relevance | path

Searched refs:b_offset (Results 1 – 12 of 12) sorted by relevance

/linux/arch/x86/crypto/
H A Dtwofish-i586-asm_32.S20 #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 Dtwofish-x86_64-asm_64.S14 #define b_offset 4 macro
/linux/arch/powerpc/kernel/
H A Doptprobes.c159 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 Ddma-ring.c135 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 Dsun8i_hdmi_phy.c239 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/fs/bcachefs/
H A Dbuckets.h379 u64 b_offset = bucket_to_sector(ca, b); in is_superblock_bucket() local
390 if (!(offset >= b_end || end <= b_offset)) in is_superblock_bucket()
/linux/fs/xfs/
H A Dxfs_buf.h203 unsigned int b_offset; /* page offset of b_addr, member
H A Dxfs_buf.c355 bp->b_offset = offset_in_page(bp->b_addr); in xfs_buf_alloc_kmem()
1670 offset = bp->b_offset; in _xfs_buf_ioapply()
1811 page_index = (boff + bp->b_offset) >> PAGE_SHIFT; in xfs_buf_zero()
1812 page_offset = (boff + bp->b_offset) & ~PAGE_MASK; in xfs_buf_zero()
/linux/tools/perf/util/
H A Dsymbol-elf.c374 u64 b_offset = get_rel_offset(ri, *(const u32 *)b); in rel_cmp() local
376 return a_offset < b_offset ? -1 : (a_offset > b_offset ? 1 : 0); in rel_cmp()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c12119 b_offset = offset & 3; in tg3_get_eeprom()
12120 b_count = 4 - b_offset; in tg3_get_eeprom()
12128 memcpy(data, ((char *)&val) + b_offset, b_count); in tg3_get_eeprom()
12160 b_offset = offset + len - b_count; in tg3_get_eeprom()
12161 ret = tg3_nvram_read_be32(tp, b_offset, &val); in tg3_get_eeprom()
12182 u32 offset, len, b_offset, odd_len; in tg3_set_eeprom() local
12193 if ((b_offset = (offset & 3))) { in tg3_set_eeprom()
12198 len += b_offset; in tg3_set_eeprom()
12215 if (b_offset || odd_len) { in tg3_set_eeprom()
12219 if (b_offset) in tg3_set_eeprom()
[all …]
/linux/drivers/md/
H A Draid5.c1393 int b_offset = 0; in async_copy_data() local
1396 b_offset = -page_offset; in async_copy_data()
1397 page_offset += b_offset; in async_copy_data()
1398 len -= b_offset; in async_copy_data()
1407 b_offset += bvl.bv_offset; in async_copy_data()
1411 b_offset == 0 && page_offset == 0 && in async_copy_data()
1417 b_offset, clen, &submit); in async_copy_data()
1419 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()
/linux/drivers/net/ethernet/sun/
H A Dniu.c6892 u32 b_offset, b_count; in niu_get_eeprom() local
6894 b_offset = offset & 3; in niu_get_eeprom()
6895 b_count = 4 - b_offset; in niu_get_eeprom()
6899 val = nr64(ESPC_NCR((offset - b_offset) / 4)); in niu_get_eeprom()
6900 memcpy(data, ((char *)&val) + b_offset, b_count); in niu_get_eeprom()