| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | proc.c | 103 unsigned long end, line_size; in cpu_icache_inval_all() local 106 end = in cpu_icache_inval_all() 110 end -= line_size; in cpu_icache_inval_all() 111 __asm__ volatile ("\n\tcctl %0, L1I_IX_INVAL"::"r" (end)); in cpu_icache_inval_all() 112 end -= line_size; in cpu_icache_inval_all() 113 __asm__ volatile ("\n\tcctl %0, L1I_IX_INVAL"::"r" (end)); in cpu_icache_inval_all() 114 end -= line_size; in cpu_icache_inval_all() 115 __asm__ volatile ("\n\tcctl %0, L1I_IX_INVAL"::"r" (end)); in cpu_icache_inval_all() 116 end -= line_size; in cpu_icache_inval_all() 117 __asm__ volatile ("\n\tcctl %0, L1I_IX_INVAL"::"r" (end)); in cpu_icache_inval_all() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/nds32/lib/ |
| H A D | cache.c | 45 unsigned long end, line_size; in invalidate_icache_all() local 47 end = line_size * CACHE_WAY(ICACHE) * CACHE_SET(ICACHE); in invalidate_icache_all() 49 end -= line_size; in invalidate_icache_all() 50 __asm__ volatile ("\n\tcctl %0, L1I_IX_INVAL" : : "r" (end)); in invalidate_icache_all() 52 end -= line_size; in invalidate_icache_all() 53 __asm__ volatile ("\n\tcctl %0, L1I_IX_INVAL" : : "r" (end)); in invalidate_icache_all() 55 end -= line_size; in invalidate_icache_all() 56 __asm__ volatile ("\n\tcctl %0, L1I_IX_INVAL" : : "r" (end)); in invalidate_icache_all() 57 end -= line_size; in invalidate_icache_all() 58 __asm__ volatile ("\n\tcctl %0, L1I_IX_INVAL" : : "r" (end)); in invalidate_icache_all() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | decode.h | 52 static inline bool ceph_has_room(void **p, void *end, size_t n) in ceph_has_room() argument 54 return end >= *p && n <= end - *p; in ceph_has_room() 57 #define ceph_decode_need(p, end, n, bad) \ argument 59 if (!likely(ceph_has_room(p, end, n))) \ 63 #define ceph_decode_64_safe(p, end, v, bad) \ argument 65 ceph_decode_need(p, end, sizeof(u64), bad); \ 68 #define ceph_decode_32_safe(p, end, v, bad) \ argument 70 ceph_decode_need(p, end, sizeof(u32), bad); \ 73 #define ceph_decode_16_safe(p, end, v, bad) \ argument 75 ceph_decode_need(p, end, sizeof(u16), bad); \ [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | range.c | 12 int add_range(struct range *range, int az, int nr_range, u64 start, u64 end) in add_range() argument 14 if (start >= end) in add_range() 22 range[nr_range].end = end; in add_range() 30 u64 start, u64 end) in add_range_with_merge() argument 34 if (start >= end) in add_range_with_merge() 41 if (!range[i].end) in add_range_with_merge() 45 common_end = min(range[i].end, end); in add_range_with_merge() 51 end = max(range[i].end, end); in add_range_with_merge() 56 range[nr_range - 1].end = 0; in add_range_with_merge() 62 return add_range(range, az, nr_range, start, end); in add_range_with_merge() [all …]
|
| H A D | resource.c | 33 .end = IO_SPACE_LIMIT, 41 .end = -1, 109 unsigned long long start, end; in r_show() local 110 int width = root->end < 0x10000 ? 4 : 8; in r_show() 119 end = r->end; in r_show() 121 start = end = 0; in r_show() 127 width, end, in r_show() 188 resource_size_t end = new->end; in __request_resource() local 191 if (end < start) in __request_resource() 195 if (end > root->end) in __request_resource() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/ |
| H A D | read.hpp | 73 Iterator const& end, in read_wkt_exception() 78 if (it != end) in read_wkt_exception() 121 tokenizer::iterator const& end, in apply() 128 bool finished = (it == end || *it == "," || *it == ")"); in apply() 144 BOOST_THROW_EXCEPTION(read_wkt_exception(blc.what(), it, end, wkt)); in apply() 148 BOOST_THROW_EXCEPTION(read_wkt_exception(e.what(), it, end, wkt)); in apply() 152 BOOST_THROW_EXCEPTION(read_wkt_exception("", it, end, wkt)); in apply() 156 (finished ? it : ++it), end, point, wkt); in apply() 175 Iterator const& end, in handle_open_parenthesis() argument 178 if (it == end || *it != "(") in handle_open_parenthesis() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | pci-malta.c | 31 .end = 0x000fffffUL, 81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local 104 end = GT_READ(GT_PCI0M0HD_OFS); in mips_pcibios_init() 106 end = (end & GT_PCI_HD_MSK) | (start & ~GT_PCI_HD_MSK); in mips_pcibios_init() 112 if (end1 - start1 > end - start) { in mips_pcibios_init() 114 end = end1; in mips_pcibios_init() 117 mask = ~(start ^ end); in mips_pcibios_init() 122 gt64120_mem_resource.end = end; in mips_pcibios_init() 126 gt64120_mem_resource.end <<= GT_PCI_DCRM_SHF; in mips_pcibios_init() 127 gt64120_mem_resource.end |= (1 << GT_PCI_DCRM_SHF) - 1; in mips_pcibios_init() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | vsprintf.c | 452 char *number(char *buf, char *end, unsigned long long num, in number() argument 516 if (buf < end) in number() 523 if (buf < end) in number() 530 if (buf < end) in number() 535 if (buf < end) in number() 545 if (buf < end) in number() 552 if (buf < end) in number() 558 if (buf < end) in number() 564 if (buf < end) in number() 573 char *special_hex_number(char *buf, char *end, unsigned long long num, int size) in special_hex_number() argument [all …]
|
| /OK3568_Linux_fs/u-boot/arch/nios2/lib/ |
| H A D | cache.c | 14 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache() argument 19 end += (gd->arch.dcache_line_size - 1); in __flush_dcache() 20 end &= ~(gd->arch.dcache_line_size - 1); in __flush_dcache() 22 for (addr = start; addr < end; addr += gd->arch.dcache_line_size) { in __flush_dcache() 30 static void __flush_dcache_all(unsigned long start, unsigned long end) in __flush_dcache_all() argument 35 end += (gd->arch.dcache_line_size - 1); in __flush_dcache_all() 36 end &= ~(gd->arch.dcache_line_size - 1); in __flush_dcache_all() 38 if (end > start + gd->arch.dcache_size) in __flush_dcache_all() 39 end = start + gd->arch.dcache_size; in __flush_dcache_all() 41 for (addr = start; addr < end; addr += gd->arch.dcache_line_size) { in __flush_dcache_all() [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | asn1parse.c | 55 const unsigned char *end, in mbedtls_asn1_get_len() argument 58 if( ( end - *p ) < 1 ) in mbedtls_asn1_get_len() 68 if( ( end - *p ) < 2 ) in mbedtls_asn1_get_len() 76 if( ( end - *p ) < 3 ) in mbedtls_asn1_get_len() 84 if( ( end - *p ) < 4 ) in mbedtls_asn1_get_len() 93 if( ( end - *p ) < 5 ) in mbedtls_asn1_get_len() 106 if( *len > (size_t) ( end - *p ) ) in mbedtls_asn1_get_len() 113 const unsigned char *end, in mbedtls_asn1_get_tag() argument 116 if( ( end - *p ) < 1 ) in mbedtls_asn1_get_tag() 124 return( mbedtls_asn1_get_len( p, end, len ) ); in mbedtls_asn1_get_tag() [all …]
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/cpu/ |
| H A D | cache.c | 92 #define CACHE_LOOP_LIMITS(start, end, cache_line_length, cache_size) \ argument 96 end = min(start + cache_size, end); \ 125 #define CACHE_RANGE_LOOP_2(start, end, line_length, op) \ argument 130 end = ((end & align) == end) ? end - line_length : end & align; \ 131 count = end - start; \ 142 #define CACHE_RANGE_LOOP_1(start, end, line_length, op) \ argument 146 end = ((end & align) == end) ? end - line_length : end & align; \ 147 WARN_ON(end < start); \ 153 : : "r" (temp), "r" (start), "r" (end), \ 159 static void __flush_icache_range_msr_irq(unsigned long start, unsigned long end) in __flush_icache_range_msr_irq() argument [all …]
|
| /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/finclude/ |
| H A D | openacc_lib.h | 80 end function 81 end interface 87 end subroutine 88 end interface 94 end function 95 end interface 102 end subroutine 103 end interface 110 end function 111 end interface [all …]
|
| /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/finclude/ |
| H A D | openacc_lib.h | 80 end function 81 end interface 87 end subroutine 88 end interface 94 end function 95 end interface 102 end subroutine 103 end interface 110 end function 111 end interface [all …]
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | mdsmap.c | 57 #define __decode_and_drop_type(p, end, type, bad) \ argument 59 if (*p + sizeof(type) > end) \ 64 #define __decode_and_drop_set(p, end, type, bad) \ argument 68 ceph_decode_32_safe(p, end, n, bad); \ 70 ceph_decode_need(p, end, need, bad); \ 74 #define __decode_and_drop_map(p, end, ktype, vtype, bad) \ argument 78 ceph_decode_32_safe(p, end, n, bad); \ 80 ceph_decode_need(p, end, need, bad); \ 85 static int __decode_and_drop_compat_set(void **p, void* end) in __decode_and_drop_compat_set() argument 91 ceph_decode_need(p, end, sizeof(u64) + sizeof(u32), bad); in __decode_and_drop_compat_set() [all …]
|
| /OK3568_Linux_fs/kernel/fs/btrfs/tests/ |
| H A D | extent-io-tests.c | 19 static noinline int process_page_range(struct inode *inode, u64 start, u64 end, in process_page_range() argument 25 unsigned long end_index = end >> PAGE_SHIFT; in process_page_range() 52 start, end, nr_pages, ret); in process_page_range() 69 u64 start, end, test_start; in test_find_delalloc() local 115 end = 0; in test_find_delalloc() 117 &end); in test_find_delalloc() 122 if (start != 0 || end != (sectorsize - 1)) { in test_find_delalloc() 124 sectorsize - 1, start, end); in test_find_delalloc() 127 unlock_extent(tmp, start, end); in test_find_delalloc() 146 end = 0; in test_find_delalloc() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | devices.c | 42 .end = IRQ_PMU, 56 .end = 0x41100fff, 61 .end = IRQ_MMC, 97 .end = 0x4060ffff, 102 .end = IRQ_USB, 135 .end = 0x54100fff, 140 .end = IRQ_USB2, 161 .end = 0x4400ffff, 166 .end = IRQ_LCD, 193 .end = 0x40100023, [all …]
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | extent-io-tree.h | 70 u64 end; /* inclusive */ member 93 int lock_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, 96 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent() argument 98 return lock_extent_bits(tree, start, end, NULL); in lock_extent() 101 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end); 111 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end, 114 int clear_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, 116 int clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, 119 int __clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, 124 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end) in unlock_extent() argument [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/media_enquiry/mediactl/ |
| H A D | v4l2subdev.c | 239 char *end; in v4l2_subdev_parse_format() local 246 for (end = (char *)p; in v4l2_subdev_parse_format() 247 *end != '/' && *end != ' ' && *end != '\0'; ++end); in v4l2_subdev_parse_format() 249 code = v4l2_subdev_string_to_pixelcode(p, end - p); in v4l2_subdev_parse_format() 251 media_dbg(media, "Invalid pixel code '%.*s'\n", end - p, p); in v4l2_subdev_parse_format() 255 p = end + 1; in v4l2_subdev_parse_format() 256 width = strtoul(p, &end, 10); in v4l2_subdev_parse_format() 257 if (*end != 'x') { in v4l2_subdev_parse_format() 262 p = end + 1; in v4l2_subdev_parse_format() 263 height = strtoul(p, &end, 10); in v4l2_subdev_parse_format() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | block-range.c | 26 assert(entry->start <= entry->end); /* single instruction block; jump to a jump */ in block_range__debug() 28 old = entry->end; in block_range__debug() 45 else if (addr > entry->end) in block_range__find() 81 struct block_range_iter block_range__create(u64 start, u64 end) in block_range__create() argument 94 else if (start > entry->end) in block_range__create() 112 if (entry->end < start) { in block_range__create() 119 if (next->start <= end) { /* add head: [start...][n->start...] */ in block_range__create() 126 .end = next->start - 1, in block_range__create() 149 .end = end, in block_range__create() 159 iter.end = entry; in block_range__create() [all …]
|
| H A D | time-utils.c | 21 char *end; in parse_nsec_time() local 23 time_sec = strtoul(str, &end, 10); in parse_nsec_time() 24 if (*end != '.' && *end != '\0') in parse_nsec_time() 27 if (*end == '.') { in parse_nsec_time() 31 if (strlen(++end) > 9) in parse_nsec_time() 34 strncpy(nsec_buf, end, 9); in parse_nsec_time() 41 time_nsec = strtoul(nsec_buf, &end, 10); in parse_nsec_time() 42 if (*end != '\0') in parse_nsec_time() 60 (parse_nsec_time(end_str, &ptime->end) != 0)) { in parse_timestr_sec_nsec() 67 static int split_start_end(char **start, char **end, const char *ostr, char ch) in split_start_end() argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | cacheflush.c | 18 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache() argument 23 end += (cpuinfo.dcache_line_size - 1); in __flush_dcache() 24 end &= ~(cpuinfo.dcache_line_size - 1); in __flush_dcache() 26 if (end > start + cpuinfo.dcache_size) in __flush_dcache() 27 end = start + cpuinfo.dcache_size; in __flush_dcache() 29 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __flush_dcache() 37 static void __invalidate_dcache(unsigned long start, unsigned long end) in __invalidate_dcache() argument 42 end += (cpuinfo.dcache_line_size - 1); in __invalidate_dcache() 43 end &= ~(cpuinfo.dcache_line_size - 1); in __invalidate_dcache() 45 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __invalidate_dcache() [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 D | inf_nan.hpp | 53 inline bool parse_inf_nan_impl(const CharT* begin, const CharT* end, T& value in parse_inf_nan_impl() argument 59 if (begin == end) return false; in parse_inf_nan_impl() 70 if (end - begin < 3) return false; in parse_inf_nan_impl() 73 if (end != begin) { in parse_inf_nan_impl() 76 if (end - begin < 2) return false; // bad input in parse_inf_nan_impl() 77 -- end; in parse_inf_nan_impl() 78 if (*begin != opening_brace || *end != closing_brace) return false; // bad input in parse_inf_nan_impl() 86 end - begin == 3 // 3 == sizeof('inf') - 1 in parse_inf_nan_impl() 91 end - begin == inifinity_size in parse_inf_nan_impl() 105 bool put_inf_nan_impl(CharT* begin, CharT*& end, const T& value in put_inf_nan_impl() argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/pci/ |
| H A D | amd_bus.c | 72 u64 end; in early_root_info_init() local 161 end = (reg & 0xfff000) | 0xfff; in early_root_info_init() 168 node, link, start, end); in early_root_info_init() 171 if (end > 0xffff) in early_root_info_init() 172 end = 0xffff; in early_root_info_init() 173 update_res(info, start, end, IORESOURCE_IO, 1); in early_root_info_init() 174 subtract_range(range, RANGE_NUM, start, end + 1); in early_root_info_init() 181 if (!range[i].end) in early_root_info_init() 184 update_res(info, range[i].start, range[i].end - 1, in early_root_info_init() 191 end = cap_resource((0xfdULL<<32) - 1); in early_root_info_init() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-davinci/ |
| H A D | devices-da8xx.c | 154 .end = DA8XX_TPCC_BASE + SZ_32K - 1, 160 .end = DA8XX_TPTC0_BASE + SZ_1K - 1, 166 .end = DA8XX_TPTC1_BASE + SZ_1K - 1, 185 .end = DA850_TPCC1_BASE + SZ_32K - 1, 191 .end = DA850_TPTC2_BASE + SZ_1K - 1, 302 .end = DA8XX_I2C0_BASE + SZ_4K - 1, 307 .end = DAVINCI_INTC_IRQ(IRQ_DA8XX_I2CINT0), 322 .end = DA8XX_I2C1_BASE + SZ_4K - 1, 327 .end = DAVINCI_INTC_IRQ(IRQ_DA8XX_I2CINT1), 358 .end = DA8XX_WDOG_BASE + SZ_4K - 1, [all …]
|
| /OK3568_Linux_fs/kernel/arch/c6x/platforms/ |
| H A D | cache.c | 130 unsigned int *end, in cache_block_operation() argument 136 (L2_CACHE_ALIGN_CNT((unsigned int) end) in cache_block_operation() 175 unsigned int *end, in cache_block_operation_nowait() argument 181 (L2_CACHE_ALIGN_CNT((unsigned int) end) in cache_block_operation_nowait() 322 void enable_caching(unsigned long start, unsigned long end) in enable_caching() argument 325 unsigned int mar_e = IMCR_MAR_BASE + ((end >> 24) << 2); in enable_caching() 331 void disable_caching(unsigned long start, unsigned long end) in disable_caching() argument 334 unsigned int mar_e = IMCR_MAR_BASE + ((end >> 24) << 2); in disable_caching() 344 void L1P_cache_block_invalidate(unsigned int start, unsigned int end) in L1P_cache_block_invalidate() argument 347 (unsigned int *) end, in L1P_cache_block_invalidate() [all …]
|