Searched refs:entry_offset (Results 1 – 5 of 5) sorted by relevance
| /arch/sh/mm/ |
| A D | cache-sh4.c | 161 unsigned long addr, end_addr, entry_offset; in flush_dcache_all() local 168 entry_offset = 1 << current_cpu_data.dcache.entry_shift; in flush_dcache_all() 171 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 172 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 173 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 174 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 175 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 176 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 177 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 178 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all()
|
| /arch/loongarch/kernel/ |
| A D | unwind_prologue.c | 31 static inline bool scan_handlers(unsigned long entry_offset) in scan_handlers() argument 35 if (entry_offset >= EXCCODE_INT_START * VECSIZE) in scan_handlers() 38 idx = entry_offset / VECSIZE; in scan_handlers() 39 offset = entry_offset % VECSIZE; in scan_handlers()
|
| /arch/x86/boot/compressed/ |
| A D | misc.c | 410 size_t entry_offset; in extract_kernel() local 519 entry_offset = decompress_kernel(output, virt_addr, error); in extract_kernel() 522 debug_puthex(entry_offset); in extract_kernel() 534 return output + entry_offset; in extract_kernel()
|
| /arch/s390/kernel/ |
| A D | debug.c | 554 size_t entry_offset; in debug_output() local 562 entry_offset = p_info->act_entry_offset; in debug_output() 570 formatted_line_residue = formatted_line_size - entry_offset; in debug_output() 575 + entry_offset, copy_size)) in debug_output() 578 entry_offset += copy_size; in debug_output() 581 entry_offset = 0; in debug_output() 588 p_info->act_entry_offset = entry_offset; in debug_output()
|
| /arch/x86/include/asm/ |
| A D | sgx.h | 230 u64 entry_offset; member
|
Completed in 13 milliseconds