Searched refs:kend (Results 1 – 11 of 11) sorted by relevance
/openbmc/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()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/libcoap/ |
H A D | CVE-2024-0962.patch | 27 + const char *kend; 33 + kend = end = memchr(begin, '\n', size); 42 + size -= kend - begin + 1;
|
/openbmc/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()
|
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/ |
H A D | 0001-tic-hang.patch | 27 - 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 D | relocate.c | 58 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 D | cacheflush.h | 23 void flush_icache_range(unsigned long kstart, unsigned long kend);
|
/openbmc/linux/arch/arc/mm/ |
H A D | cache.c | 829 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 D | core.c | 91 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 D | drm_gpuva_mgr.c | 641 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 D | super.c | 1265 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 D | symbol-elf.c | 2268 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()
|