/kernel/linux/linux-5.10/arch/powerpc/perf/req-gen/ |
H A D | perf.h | 80 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ 81 __field_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) 113 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ 122 "offset=" #c_offset) 136 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \
|
/kernel/linux/linux-6.6/arch/powerpc/perf/req-gen/ |
H A D | perf.h | 80 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ 81 __field_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) 113 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ 122 "offset=" #c_offset) 136 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | twofish-i586-asm_32.S | 21 #define c_offset 8 define 222 mov c_offset(%edi), %ecx 227 input_whitening(%ecx,%ebp,c_offset) 248 output_whitening(%eax,%ebp,c_offset) 253 mov %eax, c_offset(%edi) 279 mov c_offset(%edi), %ecx 284 output_whitening(%ecx,%ebp,c_offset) 305 input_whitening(%eax,%ebp,c_offset) 310 mov %eax, c_offset(%edi)
|
H A D | twofish-x86_64-asm_64.S | 15 #define c_offset 8 define 218 input_whitening(R3,%r11,c_offset) 250 output_whitening(R1,%r11,c_offset) 271 output_whitening(R3,%r11,c_offset) 302 input_whitening(R1,%r11,c_offset)
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | twofish-i586-asm_32.S | 21 #define c_offset 8 define 222 mov c_offset(%edi), %ecx 227 input_whitening(%ecx,%ebp,c_offset) 248 output_whitening(%eax,%ebp,c_offset) 253 mov %eax, c_offset(%edi) 279 mov c_offset(%edi), %ecx 284 output_whitening(%ecx,%ebp,c_offset) 305 input_whitening(%eax,%ebp,c_offset) 310 mov %eax, c_offset(%edi)
|
H A D | twofish-x86_64-asm_64.S | 15 #define c_offset 8 define 218 input_whitening(R3,%r11,c_offset) 250 output_whitening(R1,%r11,c_offset) 271 output_whitening(R3,%r11,c_offset) 302 input_whitening(R1,%r11,c_offset)
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | sh_mobile_lcdcfb.c | 1377 unsigned long c_offset; in sh_mobile_lcdc_overlay_pan() local 1382 c_offset = 0; in sh_mobile_lcdc_overlay_pan() 1388 c_offset = var->yoffset / ysub * ovl->xres_virtual * 2 / xsub in sh_mobile_lcdc_overlay_pan() 1401 + c_offset; in sh_mobile_lcdc_overlay_pan() 1691 unsigned long c_offset; in sh_mobile_lcdc_pan() local 1696 c_offset = 0; in sh_mobile_lcdc_pan() 1702 c_offset = var->yoffset / ysub * ch->xres_virtual * 2 / xsub in sh_mobile_lcdc_pan() 1715 + c_offset; in sh_mobile_lcdc_pan()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | sh_mobile_lcdcfb.c | 1370 unsigned long c_offset; in sh_mobile_lcdc_overlay_pan() local 1375 c_offset = 0; in sh_mobile_lcdc_overlay_pan() 1381 c_offset = var->yoffset / ysub * ovl->xres_virtual * 2 / xsub in sh_mobile_lcdc_overlay_pan() 1394 + c_offset; in sh_mobile_lcdc_overlay_pan() 1686 unsigned long c_offset; in sh_mobile_lcdc_pan() local 1691 c_offset = 0; in sh_mobile_lcdc_pan() 1697 c_offset = var->yoffset / ysub * ch->xres_virtual * 2 / xsub in sh_mobile_lcdc_pan() 1710 + c_offset; in sh_mobile_lcdc_pan()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | extents.c | 4018 ext4_lblk_t c_offset = EXT4_LBLK_COFF(sbi, map->m_lblk); in get_implied_cluster_alloc() local 4036 map->m_pblk = EXT4_PBLK_CMASK(sbi, ee_start) + c_offset; in get_implied_cluster_alloc() 4038 (unsigned) sbi->s_cluster_ratio - c_offset); in get_implied_cluster_alloc()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | extents.c | 3986 ext4_lblk_t c_offset = EXT4_LBLK_COFF(sbi, map->m_lblk); in get_implied_cluster_alloc() local 4004 map->m_pblk = EXT4_PBLK_CMASK(sbi, ee_start) + c_offset; in get_implied_cluster_alloc() 4006 (unsigned) sbi->s_cluster_ratio - c_offset); in get_implied_cluster_alloc()
|