Searched refs:b_offset (Results 1 – 10 of 10) sorted by relevance
/linux/arch/x86/crypto/ |
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)
|
A D | twofish-x86_64-asm_64.S | 14 #define b_offset 4 macro
|
/linux/arch/powerpc/kernel/ |
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/ |
A D | dma-ring.c | 133 size_t b_offset = offset << 2; in mei_dma_copy_from() local 136 memcpy(buf, dbuf + b_offset, b_n); in mei_dma_copy_from() 153 size_t b_offset = offset << 2; in mei_dma_copy_to() local 156 memcpy(hbuf + b_offset, buf, b_n); in mei_dma_copy_to()
|
/linux/drivers/gpu/drm/sun4i/ |
A D | sun8i_hdmi_phy.c | 197 u32 b_offset = 0; in sun8i_hdmi_phy_config_h3() local 281 b_offset = 2; in sun8i_hdmi_phy_config_h3() 318 val = min(val + b_offset, (u32)0x3f); in sun8i_hdmi_phy_config_h3()
|
/linux/fs/xfs/ |
A D | xfs_buf.c | 336 bp->b_offset = offset_in_page(bp->b_addr); in xfs_buf_alloc_kmem() 1550 offset = bp->b_offset; in _xfs_buf_ioapply() 1676 page_index = (boff + bp->b_offset) >> PAGE_SHIFT; in xfs_buf_zero() 1677 page_offset = (boff + bp->b_offset) & ~PAGE_MASK; in xfs_buf_zero()
|
A D | xfs_buf.h | 171 unsigned int b_offset; /* page offset of b_addr, member
|
/linux/drivers/md/ |
A D | raid5.c | 1330 int b_offset = 0; in async_copy_data() local 1333 b_offset = -page_offset; in async_copy_data() 1334 page_offset += b_offset; in async_copy_data() 1335 len -= b_offset; in async_copy_data() 1344 b_offset += bvl.bv_offset; in async_copy_data() 1348 b_offset == 0 && page_offset == 0 && in async_copy_data() 1354 b_offset, clen, &submit); in async_copy_data() 1356 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()
|
/linux/drivers/net/ethernet/broadcom/ |
A D | tg3.c | 12015 b_offset = offset & 3; in tg3_get_eeprom() 12016 b_count = 4 - b_offset; in tg3_get_eeprom() 12024 memcpy(data, ((char *)&val) + b_offset, b_count); in tg3_get_eeprom() 12056 b_offset = offset + len - b_count; in tg3_get_eeprom() 12057 ret = tg3_nvram_read_be32(tp, b_offset, &val); in tg3_get_eeprom() 12078 u32 offset, len, b_offset, odd_len; in tg3_set_eeprom() local 12089 if ((b_offset = (offset & 3))) { in tg3_set_eeprom() 12094 len += b_offset; in tg3_set_eeprom() 12111 if (b_offset || odd_len) { in tg3_set_eeprom() 12115 if (b_offset) in tg3_set_eeprom() [all …]
|
/linux/drivers/net/ethernet/sun/ |
A D | niu.c | 6874 u32 b_offset, b_count; in niu_get_eeprom() local 6876 b_offset = offset & 3; in niu_get_eeprom() 6877 b_count = 4 - b_offset; in niu_get_eeprom() 6881 val = nr64(ESPC_NCR((offset - b_offset) / 4)); in niu_get_eeprom() 6882 memcpy(data, ((char *)&val) + b_offset, b_count); in niu_get_eeprom()
|
Completed in 61 milliseconds