| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | numa_emulation.c | 32 static u64 __init mem_hole_size(u64 start, u64 end) in mem_hole_size() 129 u64 start, limit, end; in split_nodes_interleave() local 189 u64 end = start + size; in find_end_of_node() local 276 u64 start, limit, end; in split_nodes_size_interleave_uniform() local
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | cache.c | 485 unsigned long end) in __flush_tlb_range() 596 unsigned long start, unsigned long end) in flush_cache_range() 651 unsigned long end = start + size; in flush_kernel_vmap_range() local 668 unsigned long end = start + size; in invalidate_kernel_vmap_range() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/boundary_view/ |
| H A D | implementation.hpp | 234 iterator end() { return base_type::end(); } in end() function in boost::geometry::detail::boundary_views::ring_boundary 236 const_iterator end() const { return base_type::end(); } in end() function in boost::geometry::detail::boundary_views::ring_boundary 410 inline iterator end() { return m_views + m_num_rings; } in end() function in boost::geometry::detail::boundary_views::areal_boundary 412 inline const_iterator end() const { return m_views + m_num_rings; } in end() function in boost::geometry::detail::boundary_views::areal_boundary
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | imagetool.c | 19 struct image_type_params **end = __stop_image_type; in imagetool_get_type() local 41 struct image_type_params **end = __stop_image_type; in imagetool_verify_print_header() local
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | ide.h | 38 unsigned long end = (unsigned long)dst + (count << 1); in __ide_insw() local 68 unsigned long end = (unsigned long)src + (count << 1); in __ide_outsw() local
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | task_mmu.c | 301 unsigned long start, unsigned long end, in show_vma_header_prefix() 328 unsigned long start, end; in show_map_vma() local 542 static int smaps_pte_hole(unsigned long addr, unsigned long end, in smaps_pte_hole() 647 static int smaps_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, in smaps_pte_range() 759 unsigned long addr, unsigned long end, in smaps_hugetlb_range() 1202 unsigned long end, struct mm_walk *walk) in clear_refs_pte_range() 1260 static int clear_refs_test_walk(unsigned long start, unsigned long end, in clear_refs_test_walk() 1409 static int pagemap_pte_hole(unsigned long start, unsigned long end, in pagemap_pte_hole() 1491 static int pagemap_pmd_range(pmd_t *pmdp, unsigned long addr, unsigned long end, in pagemap_pmd_range() 1588 unsigned long addr, unsigned long end, in pagemap_hugetlb_range() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | ident_map_64.c | 93 static void add_identity_map(unsigned long start, unsigned long end) in add_identity_map() 224 char *cl, *start, *end; in clflush_page() local 337 unsigned long end; in do_boot_page_fault() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/device/ |
| H A D | array.hpp | 91 (char_type* begin, char_type* end) in array_adapter() 103 (const char_type* begin, const char_type* end) in array_adapter()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | sections.h | 108 static inline bool memory_contains(void *begin, void *end, void *virt, in memory_contains() 125 static inline bool memory_intersects(void *begin, void *end, void *virt, in memory_intersects()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | tlbflush.h | 120 unsigned long start, unsigned long end) in flush_tlb_range() 126 unsigned long end) in flush_tlb_kernel_range()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | ci_udc.c | 183 const unsigned long end = start + 2 * sizeof(*head); in ci_flush_qh() local 198 unsigned long end = start + 2 * sizeof(*head); in ci_invalidate_qh() local 213 const unsigned long end = start + 2 * ILIST_ENT_SZ; in ci_flush_qtd() local 227 const unsigned long end = (unsigned long)td + ILIST_ENT_SZ; in ci_flush_td() local 241 const unsigned long end = start + 2 * ILIST_ENT_SZ; in ci_invalidate_qtd() local 255 const unsigned long end = start + ILIST_ENT_SZ; in ci_invalidate_td() local
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | flash.c | 56 ulong end; /* last address in current sect */ in flash_protect() local 126 ulong end = addr + cnt - 1; in flash_write() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | mdfld_dsi_output.h | 44 #define FLD_MASK(start, end) (((1 << ((start) - (end) + 1)) - 1) << (end)) argument 45 #define FLD_VAL(val, start, end) (((val) << (end)) & FLD_MASK(start, end)) argument 46 #define FLD_GET(val, start, end) (((val) & FLD_MASK(start, end)) >> (end)) argument 47 #define FLD_MOD(orig, val, start, end) \ argument 50 #define REG_FLD_MOD(reg, val, start, end) \ argument 54 u32 val, int start, int end) in REGISTER_FLD_WAIT() 66 #define REG_FLD_WAIT(reg, val, start, end) \ argument
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | auth_x.c | 94 static int ceph_x_decrypt(struct ceph_crypto_key *secret, void **p, void *end) in ceph_x_decrypt() 159 void **p, void *end) in process_one_ticket() 268 void *buf, void *end) in ceph_x_proc_ticket_reply() 304 void *p, *end; in encrypt_authorizer() local 415 void **p, void *end) in ceph_x_encode_ticket() 484 void *buf, void *end) in ceph_x_build_request() 564 void *buf, void *end) in ceph_x_handle_reply()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | tlbflush_32.c | 40 unsigned long end) in local_flush_tlb_range() 78 void local_flush_tlb_kernel_range(unsigned long start, unsigned long end) in local_flush_tlb_kernel_range()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | nospec-branch.c | 99 static void __init_or_module __nospec_revert(s32 *start, s32 *end) in __nospec_revert() 162 void __init_or_module nospec_revert(s32 *start, s32 *end) in nospec_revert()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | hash_pgtable.c | 403 static bool hash__change_memory_range(unsigned long start, unsigned long end, in hash__change_memory_range() 431 unsigned long start, end; in hash__mark_rodata_ro() local 441 unsigned long start, end, pp; in hash__mark_initmem_nx() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | vector-builder.h | 367 vector_builder<T, Shape, Derived>::count_dups (int start, int end, in count_dups() 409 unsigned int end, in repeating_sequence_p() 424 unsigned int end, in stepped_sequence_p()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | test_vdso.c | 61 void *start, *end; in vsyscall_getcpu() local 219 struct timespec start, vdso, end; in test_one_clock_gettime() local 280 struct timeval start, vdso, end; in test_gettimeofday() local
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/ |
| H A D | rkpm_helpers.c | 93 u8 *start, *end; in rkpm_reg_rgn_save() local 114 u8 *start, *end; in rkpm_reg_rgn_restore() local 130 u8 *start, *end; in rkpm_reg_rgn_restore_reverse() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | get_anchors.cpp | 19 for (auto it = line.begin(), end = line.end() - 1; it != end; it++) { in getLineLength() local 44 for (auto it = line.begin(), end = line.end() - 1; it != end; it++, i++) { in resample() local 152 for (auto it = line.begin(), end = line.end() - 1; it != end; it++, i++) { in getCenterAnchor() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | vector-builder.h | 367 vector_builder<T, Shape, Derived>::count_dups (int start, int end, in count_dups() 409 unsigned int end, in repeating_sequence_p() 424 unsigned int end, in stepped_sequence_p()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | init.c | 314 unsigned long start, end, prev_end = 0; in free_unused_memmap() local 372 unsigned long end = PFN_DOWN(range_end); in free_highpages() local 437 unsigned long end; member 628 void free_initrd_mem(unsigned long start, unsigned long end) in free_initrd_mem()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | mem.c | 93 int __weak create_section_mapping(unsigned long start, unsigned long end, in create_section_mapping() 99 int __weak remove_section_mapping(unsigned long start, unsigned long end) in remove_section_mapping() 233 unsigned long end = __fix_to_virt(FIX_KMAP_BEGIN); in paging_init() local 595 phys_addr_t start, end; in add_system_ram_resources() local
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | bitmap.c | 25 __be32 *pptr, *curr, *end; in hfsplus_block_allocate() local 169 __be32 *pptr, *curr, *end; in hfsplus_block_free() local
|