Searched refs:b_offset (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/sun4i/ |
A D | sun8i_hdmi_phy.c | 238 u32 b_offset = 0; in sun8i_h3_hdmi_phy_config() local 327 b_offset = 2; in sun8i_h3_hdmi_phy_config() 364 val = min(val + b_offset, (u32)0x3f); in sun8i_h3_hdmi_phy_config()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_buf.h | 177 unsigned int b_offset; /* page offset of b_addr, member
|
A D | xfs_buf.c | 347 bp->b_offset = offset_in_page(bp->b_addr); in xfs_buf_alloc_kmem() 1588 offset = bp->b_offset; in _xfs_buf_ioapply() 1729 page_index = (boff + bp->b_offset) >> PAGE_SHIFT; in xfs_buf_zero() 1730 page_offset = (boff + bp->b_offset) & ~PAGE_MASK; in xfs_buf_zero()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | symbol-elf.c | 365 u64 b_offset = get_rel_offset(ri, *(const u32 *)b); in rel_cmp() local 367 return a_offset < b_offset ? -1 : (a_offset > b_offset ? 1 : 0); in rel_cmp()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/ |
A D | tg3.c | 12007 b_offset = offset & 3; in tg3_get_eeprom() 12008 b_count = 4 - b_offset; in tg3_get_eeprom() 12016 memcpy(data, ((char *)&val) + b_offset, b_count); in tg3_get_eeprom() 12048 b_offset = offset + len - b_count; in tg3_get_eeprom() 12049 ret = tg3_nvram_read_be32(tp, b_offset, &val); in tg3_get_eeprom() 12070 u32 offset, len, b_offset, odd_len; in tg3_set_eeprom() local 12081 if ((b_offset = (offset & 3))) { in tg3_set_eeprom() 12086 len += b_offset; in tg3_set_eeprom() 12103 if (b_offset || odd_len) { in tg3_set_eeprom() 12107 if (b_offset) in tg3_set_eeprom() [all …]
|
/linux-6.3-rc2/drivers/md/ |
A D | raid5.c | 1401 int b_offset = 0; in async_copy_data() local 1404 b_offset = -page_offset; in async_copy_data() 1405 page_offset += b_offset; in async_copy_data() 1406 len -= b_offset; in async_copy_data() 1415 b_offset += bvl.bv_offset; in async_copy_data() 1419 b_offset == 0 && page_offset == 0 && in async_copy_data() 1425 b_offset, clen, &submit); in async_copy_data() 1427 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()
|
/linux-6.3-rc2/drivers/net/ethernet/sun/ |
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()
|
Completed in 93 milliseconds