Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
H A Dkey.c39 const u8 *key = fscache_get_key(object->cookie), *kend; in cachefiles_cook_key() local
114 kend = key + keylen; in cachefiles_cook_key()
117 if (key < kend) { in cachefiles_cook_key()
119 if (key < kend) in cachefiles_cook_key()
130 } while (key < kend); in cachefiles_cook_key()
/linux/arch/alpha/boot/
H A Dbootpz.c77 unsigned long kstart, unsigned long kend) in check_range() argument
83 vstart, vend, kstart, kend); in check_range()
89 if (kaddr >= kstart && kaddr <= kend) in check_range()
94 vaddr, kaddr, kstart, kend); in check_range()
/linux/arch/arc/include/asm/
H A Dcacheflush.h23 void flush_icache_range(unsigned long kstart, unsigned long kend);
/linux/arch/arc/mm/
H A Dcache.c787 void flush_icache_range(unsigned long kstart, unsigned long kend) in flush_icache_range() argument
796 tot_sz = kend - kstart; in flush_icache_range()
810 __sync_icache_dcache(kstart, kstart, kend - kstart); in flush_icache_range()
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c915 u64 kend = kstart + krange; in drm_gpuvm_in_kernel_node() local
917 return krange && addr < kend && kstart < end; in drm_gpuvm_in_kernel_node()
/linux/tools/perf/util/
H A Dsymbol-elf.c2342 u64 kend; in kcore_copy__find_remaps()
2360 kend = k->offset + k->len; in kcore_copy__find_remaps()
2369 if (p->offset >= k->offset && pend <= kend) in kcore_copy__find_remaps()
2341 u64 kend; kcore_copy__find_remaps() local