Searched refs:entry_offset (Results 1 – 2 of 2) sorted by relevance
/arch/sh/mm/ |
D | cache-sh4.c | 151 unsigned long addr, end_addr, entry_offset; in flush_dcache_all() local 158 entry_offset = 1 << current_cpu_data.dcache.entry_shift; in flush_dcache_all() 161 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 162 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 163 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 164 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 165 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 166 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 167 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 168 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all()
|
/arch/s390/kernel/ |
D | debug.c | 535 size_t entry_offset; in debug_output() local 543 entry_offset = p_info->act_entry_offset; in debug_output() 551 formatted_line_residue = formatted_line_size - entry_offset; in debug_output() 556 + entry_offset, copy_size)) in debug_output() 559 entry_offset += copy_size; in debug_output() 562 entry_offset = 0; in debug_output() 569 p_info->act_entry_offset = entry_offset; in debug_output()
|