Home
last modified time | relevance | path

Searched refs:kend (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/alpha/boot/
Dbootpz.c78 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-v4.19/arch/mips/kernel/
Drelocate.c57 void *kend = kbase + kernel_length; in sync_icache() local
67 } while (kbase < kend); in sync_icache()
/Linux-v4.19/arch/arc/include/asm/
Dcacheflush.h34 void flush_icache_range(unsigned long kstart, unsigned long kend);
/Linux-v4.19/arch/arc/mm/
Dcache.c927 void flush_icache_range(unsigned long kstart, unsigned long kend) in flush_icache_range() argument
936 tot_sz = kend - kstart; in flush_icache_range()
950 __sync_icache_dcache(kstart, kstart, kend - kstart); in flush_icache_range()
/Linux-v4.19/tools/perf/util/
Dsymbol-elf.c1604 u64 kend; in kcore_copy__find_remaps() local
1622 kend = k->offset + k->len; in kcore_copy__find_remaps()
1631 if (p->offset >= k->offset && pend <= kend) in kcore_copy__find_remaps()
/Linux-v4.19/fs/ntfs/
Dsuper.c1271 u32 *kaddr, *kend; in check_windows_hibernation_status() local
1333 kend = kaddr + NTFS_HIBERFIL_HEADER_SIZE/sizeof(*kaddr); in check_windows_hibernation_status()
1344 } while (++kaddr < kend); in check_windows_hibernation_status()