Home
last modified time | relevance | path

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

/linux-6.6.21/fs/cachefiles/
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-6.6.21/arch/alpha/boot/
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-6.6.21/arch/mips/kernel/
Drelocate.c58 void *kend = kbase + kernel_length; in sync_icache() local
68 } while (step && kbase < kend); in sync_icache()
/linux-6.6.21/arch/arc/include/asm/
Dcacheflush.h23 void flush_icache_range(unsigned long kstart, unsigned long kend);
/linux-6.6.21/arch/arc/mm/
Dcache.c829 void flush_icache_range(unsigned long kstart, unsigned long kend) in flush_icache_range() argument
838 tot_sz = kend - kstart; in flush_icache_range()
852 __sync_icache_dcache(kstart, kstart, kend - kstart); in flush_icache_range()
/linux-6.6.21/drivers/nvmem/
Dcore.c113 unsigned int kend, ksize; in nvmem_access_with_keepouts() local
128 kend = min(end, keepout->start); in nvmem_access_with_keepouts()
129 ksize = kend - offset; in nvmem_access_with_keepouts()
146 kend = min(end, keepout->end); in nvmem_access_with_keepouts()
147 ksize = kend - offset; in nvmem_access_with_keepouts()
/linux-6.6.21/drivers/gpu/drm/
Ddrm_gpuva_mgr.c641 u64 kend = kstart + krange; in drm_gpuva_in_kernel_node() local
643 return krange && addr < kend && kstart < end; in drm_gpuva_in_kernel_node()
/linux-6.6.21/fs/ntfs/
Dsuper.c1265 u32 *kaddr, *kend; in check_windows_hibernation_status() local
1327 kend = kaddr + NTFS_HIBERFIL_HEADER_SIZE/sizeof(*kaddr); in check_windows_hibernation_status()
1338 } while (++kaddr < kend); in check_windows_hibernation_status()
/linux-6.6.21/tools/perf/util/
Dsymbol-elf.c2268 u64 kend; in kcore_copy__find_remaps() local
2286 kend = k->offset + k->len; in kcore_copy__find_remaps()
2295 if (p->offset >= k->offset && pend <= kend) in kcore_copy__find_remaps()