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/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 | 85 unsigned int kend, ksize; in nvmem_access_with_keepouts() local 100 kend = min(end, keepout->start); in nvmem_access_with_keepouts() 101 ksize = kend - offset; in nvmem_access_with_keepouts() 118 kend = min(end, keepout->end); in nvmem_access_with_keepouts() 119 ksize = kend - offset; in nvmem_access_with_keepouts()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gpuvm.c | 1011 u64 kend = kstart + krange; in drm_gpuvm_in_kernel_node() local 1013 return krange && addr < kend && kstart < end; in drm_gpuvm_in_kernel_node()
|
| /linux/tools/perf/util/ |
| H A D | symbol-elf.c | 2289 u64 kend; in kcore_copy__find_remaps() local 2307 kend = k->offset + k->len; in kcore_copy__find_remaps() 2316 if (p->offset >= k->offset && pend <= kend) in kcore_copy__find_remaps()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 916 unsigned long kend = (unsigned long)lm_alias(__init_begin); in linear_map_split_to_ptes() local 932 ret = range_split_to_ptes(kend, lend, GFP_ATOMIC); in linear_map_split_to_ptes()
|