/openbmc/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 | 14 #define b_offset 4 macro
|
/openbmc/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()
|
/openbmc/linux/drivers/misc/mei/ |
H 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()
|
/openbmc/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()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_buf.c | 346 bp->b_offset = offset_in_page(bp->b_addr); in xfs_buf_alloc_kmem() 1594 offset = bp->b_offset; in _xfs_buf_ioapply() 1735 page_index = (boff + bp->b_offset) >> PAGE_SHIFT; in xfs_buf_zero() 1736 page_offset = (boff + bp->b_offset) & ~PAGE_MASK; in xfs_buf_zero()
|
H A D | xfs_buf.h | 190 unsigned int b_offset; /* page offset of b_addr, member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 870 - if (do_lseek(handle, b_offset, SEEK_SET) == (off64_t)-1) { 871 + if (do_lseek(handle, b_offset, SEEK_SET) == (off_t)-1) { 872 tracecmd_warning("could not seek to %lld", b_offset);
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol-elf.c | 373 u64 b_offset = get_rel_offset(ri, *(const u32 *)b); in rel_cmp() local 375 return a_offset < b_offset ? -1 : (a_offset > b_offset ? 1 : 0); in rel_cmp()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 12024 u32 i, offset, len, b_offset, b_count, cpmu_val = 0; in tg3_get_eeprom() local 12051 b_offset = offset & 3; in tg3_get_eeprom() 12052 b_count = 4 - b_offset; in tg3_get_eeprom() 12057 ret = tg3_nvram_read_be32(tp, offset-b_offset, &val); in tg3_get_eeprom() 12060 memcpy(data, ((char *)&val) + b_offset, b_count); in tg3_get_eeprom() 12092 b_offset = offset + len - b_count; in tg3_get_eeprom() 12093 ret = tg3_nvram_read_be32(tp, b_offset, &val); in tg3_get_eeprom() 12114 u32 offset, len, b_offset, odd_len; in tg3_set_eeprom() local 12125 if ((b_offset = (offset & 3))) { in tg3_set_eeprom() 12127 ret = tg3_nvram_read_be32(tp, offset-b_offset, &start); in tg3_set_eeprom() [all …]
|
/openbmc/linux/drivers/md/ |
H A D | raid5.c | 1404 int b_offset = 0; in async_copy_data() local 1407 b_offset = -page_offset; in async_copy_data() 1408 page_offset += b_offset; in async_copy_data() 1409 len -= b_offset; in async_copy_data() 1418 b_offset += bvl.bv_offset; in async_copy_data() 1422 b_offset == 0 && page_offset == 0 && in async_copy_data() 1428 b_offset, clen, &submit); in async_copy_data() 1430 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | niu.c | 6892 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()
|