Searched refs:kend (Results 1 – 6 of 6) sorted by relevance
/linux/fs/cachefiles/ |
H A D | key.c | 39 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 D | bootpz.c | 77 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 D | cacheflush.h | 23 void flush_icache_range(unsigned long kstart, unsigned long kend);
|
/linux/arch/arc/mm/ |
H A D | cache.c | 787 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 D | drm_gpuvm.c | 915 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 D | symbol-elf.c | 2342 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
|