Home
last modified time | relevance | path

Searched defs:end (Results 26 – 50 of 2827) sorted by relevance

12345678910>>...114

/OK3568_Linux_fs/kernel/mm/
H A Dioremap.c65 unsigned long end, phys_addr_t phys_addr, pgprot_t prot, in ioremap_pte_range()
85 unsigned long end, phys_addr_t phys_addr, in ioremap_try_huge_pmd()
107 unsigned long end, phys_addr_t phys_addr, pgprot_t prot, in ioremap_pmd_range()
131 unsigned long end, phys_addr_t phys_addr, in ioremap_try_huge_pud()
153 unsigned long end, phys_addr_t phys_addr, pgprot_t prot, in ioremap_pud_range()
177 unsigned long end, phys_addr_t phys_addr, in ioremap_try_huge_p4d()
199 unsigned long end, phys_addr_t phys_addr, pgprot_t prot, in ioremap_p4d_range()
223 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range()
H A Dmadvise.c71 unsigned long start, unsigned long end, int behavior) in madvise_behavior()
190 unsigned long end, struct mm_walk *walk) in swapin_walk_pmd_entry()
229 unsigned long start, unsigned long end, in force_shm_swapin_readahead()
264 unsigned long start, unsigned long end) in madvise_willneed()
311 unsigned long addr, unsigned long end, in madvise_cold_or_pageout_pte_range()
505 unsigned long addr, unsigned long end) in madvise_cold_page_range()
538 unsigned long addr, unsigned long end, in madvise_pageout_page_range()
595 unsigned long end, struct mm_walk *walk) in madvise_free_pte_range()
786 unsigned long start, unsigned long end) in madvise_dontneed_single_vma()
794 unsigned long start, unsigned long end, in madvise_dontneed_free()
[all …]
H A Dhmm.c40 static int hmm_pfns_fill(unsigned long addr, unsigned long end, in hmm_pfns_fill()
61 static int hmm_vma_fault(unsigned long addr, unsigned long end, in hmm_vma_fault()
145 static int hmm_vma_walk_hole(unsigned long addr, unsigned long end, in hmm_vma_walk_hole()
186 unsigned long end, unsigned long hmm_pfns[], in hmm_vma_handle_pmd()
230 unsigned long end, pmd_t *pmdp, pte_t *ptep, in hmm_vma_handle_pte()
321 unsigned long end, in hmm_vma_walk_pmd()
409 static int hmm_vma_walk_pud(pud_t *pudp, unsigned long start, unsigned long end, in hmm_vma_walk_pud()
473 unsigned long start, unsigned long end, in hmm_vma_walk_hugetlb_entry()
511 static int hmm_vma_walk_test(unsigned long start, unsigned long end, in hmm_vma_walk_test()
H A Dmincore.c25 unsigned long end, struct mm_walk *walk) in mincore_hugetlb()
71 static int __mincore_unmapped_range(unsigned long addr, unsigned long end, in __mincore_unmapped_range()
90 static int mincore_unmapped_range(unsigned long addr, unsigned long end, in mincore_unmapped_range()
99 static int mincore_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, in mincore_pte_range()
187 unsigned long end; in do_mincore() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dwriter.h283 const char* end = internal::i32toa(i, buffer); in WriteInt() local
292 const char* end = internal::u32toa(u, buffer); in WriteUint() local
301 const char* end = internal::i64toa(i64, buffer); in WriteInt64() local
310 char* end = internal::u64toa(u64, buffer); in WriteUint64() local
338 char* end = internal::dtoa(d, buffer, maxDecimalPlaces_); in WriteDouble() local
480 const char* end = internal::i32toa(i, buffer); in WriteInt() local
488 const char* end = internal::u32toa(u, buffer); in WriteUint() local
496 const char* end = internal::i64toa(i64, buffer); in WriteInt64() local
504 const char* end = internal::u64toa(u, buffer); in WriteUint64() local
532 char* end = internal::dtoa(d, buffer, maxDecimalPlaces_); in WriteDouble() local
[all …]
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosdmap.c55 static int crush_decode_uniform_bucket(void **p, void *end, in crush_decode_uniform_bucket()
66 static int crush_decode_list_bucket(void **p, void *end, in crush_decode_list_bucket()
87 static int crush_decode_tree_bucket(void **p, void *end, in crush_decode_tree_bucket()
104 static int crush_decode_straw_bucket(void **p, void *end, in crush_decode_straw_bucket()
125 static int crush_decode_straw2_bucket(void **p, void *end, in crush_decode_straw2_bucket()
261 static u32 *decode_array_32_alloc(void **p, void *end, u32 *plen) in decode_array_32_alloc()
295 static int decode_choose_arg(void **p, void *end, struct crush_choose_arg *arg) in decode_choose_arg()
334 static int decode_choose_args(void **p, void *end, struct crush_map *c) in decode_choose_args()
415 static struct crush_map *crush_decode(void *pbyval, void *end) in crush_decode()
772 static int decode_pool(void **p, void *end, struct ceph_pg_pool_info *pi) in decode_pool()
[all …]
H A Dcls_lock_client.c34 void *p, *end; in ceph_cls_lock() local
97 void *p, *end; in ceph_cls_unlock() local
148 void *p, *end; in ceph_cls_break_lock() local
195 void *p, *end; in ceph_cls_set_cookie() local
245 static int decode_locker(void **p, void *end, struct ceph_locker *locker) in decode_locker()
282 static int decode_lockers(void **p, void *end, u8 *type, char **tag, in decode_lockers()
338 void *p, *end; in ceph_cls_lock_info() local
391 void *p, *end; in ceph_cls_assert_locked() local
/OK3568_Linux_fs/kernel/arch/hexagon/mm/
H A Dcache.c12 #define spanlines(start, end) \ argument
15 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range()
35 void flush_icache_range(unsigned long start, unsigned long end) in flush_icache_range()
60 void hexagon_clean_dcache_range(unsigned long start, unsigned long end) in hexagon_clean_dcache_range()
80 void hexagon_inv_dcache_range(unsigned long start, unsigned long end) in hexagon_inv_dcache_range()
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dfeature-fixups.c72 struct ppc_inst *start, *end, *alt_start, *alt_end, *src, *dest, nop; in patch_feature_section() local
125 long *start, *end; in do_stf_entry_barrier_fixups() local
177 long *start, *end; in do_stf_exit_barrier_fixups() local
255 long *start, *end; in do_uaccess_flush_fixups() local
306 long *start, *end; in __do_entry_flush_fixups() local
391 long *start, *end; in do_rfi_flush_fixups() local
437 long *start, *end; in do_barrier_nospec_fixups_range() local
465 void *start, *end; in do_barrier_nospec_fixups() local
478 long *start, *end; in do_barrier_nospec_fixups_range() local
506 unsigned int *start, *end; in patch_btb_flush_section() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddescs_com.h22 static inline void ehn_desc_rx_set_on_ring(struct dma_desc *p, int end, in ehn_desc_rx_set_on_ring()
34 static inline void enh_desc_end_tx_desc_on_ring(struct dma_desc *p, int end) in enh_desc_end_tx_desc_on_ring()
54 static inline void ndesc_rx_set_on_ring(struct dma_desc *p, int end, int bfsize) in ndesc_rx_set_on_ring()
68 static inline void ndesc_end_tx_desc_on_ring(struct dma_desc *p, int end) in ndesc_end_tx_desc_on_ring()
107 static inline void ndesc_rx_set_on_chain(struct dma_desc *p, int end) in ndesc_rx_set_on_chain()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dkasan_init.c102 unsigned long end, int node, bool early) in kasan_pte_populate()
119 unsigned long end, int node, bool early) in kasan_pmd_populate()
131 unsigned long end, int node, bool early) in kasan_pud_populate()
143 unsigned long end, int node, bool early) in kasan_p4d_populate()
154 static void __init kasan_pgd_populate(unsigned long addr, unsigned long end, in kasan_pgd_populate()
180 static void __init kasan_map_populate(unsigned long start, unsigned long end, in kasan_map_populate()
202 unsigned long end) in clear_pgds()
262 void *end = (void *)__phys_to_virt(pa_end); in kasan_init_shadow() local
H A Dmmu.c154 static void init_pte(pmd_t *pmdp, unsigned long addr, unsigned long end, in init_pte()
179 unsigned long end, phys_addr_t phys, in alloc_init_cont_pte()
213 static void init_pmd(pud_t *pudp, unsigned long addr, unsigned long end, in init_pmd()
251 unsigned long end, phys_addr_t phys, in alloc_init_cont_pmd()
299 static void alloc_init_pud(pgd_t *pgdp, unsigned long addr, unsigned long end, in alloc_init_pud()
364 unsigned long addr, end, next; in __create_pgd_mapping() local
465 phys_addr_t end, pgprot_t prot, int flags) in __map_memblock()
500 phys_addr_t start, end; in map_mem() local
833 static bool pgtable_range_aligned(unsigned long start, unsigned long end, in pgtable_range_aligned()
853 unsigned long end, bool free_mapped, in unmap_hotplug_pte_range()
[all …]
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dpatch.c101 ia64_patch_vtop (unsigned long start, unsigned long end) in ia64_patch_vtop()
124 ia64_patch_rse (unsigned long start, unsigned long end) in ia64_patch_rse()
142 ia64_patch_mckinley_e9 (unsigned long start, unsigned long end) in ia64_patch_mckinley_e9()
173 patch_fsyscall_table (unsigned long start, unsigned long end) in patch_fsyscall_table()
190 patch_brl_fsys_bubble_down (unsigned long start, unsigned long end) in patch_brl_fsys_bubble_down()
222 s32 * end = (s32 *) __end___phys_stack_reg_patchlist; in ia64_patch_phys_stack_reg() local
/OK3568_Linux_fs/kernel/arch/s390/lib/
H A Ddelay.c38 u64 end; in __udelay_disabled() local
57 u64 clock_saved, end; in __udelay_enabled() local
111 u64 end; in udelay_simple() local
120 u64 end; in __ndelay() local
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dcache-l2x0.c179 unsigned long end) in __l2c210_op_pa_range()
187 static void l2c210_inv_range(unsigned long start, unsigned long end) in l2c210_inv_range()
206 static void l2c210_clean_range(unsigned long start, unsigned long end) in l2c210_clean_range()
215 static void l2c210_flush_range(unsigned long start, unsigned long end) in l2c210_flush_range()
285 unsigned long end, unsigned long flags) in l2c220_op_pa_range()
307 static void l2c220_inv_range(unsigned long start, unsigned long end) in l2c220_inv_range()
334 static void l2c220_clean_range(unsigned long start, unsigned long end) in l2c220_clean_range()
353 static void l2c220_flush_range(unsigned long start, unsigned long end) in l2c220_flush_range()
467 static void l2c310_inv_range_erratum(unsigned long start, unsigned long end) in l2c310_inv_range_erratum()
499 static void l2c310_flush_range_erratum(unsigned long start, unsigned long end) in l2c310_flush_range_erratum()
[all …]
H A Didmap.c24 static void idmap_add_pmd(pud_t *pud, unsigned long addr, unsigned long end, in idmap_add_pmd()
55 static void idmap_add_pmd(pud_t *pud, unsigned long addr, unsigned long end, in idmap_add_pmd()
68 static void idmap_add_pud(pgd_t *pgd, unsigned long addr, unsigned long end, in idmap_add_pud()
84 unsigned long addr, end; in identity_mapping_add() local
H A Dcache-feroceon-l2.c73 static inline void l2_clean_pa_range(unsigned long start, unsigned long end) in l2_clean_pa_range()
104 static inline void l2_inv_pa_range(unsigned long start, unsigned long end) in l2_inv_pa_range()
142 static unsigned long calc_range_end(unsigned long start, unsigned long end) in calc_range_end()
171 static void feroceon_l2_inv_range(unsigned long start, unsigned long end) in feroceon_l2_inv_range()
201 static void feroceon_l2_clean_range(unsigned long start, unsigned long end) in feroceon_l2_clean_range()
220 static void feroceon_l2_flush_range(unsigned long start, unsigned long end) in feroceon_l2_flush_range()
/OK3568_Linux_fs/kernel/drivers/acpi/numa/
H A Dsrat.c244 u64 start, end; in acpi_numa_memory_affinity_init() local
324 const unsigned long end) in acpi_parse_x2apic_affinity()
340 const unsigned long end) in acpi_parse_processor_affinity()
356 const unsigned long end) in acpi_parse_gicc_affinity()
373 const unsigned long end) in acpi_parse_gi_affinity()
399 const unsigned long end) in acpi_parse_gi_affinity()
409 const unsigned long end) in acpi_parse_memory_affinity()
/OK3568_Linux_fs/kernel/lib/
H A Dstring_helpers.c303 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
313 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
349 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
379 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
397 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
418 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex()
501 char *end = p + osz; in string_escape_mem() local
550 char *end = p + osz; in string_escape_mem_ascii() local
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Diomem.c18 void iomem_show(const char *label, unsigned long base, size_t start, size_t end) in iomem_show()
39 size_t start, size_t end) in iomem_show_by_match()
77 void iomem_show_by_compatible(const char *compat, size_t start, size_t end) in iomem_show_by_compatible()
85 size_t start, end; in do_iomem_by_match() local
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dinit.c206 unsigned long end; member
340 unsigned long end = round_up(mr[i].end, PMD_SIZE); in adjust_range_page_size_mask() local
353 unsigned long end = round_up(mr[i].end, PUD_SIZE); in adjust_range_page_size_mask() local
388 unsigned long end) in split_mem_range()
520 unsigned long end, pgprot_t prot) in init_memory_mapping()
565 u64 end = clamp_val(PFN_PHYS(end_pfn), r_start, r_end); in init_range_memory_mapping() local
724 unsigned long end; in init_mem_mapping() local
856 void free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages()
905 void free_kernel_image_pages(const char *what, void *begin, void *end) in free_kernel_image_pages()
943 void __init free_initrd_mem(unsigned long start, unsigned long end) in free_initrd_mem()
H A Dident_map.c8 unsigned long addr, unsigned long end) in ident_pmd_init()
22 unsigned long addr, unsigned long end) in ident_pud_init()
62 unsigned long addr, unsigned long end) in ident_p4d_init()
101 unsigned long end = pend + info->offset; in kernel_ident_mapping_init() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/
H A Dread.hpp175 Iterator const& end, in handle_open_parenthesis()
188 Iterator const& end, in handle_close_parenthesis()
203 Iterator const& end, in check_end()
480 tokenizer::iterator const& end, in handle_empty_z_m()
516 tokenizer::iterator& end) in initialize()
562 tokenizer::iterator it, end; in apply() local
580 tokenizer::iterator it, end; in apply() local
627 tokenizer::iterator it, end; in apply() local
687 tokenizer::iterator end = tokens.end(); in apply() local
756 tokenizer::iterator end = tokens.end(); in apply() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dfirmware-map.h23 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early()
28 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug()
33 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dbegin_end.hpp43 struct end struct
45 typedef typename sequence_tag<Sequence>::type tag_;
47 ::template apply< Sequence >::type type;

12345678910>>...114