Searched refs:kend (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/alpha/boot/ |
| 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/mips/kernel/ |
| 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/include/asm/ |
| A D | cacheflush.h | 31 void flush_icache_range(unsigned long kstart, unsigned long kend);
|
| /linux/arch/arc/mm/ |
| A D | cache.c | 856 void flush_icache_range(unsigned long kstart, unsigned long kend) in flush_icache_range() argument 865 tot_sz = kend - kstart; in flush_icache_range() 879 __sync_icache_dcache(kstart, kstart, kend - kstart); in flush_icache_range()
|
| /linux/drivers/nvmem/ |
| A D | core.c | 106 unsigned int kend, ksize; in nvmem_access_with_keepouts() local 121 kend = min(end, keepout->start); in nvmem_access_with_keepouts() 122 ksize = kend - offset; in nvmem_access_with_keepouts() 139 kend = min(end, keepout->end); in nvmem_access_with_keepouts() 140 ksize = kend - offset; in nvmem_access_with_keepouts()
|
| /linux/tools/perf/util/ |
| A D | symbol-elf.c | 1831 u64 kend; in kcore_copy__find_remaps() local 1849 kend = k->offset + k->len; in kcore_copy__find_remaps() 1858 if (p->offset >= k->offset && pend <= kend) in kcore_copy__find_remaps()
|
| /linux/fs/ntfs/ |
| A D | super.c | 1257 u32 *kaddr, *kend; in check_windows_hibernation_status() local 1319 kend = kaddr + NTFS_HIBERFIL_HEADER_SIZE/sizeof(*kaddr); in check_windows_hibernation_status() 1330 } while (++kaddr < kend); in check_windows_hibernation_status()
|
Completed in 30 milliseconds