Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/libcoap/
H A DCVE-2024-0962.patch27 + const char *kend;
33 + kend = end = memchr(begin, '\n', size);
42 + size -= kend - begin + 1;
/openbmc/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()
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-tic-hang.patch27 - kend=\EOF, khome=\EOH, use=konsole+pcfkeys,
33 + kend=\EOF, kf1=\EOP, kf13=\EO2P, kf14=\EO2Q, kf15=\EO2R,
/openbmc/linux/arch/mips/kernel/
H A Drelocate.c58 void *kend = kbase + kernel_length; in sync_icache() local
68 } while (step && kbase < kend); in sync_icache()
/openbmc/linux/arch/arc/include/asm/
H A Dcacheflush.h23 void flush_icache_range(unsigned long kstart, unsigned long kend);
/openbmc/linux/arch/arc/mm/
H A 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()
/openbmc/linux/drivers/nvmem/
H A Dcore.c91 unsigned int kend, ksize; in nvmem_access_with_keepouts() local
106 kend = min(end, keepout->start); in nvmem_access_with_keepouts()
107 ksize = kend - offset; in nvmem_access_with_keepouts()
124 kend = min(end, keepout->end); in nvmem_access_with_keepouts()
125 ksize = kend - offset; in nvmem_access_with_keepouts()
/openbmc/linux/drivers/gpu/drm/
H A 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()
/openbmc/linux/fs/ntfs/
H A 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()
/openbmc/linux/tools/perf/util/
H A 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()