Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 2827) sorted by relevance

12345678910>>...114

/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Ddecode.h52 static inline bool ceph_has_room(void **p, void *end, size_t n) in ceph_has_room()
57 #define ceph_decode_need(p, end, n, bad) \ argument
63 #define ceph_decode_64_safe(p, end, v, bad) \ argument
68 #define ceph_decode_32_safe(p, end, v, bad) \ argument
73 #define ceph_decode_16_safe(p, end, v, bad) \ argument
78 #define ceph_decode_8_safe(p, end, v, bad) \ argument
84 #define ceph_decode_copy_safe(p, end, pv, n, bad) \ argument
107 static inline char *ceph_extract_encoded_string(void **p, void *end, in ceph_extract_encoded_string()
139 #define ceph_decode_skip_n(p, end, n, bad) \ argument
145 #define ceph_decode_skip_64(p, end, bad) \ argument
[all …]
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dproc.c103 unsigned long end, line_size; in cpu_icache_inval_all() local
177 unsigned long line_size, end; in cpu_icache_inval_page() local
197 unsigned long line_size, end; in cpu_dcache_inval_page() local
217 unsigned long line_size, end; in cpu_dcache_wb_page() local
238 unsigned long line_size, end; in cpu_dcache_wbinval_page() local
278 void cpu_icache_inval_range(unsigned long start, unsigned long end) in cpu_icache_inval_range()
291 void cpu_dcache_inval_range(unsigned long start, unsigned long end) in cpu_dcache_inval_range()
303 void cpu_dcache_wb_range(unsigned long start, unsigned long end) in cpu_dcache_wb_range()
318 void cpu_dcache_wbinval_range(unsigned long start, unsigned long end) in cpu_dcache_wbinval_range()
334 void cpu_cache_wbinval_range(unsigned long start, unsigned long end, int flushi) in cpu_cache_wbinval_range()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dinf_nan.hpp53 inline bool parse_inf_nan_impl(const CharT* begin, const CharT* end, T& value in parse_inf_nan_impl()
105 bool put_inf_nan_impl(CharT* begin, CharT*& end, const T& value in put_inf_nan_impl()
137 bool parse_inf_nan(const wchar_t* begin, const wchar_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan()
145 bool put_inf_nan(wchar_t* begin, wchar_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan()
152 bool parse_inf_nan(const char16_t* begin, const char16_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan()
160 bool put_inf_nan(char16_t* begin, char16_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan()
166 bool parse_inf_nan(const char32_t* begin, const char32_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan()
174 bool put_inf_nan(char32_t* begin, char32_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan()
180 bool parse_inf_nan(const CharT* begin, const CharT* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan()
188 bool put_inf_nan(CharT* begin, CharT*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dvmem.c92 static void __vmemmap_use_sub_pmd(unsigned long start, unsigned long end) in __vmemmap_use_sub_pmd()
103 static void vmemmap_use_sub_pmd(unsigned long start, unsigned long end) in vmemmap_use_sub_pmd()
119 static void vmemmap_use_new_sub_pmd(unsigned long start, unsigned long end) in vmemmap_use_new_sub_pmd()
141 static bool vmemmap_unuse_sub_pmd(unsigned long start, unsigned long end) in vmemmap_unuse_sub_pmd()
152 unsigned long end, bool add, bool direct) in modify_pte_table()
209 unsigned long end, bool add, bool direct) in modify_pmd_table()
291 const unsigned long end = start + PUD_SIZE; in try_free_pmd_table() local
310 static int modify_pud_table(p4d_t *p4d, unsigned long addr, unsigned long end, in modify_pud_table()
366 const unsigned long end = start + P4D_SIZE; in try_free_pud_table() local
387 static int modify_p4d_table(pgd_t *pgd, unsigned long addr, unsigned long end, in modify_p4d_table()
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dasn1parse.c55 const unsigned char *end, in mbedtls_asn1_get_len()
113 const unsigned char *end, in mbedtls_asn1_get_tag()
128 const unsigned char *end, in mbedtls_asn1_get_bool()
147 const unsigned char *end, in mbedtls_asn1_get_int()
172 const unsigned char *end, in mbedtls_asn1_get_mpi()
189 int mbedtls_asn1_get_bitstring( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring()
222 int mbedtls_asn1_get_bitstring_null( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring_null()
242 const unsigned char *end, in mbedtls_asn1_get_sequence_of()
292 const unsigned char *end, in mbedtls_asn1_get_alg()
336 const unsigned char *end, in mbedtls_asn1_get_alg_null()
/OK3568_Linux_fs/kernel/arch/csky/mm/
H A Dcachev2.c24 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range()
35 unsigned long end; member
62 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range()
79 void dcache_wb_range(unsigned long start, unsigned long end) in dcache_wb_range()
88 void cache_wbinv_range(unsigned long start, unsigned long end) in cache_wbinv_range()
95 void dma_wbinv_range(unsigned long start, unsigned long end) in dma_wbinv_range()
104 void dma_inv_range(unsigned long start, unsigned long end) in dma_inv_range()
113 void dma_wb_range(unsigned long start, unsigned long end) in dma_wb_range()
H A Dcachev1.c45 unsigned int end, in cache_op_range()
87 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range()
102 void dcache_wb_range(unsigned long start, unsigned long end) in dcache_wb_range()
112 void cache_wbinv_range(unsigned long start, unsigned long end) in cache_wbinv_range()
123 void dma_wbinv_range(unsigned long start, unsigned long end) in dma_wbinv_range()
128 void dma_inv_range(unsigned long start, unsigned long end) in dma_inv_range()
133 void dma_wb_range(unsigned long start, unsigned long end) in dma_wb_range()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent-io-tree.h70 u64 end; /* inclusive */ member
96 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent()
124 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end) in unlock_extent()
130 u64 end, struct extent_state **cached) in unlock_extent_cached()
137 u64 start, u64 end, struct extent_state **cached) in unlock_extent_cached_atomic()
144 u64 end, unsigned bits) in clear_extent_bits()
163 u64 end, unsigned bits) in set_extent_bits()
169 u64 end, struct extent_state **cached_state) in clear_extent_uptodate()
176 u64 end, gfp_t mask) in set_extent_dirty()
183 u64 end, struct extent_state **cached) in clear_extent_dirty()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/range/
H A Dend.hpp19 struct end struct
27 struct result<This(Rng)>
32 struct result<This(Rng &)>
37 typename boost::range_iterator<Rng>::type operator()(Rng &rng) const in operator ()()
43 typename boost::range_iterator<Rng const>::type operator()(Rng const &rng) const in operator ()()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dkasan_init_64.c39 unsigned long end, int nid) in kasan_populate_pmd()
75 unsigned long end, int nid) in kasan_populate_pud()
106 unsigned long end, int nid) in kasan_populate_p4d()
126 unsigned long end, int nid) in kasan_populate_pgd()
144 static void __init kasan_populate_shadow(unsigned long addr, unsigned long end, in kasan_populate_shadow()
162 unsigned long end; in map_range() local
171 unsigned long end) in clear_pgds()
208 unsigned long end) in kasan_early_p4d_populate()
237 unsigned long end = KASAN_SHADOW_END; in kasan_map_early_shadow() local
249 unsigned long end) in kasan_shallow_populate_p4ds()
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dcacheflush_mm.h31 static inline void clear_cf_icache(unsigned long start, unsigned long end) in clear_cf_icache()
40 static inline void clear_cf_dcache(unsigned long start, unsigned long end) in clear_cf_dcache()
49 static inline void clear_cf_bcache(unsigned long start, unsigned long end) in clear_cf_bcache()
62 static inline void flush_cf_icache(unsigned long start, unsigned long end) in flush_cf_icache()
80 static inline void flush_cf_dcache(unsigned long start, unsigned long end) in flush_cf_dcache()
98 static inline void flush_cf_bcache(unsigned long start, unsigned long end) in flush_cf_bcache()
193 #define flush_cache_vmap(start, end) flush_cache_all() argument
194 #define flush_cache_vunmap(start, end) flush_cache_all() argument
208 unsigned long end) in flush_cache_range()
226 unsigned long addr, start, end; in __flush_page_to_ram() local
/OK3568_Linux_fs/kernel/mm/
H A Dpagewalk.c24 unsigned long end, struct mm_walk *walk) in walk_pte_range_inner()
41 static int walk_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, in walk_pte_range()
61 static int walk_pmd_range(pud_t *pud, unsigned long addr, unsigned long end, in walk_pmd_range()
119 static int walk_pud_range(p4d_t *p4d, unsigned long addr, unsigned long end, in walk_pud_range()
168 static int walk_p4d_range(pgd_t *pgd, unsigned long addr, unsigned long end, in walk_p4d_range()
201 static int walk_pgd_range(unsigned long addr, unsigned long end, in walk_pgd_range()
239 unsigned long end) in hugetlb_entry_end()
245 static int walk_hugetlb_range(unsigned long addr, unsigned long end, in walk_hugetlb_range()
274 static int walk_hugetlb_range(unsigned long addr, unsigned long end, in walk_hugetlb_range()
288 static int walk_page_test(unsigned long start, unsigned long end, in walk_page_test()
[all …]
H A Dmapping_dirty_helpers.c32 static int wp_pte(pte_t *pte, unsigned long addr, unsigned long end, in wp_pte()
68 pgoff_t end; member
87 unsigned long end, struct mm_walk *walk) in clean_record_pte()
123 static int wp_clean_pmd_entry(pmd_t *pmd, unsigned long addr, unsigned long end, in wp_clean_pmd_entry()
153 static int wp_clean_pud_entry(pud_t *pud, unsigned long addr, unsigned long end, in wp_clean_pud_entry()
180 static int wp_clean_pre_vma(unsigned long start, unsigned long end, in wp_clean_pre_vma()
229 static int wp_clean_test_walk(unsigned long start, unsigned long end, in wp_clean_test_walk()
328 pgoff_t *end) in clean_record_shared_mapping_range()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/cpu/
H A Dcache.c92 #define CACHE_LOOP_LIMITS(start, end, cache_line_length, cache_size) \ argument
125 #define CACHE_RANGE_LOOP_2(start, end, line_length, op) \ argument
142 #define CACHE_RANGE_LOOP_1(start, end, line_length, op) \ argument
159 static void __flush_icache_range_msr_irq(unsigned long start, unsigned long end) in __flush_icache_range_msr_irq()
186 unsigned long end) in __flush_icache_range_nomsr_irq()
214 unsigned long end) in __flush_icache_range_noirq()
378 unsigned long end) in __invalidate_dcache_range_wb()
398 unsigned long end) in __invalidate_dcache_range_nomsr_wt()
418 unsigned long end) in __invalidate_dcache_range_msr_irq_wt()
445 unsigned long end) in __invalidate_dcache_range_nomsr_irq()
[all …]
/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dcache.c14 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache()
30 static void __flush_dcache_all(unsigned long start, unsigned long end) in __flush_dcache_all()
49 static void __invalidate_dcache(unsigned long start, unsigned long end) in __invalidate_dcache()
65 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache()
91 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range()
108 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dkup.h93 static inline void kuap_update_sr(u32 sr, u32 addr, u32 end) in kuap_update_sr()
109 u32 addr, end; in allow_user_access() local
131 u32 addr, end; in prevent_user_access() local
161 unsigned long end = flags << 28; in prevent_user_access_return() local
173 unsigned long end = flags << 28; in restore_user_access() local
184 unsigned long end = regs->kuap << 28; in bad_kuap_fault() local
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c452 char *number(char *buf, char *end, unsigned long long num, in number()
573 char *special_hex_number(char *buf, char *end, unsigned long long num, int size) in special_hex_number()
586 static void move_right(char *buf, char *end, unsigned len, unsigned spaces) in move_right()
613 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string()
634 static char *string_nocheck(char *buf, char *end, const char *s, in string_nocheck()
652 static char *err_ptr(char *buf, char *end, void *ptr, in err_ptr()
672 static char *error_string(char *buf, char *end, const char *s, in error_string()
702 static int check_pointer(char **buf, char *end, const void *ptr, in check_pointer()
717 char *string(char *buf, char *end, const char *s, in string()
726 static char *pointer_string(char *buf, char *end, in pointer_string()
[all …]
/OK3568_Linux_fs/u-boot/arch/nds32/lib/
H A Dcache.c45 unsigned long end, line_size; in invalidate_icache_all() local
62 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range()
118 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range()
140 unsigned long end, line_size; in dcache_wbinval_all() local
160 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range()
175 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
227 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range()
231 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
/OK3568_Linux_fs/kernel/arch/nios2/mm/
H A Dcacheflush.c18 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache()
37 static void __invalidate_dcache(unsigned long start, unsigned long end) in __invalidate_dcache()
53 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache()
113 void flush_icache_range(unsigned long start, unsigned long end) in flush_icache_range()
119 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range()
126 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
133 unsigned long end) in flush_cache_range()
143 unsigned long end = start + PAGE_SIZE; in flush_icache_page() local
153 unsigned long end = start + PAGE_SIZE; in flush_cache_page() local
/OK3568_Linux_fs/kernel/arch/c6x/platforms/
H A Dcache.c130 unsigned int *end, in cache_block_operation()
175 unsigned int *end, in cache_block_operation_nowait()
322 void enable_caching(unsigned long start, unsigned long end) in enable_caching()
331 void disable_caching(unsigned long start, unsigned long end) in disable_caching()
344 void L1P_cache_block_invalidate(unsigned int start, unsigned int end) in L1P_cache_block_invalidate()
352 void L1D_cache_block_invalidate(unsigned int start, unsigned int end) in L1D_cache_block_invalidate()
359 void L1D_cache_block_writeback_invalidate(unsigned int start, unsigned int end) in L1D_cache_block_writeback_invalidate()
366 void L1D_cache_block_writeback(unsigned int start, unsigned int end) in L1D_cache_block_writeback()
377 void L2_cache_block_invalidate(unsigned int start, unsigned int end) in L2_cache_block_invalidate()
384 void L2_cache_block_writeback(unsigned int start, unsigned int end) in L2_cache_block_writeback()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddevices.c142 static char *usb_dump_endpoint_descriptor(int speed, char *start, char *end, in usb_dump_endpoint_descriptor()
191 static char *usb_dump_interface_descriptor(char *start, char *end, in usb_dump_interface_descriptor()
222 static char *usb_dump_interface(int speed, char *start, char *end, in usb_dump_interface()
239 static char *usb_dump_iad_descriptor(char *start, char *end, in usb_dump_iad_descriptor()
259 static char *usb_dump_config_descriptor(char *start, char *end, in usb_dump_config_descriptor()
281 static char *usb_dump_config(int speed, char *start, char *end, in usb_dump_config()
317 static char *usb_dump_device_descriptor(char *start, char *end, in usb_dump_device_descriptor()
345 static char *usb_dump_device_strings(char *start, char *end, in usb_dump_device_strings()
368 static char *usb_dump_desc(char *start, char *end, struct usb_device *dev) in usb_dump_desc()
396 static char *usb_dump_hub_descriptor(char *start, char *end, in usb_dump_hub_descriptor()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Doutercache.h40 static inline void outer_inv_range(phys_addr_t start, phys_addr_t end) in outer_inv_range()
51 static inline void outer_clean_range(phys_addr_t start, phys_addr_t end) in outer_clean_range()
62 static inline void outer_flush_range(phys_addr_t start, phys_addr_t end) in outer_flush_range()
108 static inline void outer_inv_range(phys_addr_t start, phys_addr_t end) in outer_inv_range()
110 static inline void outer_clean_range(phys_addr_t start, phys_addr_t end) in outer_clean_range()
112 static inline void outer_flush_range(phys_addr_t start, phys_addr_t end) in outer_flush_range()
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dtlbflush.h33 unsigned long start, unsigned long end) in local_flush_tlb_range()
36 #define flush_tlb_kernel_range(start, end) do { } while (0) argument
51 unsigned long start, unsigned long end) { } in flush_tlb_pgtables()
59 #define flush_tlb_range(mm, start, end) BUG() argument
60 #define flush_tlb_pgtables(mm, start, end) BUG() argument
61 #define flush_tlb_kernel_range(start, end) BUG() argument
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dinit.c93 unsigned long end) in zero_pte_populate()
110 unsigned long end) in zero_pmd_populate()
143 unsigned long end) in zero_pud_populate()
180 unsigned long end) in zero_p4d_populate()
230 unsigned long end = (unsigned long)shadow_end; in kasan_populate_early_shadow() local
343 unsigned long end) in kasan_remove_pte_table()
362 unsigned long end) in kasan_remove_pmd_table()
388 unsigned long end) in kasan_remove_pud_table()
415 unsigned long end) in kasan_remove_p4d_table()
442 unsigned long addr, end, next; in kasan_remove_zero_shadow() local
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dmemmap.c32 u64 end; /* end of the memory range (incl.) */ member
141 static int firmware_map_add_entry(u64 start, u64 end, in firmware_map_add_entry()
218 firmware_map_find_entry_in_list(u64 start, u64 end, const char *type, in firmware_map_find_entry_in_list()
245 firmware_map_find_entry(u64 start, u64 end, const char *type) in firmware_map_find_entry()
262 firmware_map_find_entry_bootmem(u64 start, u64 end, const char *type) in firmware_map_find_entry_bootmem()
281 int __meminit firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug()
323 int __init firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early()
345 int __meminit firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()

12345678910>>...114