Searched refs:kend (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/alpha/boot/ |
| D | bootpz.c | 78 unsigned long kstart, unsigned long kend) in check_range() argument 84 vstart, vend, kstart, kend); in check_range() 90 if (kaddr >= kstart && kaddr <= kend) in check_range() 95 vaddr, kaddr, kstart, kend); in check_range()
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | relocate.c | 57 void *kend = kbase + kernel_length; in sync_icache() local 67 } while (kbase < kend); in sync_icache()
|
| /Linux-v5.4/arch/arc/include/asm/ |
| D | cacheflush.h | 31 void flush_icache_range(unsigned long kstart, unsigned long kend);
|
| /Linux-v5.4/arch/arc/mm/ |
| D | cache.c | 938 void flush_icache_range(unsigned long kstart, unsigned long kend) in flush_icache_range() argument 947 tot_sz = kend - kstart; in flush_icache_range() 961 __sync_icache_dcache(kstart, kstart, kend - kstart); in flush_icache_range()
|
| /Linux-v5.4/tools/perf/util/ |
| D | symbol-elf.c | 1649 u64 kend; in kcore_copy__find_remaps() local 1667 kend = k->offset + k->len; in kcore_copy__find_remaps() 1676 if (p->offset >= k->offset && pend <= kend) in kcore_copy__find_remaps()
|
| /Linux-v5.4/fs/ntfs/ |
| D | super.c | 1257 u32 *kaddr, *kend; in check_windows_hibernation_status() local 1319 kend = kaddr + NTFS_HIBERFIL_HEADER_SIZE/sizeof(*kaddr); in check_windows_hibernation_status() 1330 } while (++kaddr < kend); in check_windows_hibernation_status()
|