Searched refs:kend (Results 1 – 8 of 8) 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/mips/kernel/ |
H A D | relocate.c | 58 void *kend = kbase + kernel_length; in sync_icache() local 68 } while (step && kbase < kend); in sync_icache()
|
/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/nvmem/ |
H A D | core.c | 88 unsigned int kend, ksize; in nvmem_access_with_keepouts() local 103 kend = min(end, keepout->start); in nvmem_access_with_keepouts() 104 ksize = kend - offset; in nvmem_access_with_keepouts() 121 kend = min(end, keepout->end); in nvmem_access_with_keepouts() 122 ksize = kend - offset; in nvmem_access_with_keepouts()
|
/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 | 2340 u64 kend; in kcore_copy__find_remaps() local 2358 kend = k->offset + k->len; in kcore_copy__find_remaps() 2367 if (p->offset >= k->offset && pend <= kend) in kcore_copy__find_remaps()
|