| /linux/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() 37 /* get new 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() 49 /* new start/end, will add it back at last */ in add_range_with_merge() 51 end = max(range[i].end, end); in add_range_with_merge() [all …]
|
| H A D | resource.c | 38 .end = IO_SPACE_LIMIT, 46 .end = -1, 54 .end = -1, 130 unsigned long long start, end; in r_show() local 131 int width = root->end < 0x10000 ? 4 : 8; in r_show() 140 end = r->end; in r_show() 142 start = end = 0; in r_show() 148 width, end, in r_show() 192 resource_size_t end = new->end; in __request_resource() local 195 if (end < start) in __request_resource() [all …]
|
| /linux/include/linux/ceph/ |
| H A D | decode.h | 16 * void *end pointer to end of buffer (last byte + 1) 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 [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_ste_v2.h | 42 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_SRC_L2_OUT_0, .start = 0, .end = 31, 45 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_SRC_L2_OUT_1, .start = 16, .end = 31, 48 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L2_OUT_1, .start = 0, .end = 15, 51 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L2_OUT_0, .start = 0, .end = 31, 54 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L2_OUT_1, .start = 16, .end = 31, 57 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L3_OUT_0, .start = 18, .end = 23, 60 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_1, .start = 16, .end = 24, 64 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_0, .start = 16, .end = 31, 68 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_0, .start = 0, .end = 15, 72 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L3_OUT_0, .start = 8, .end = 15, [all …]
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_ethtool.c | 85 int end; member 96 .end = 24, 103 .end = 16, 110 .end = 8, 117 .end = 0, 125 .end = 27, 132 .end = 26, 139 .end = 25, 146 .end = 24, 153 .end = 23, [all …]
|
| /linux/fs/btrfs/ |
| H A D | extent-io-tree.c | 47 "state leak: start %llu end %llu state %u in tree %d refs %d", in btrfs_extent_state_leak_debug_check() 48 state->start, state->end, state->state, in btrfs_extent_state_leak_debug_check() 57 #define btrfs_debug_check_extent_io_range(tree, start, end) \ argument 58 __btrfs_debug_check_extent_io_range(__func__, (tree), (start), (end)) 61 u64 start, u64 end) in __btrfs_debug_check_extent_io_range() argument 70 if (end >= PAGE_SIZE && (end % 2) == 0 && end != isize - 1) { in __btrfs_debug_check_extent_io_range() 73 caller, btrfs_ino(inode), isize, start, end); in __btrfs_debug_check_extent_io_range() 196 changeset->bytes_changed += state->end - state->start + 1; in add_extent_changeset() 198 return ulist_add(&changeset->range_changed, state->start, state->end, GFP_ATOMIC); in add_extent_changeset() 250 else if (offset > entry->end) in tree_search_for_insert() [all …]
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | debug.c | 268 char *p = buf, *end = buf + bufsz; in rtw89_debug_priv_read_reg_get() local 293 p += scnprintf(p, end - p, "get %d bytes at 0x%08x=0x%08x\n", len, in rtw89_debug_priv_read_reg_get() 302 p += scnprintf(p, end - p, "%08xh : ", 0x18600000 + addr); in rtw89_debug_priv_read_reg_get() 305 p += scnprintf(p, end - p, "%08x ", data); in rtw89_debug_priv_read_reg_get() 307 p += scnprintf(p, end - p, "\n"); in rtw89_debug_priv_read_reg_get() 381 char *p = buf, *end = buf + bufsz; in rtw89_debug_priv_read_rf_get() local 391 p += scnprintf(p, end - p, "path %d, rf register 0x%08x=0x%08x\n", in rtw89_debug_priv_read_rf_get() 430 char *p = buf, *end = buf + bufsz; in rtw89_debug_priv_rf_reg_dump_get() local 435 p += scnprintf(p, end - p, "RF path %d:\n\n", path); in rtw89_debug_priv_rf_reg_dump_get() 437 p += scnprintf(p, end - p, "0x%08x: ", addr); in rtw89_debug_priv_rf_reg_dump_get() [all …]
|
| /linux/tools/perf/util/ |
| H A D | block-range.c | 22 assert(entry->start <= entry->end); /* single instruction block; jump to a jump */ in block_range__debug() 24 old = entry->end; in block_range__debug() 41 else if (addr > entry->end) in block_range__find() 73 * @end: branch ending this basic block 77 struct block_range_iter block_range__create(u64 start, u64 end) in block_range__create() argument 90 else if (start > entry->end) in block_range__create() 97 * Didn't find anything.. there's a hole at @start, however @end might in block_range__create() 108 if (entry->end < start) { in block_range__create() 115 if (next->start <= end) { /* add head: [start...][n->start...] */ in block_range__create() 122 .end = next->start - 1, in block_range__create() [all …]
|
| H A D | time-utils.c | 21 char *end; in parse_nsec_time() local 23 time_sec = strtoull(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 = strtoull(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 …]
|
| /linux/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 …]
|
| /linux/arch/arm64/mm/ |
| H A D | cache.S | 18 * caches_clean_inval_pou_macro(start,end) [fixup] 25 * - end - virtual end address of region 46 * caches_clean_inval_pou(start,end) 53 * - end - virtual end address of region 62 * caches_clean_inval_user_pou(start,end) 69 * - end - virtual end address of region 85 * icache_inval_pou(start,end) 90 * - end - virtual end address of region 103 * dcache_clean_inval_poc(start, end) 105 * Ensure that any D-cache lines for the interval [start, end) [all …]
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | gdbmacros.txt | 32 end 34 end 46 end 48 end 50 end 52 end 53 end 56 end 75 end 76 end [all …]
|
| /linux/fs/ceph/ |
| H A D | mdsmap.c | 58 #define __decode_and_drop_type(p, end, type, bad) \ argument 60 if (*p + sizeof(type) > end) \ 65 #define __decode_and_drop_set(p, end, type, bad) \ argument 69 ceph_decode_32_safe(p, end, n, bad); \ 71 ceph_decode_need(p, end, need, bad); \ 75 #define __decode_and_drop_map(p, end, ktype, vtype, bad) \ argument 79 ceph_decode_32_safe(p, end, n, bad); \ 81 ceph_decode_need(p, end, need, bad); \ 86 static int __decode_and_drop_compat_set(void **p, void* end) in __decode_and_drop_compat_set() argument 92 ceph_decode_need(p, end, sizeof(u64) + sizeof(u32), bad); in __decode_and_drop_compat_set() [all …]
|
| /linux/arch/microblaze/kernel/cpu/ |
| H A D | cache.c | 89 * End address can be unaligned which is OK for C implementation. 92 #define CACHE_LOOP_LIMITS(start, end, cache_line_length, cache_size) \ argument 96 end = min(start + cache_size, end); \ 121 * end address is not aligned, if end is aligned then I have to subtract 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); \ [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/emeraldrapids/ |
| H A D | frontend.json | 7 …"PublicDescription": "Number of times the front-end is resteered when it finds a branch instructio… 55 …ed instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of the … 93 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 99 … an interval where the front-end delivered no uops for a period of at least 1 cycle which was not … 104 …ter an interval where the front-end delivered no uops for a period of 128 cycles which was not int… 110 …ter an interval where the front-end delivered no uops for a period of 128 cycles which was not int… 115 …fter an interval where the front-end delivered no uops for a period of 16 cycles which was not int… 121 …ons that are delivered to the back-end after a front-end stall of at least 16 cycles. During this … 126 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", 132 … an interval where the front-end delivered no uops for a period of at least 2 cycles which was not… [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
| H A D | frontend.json | 7 …"PublicDescription": "Number of times the front-end is resteered when it finds a branch instructio… 55 …ed instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of the … 93 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 99 … an interval where the front-end delivered no uops for a period of at least 1 cycle which was not … 104 …ter an interval where the front-end delivered no uops for a period of 128 cycles which was not int… 110 …ter an interval where the front-end delivered no uops for a period of 128 cycles which was not int… 115 …fter an interval where the front-end delivered no uops for a period of 16 cycles which was not int… 121 …ons that are delivered to the back-end after a front-end stall of at least 16 cycles. During this … 126 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", 132 … an interval where the front-end delivered no uops for a period of at least 2 cycles which was not… [all …]
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fb_copyarea.h | 52 int end, struct fb_reverse reverse) in fb_copy_aligned_fwd() argument 57 last = ~fb_pixel_mask(end & (BITS_PER_LONG-1), reverse); in fb_copy_aligned_fwd() 60 if (end <= BITS_PER_LONG) { in fb_copy_aligned_fwd() 78 end /= BITS_PER_LONG; in fb_copy_aligned_fwd() 79 while (offset + 4 <= end) { in fb_copy_aligned_fwd() 86 while (offset < end) in fb_copy_aligned_fwd() 98 int end, struct fb_reverse reverse) in fb_copy_aligned_rev() argument 103 last = ~fb_pixel_mask(end & (BITS_PER_LONG-1), reverse); in fb_copy_aligned_rev() 105 if (end <= BITS_PER_LONG) { in fb_copy_aligned_rev() 118 end /= BITS_PER_LONG; in fb_copy_aligned_rev() [all …]
|
| /linux/arch/riscv/mm/ |
| H A D | kasan_init.c | 21 * For sv48 and sv57, the region start is aligned on PGDIR_SIZE whereas the end 29 static void __init kasan_populate_pte(pmd_t *pmd, unsigned long vaddr, unsigned long end) in kasan_populate_pte() argument 47 } while (ptep++, vaddr += PAGE_SIZE, vaddr != end); in kasan_populate_pte() 50 static void __init kasan_populate_pmd(pud_t *pud, unsigned long vaddr, unsigned long end) in kasan_populate_pmd() argument 64 next = pmd_addr_end(vaddr, end); in kasan_populate_pmd() 77 } while (pmdp++, vaddr = next, vaddr != end); in kasan_populate_pmd() 81 unsigned long vaddr, unsigned long end) in kasan_populate_pud() argument 95 next = pud_addr_end(vaddr, end); in kasan_populate_pud() 108 } while (pudp++, vaddr = next, vaddr != end); in kasan_populate_pud() 112 unsigned long vaddr, unsigned long end) in kasan_populate_p4d() argument [all …]
|
| /linux/arch/nios2/mm/ |
| H A D | cacheflush.c | 19 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache() argument 24 end += (cpuinfo.dcache_line_size - 1); in __flush_dcache() 25 end &= ~(cpuinfo.dcache_line_size - 1); in __flush_dcache() 27 if (end > start + cpuinfo.dcache_size) in __flush_dcache() 28 end = start + cpuinfo.dcache_size; in __flush_dcache() 30 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __flush_dcache() 38 static void __invalidate_dcache(unsigned long start, unsigned long end) in __invalidate_dcache() argument 43 end += (cpuinfo.dcache_line_size - 1); in __invalidate_dcache() 44 end &= ~(cpuinfo.dcache_line_size - 1); in __invalidate_dcache() 46 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __invalidate_dcache() [all …]
|
| /linux/net/ceph/ |
| H A D | osdmap.c | 71 static int crush_decode_uniform_bucket(void **p, void *end, in crush_decode_uniform_bucket() argument 74 dout("crush_decode_uniform_bucket %p to %p\n", *p, end); in crush_decode_uniform_bucket() 75 ceph_decode_need(p, end, (1+b->h.size) * sizeof(u32), bad); in crush_decode_uniform_bucket() 82 static int crush_decode_list_bucket(void **p, void *end, in crush_decode_list_bucket() argument 86 dout("crush_decode_list_bucket %p to %p\n", *p, end); in crush_decode_list_bucket() 93 ceph_decode_need(p, end, 2 * b->h.size * sizeof(u32), bad); in crush_decode_list_bucket() 103 static int crush_decode_tree_bucket(void **p, void *end, in crush_decode_tree_bucket() argument 107 dout("crush_decode_tree_bucket %p to %p\n", *p, end); in crush_decode_tree_bucket() 108 ceph_decode_8_safe(p, end, b->num_nodes, bad); in crush_decode_tree_bucket() 112 ceph_decode_need(p, end, b->num_nodes * sizeof(u32), bad); in crush_decode_tree_bucket() [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/icelake/ |
| H A D | frontend.json | 3 …t end is resteered, mainly when the BPU cannot provide a correct prediction and this is corrected … 7 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch… 58 …ed instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of the … 96 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 102 … an interval where the front-end delivered no uops for a period of at least 1 cycle which was not … 107 …ter an interval where the front-end delivered no uops for a period of 128 cycles which was not int… 113 …ter an interval where the front-end delivered no uops for a period of 128 cycles which was not int… 118 …fter an interval where the front-end delivered no uops for a period of 16 cycles which was not int… 124 …ons that are delivered to the back-end after a front-end stall of at least 16 cycles. During this … 129 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
| H A D | frontend.json | 3 …t end is resteered, mainly when the BPU cannot provide a correct prediction and this is corrected … 7 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch… 58 …ed instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of the … 96 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 102 … an interval where the front-end delivered no uops for a period of at least 1 cycle which was not … 107 …ter an interval where the front-end delivered no uops for a period of 128 cycles which was not int… 113 …ter an interval where the front-end delivered no uops for a period of 128 cycles which was not int… 118 …fter an interval where the front-end delivered no uops for a period of 16 cycles which was not int… 124 …ons that are delivered to the back-end after a front-end stall of at least 16 cycles. During this … 129 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/rocketlake/ |
| H A D | frontend.json | 3 …t end is resteered, mainly when the BPU cannot provide a correct prediction and this is corrected … 7 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch… 58 …ed instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of the … 96 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 102 … an interval where the front-end delivered no uops for a period of at least 1 cycle which was not … 107 …ter an interval where the front-end delivered no uops for a period of 128 cycles which was not int… 113 …ter an interval where the front-end delivered no uops for a period of 128 cycles which was not int… 118 …fter an interval where the front-end delivered no uops for a period of 16 cycles which was not int… 124 …ons that are delivered to the back-end after a front-end stall of at least 16 cycles. During this … 129 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/icelakex/ |
| H A D | frontend.json | 3 …t end is resteered, mainly when the BPU cannot provide a correct prediction and this is corrected … 7 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch… 58 …ed instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of the … 96 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 102 … an interval where the front-end delivered no uops for a period of at least 1 cycle which was not … 107 …ter an interval where the front-end delivered no uops for a period of 128 cycles which was not int… 113 …ter an interval where the front-end delivered no uops for a period of 128 cycles which was not int… 118 …fter an interval where the front-end delivered no uops for a period of 16 cycles which was not int… 124 …ons that are delivered to the back-end after a front-end stall of at least 16 cycles. During this … 129 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", [all …]
|
| /linux/lib/ |
| H A D | vsprintf.c | 106 * @endp: A pointer to the end of the parsed string will be placed here 121 * @endp: A pointer to the end of the parsed string will be placed here 142 * @endp: A pointer to the end of the parsed string will be placed here 174 * @endp: A pointer to the end of the parsed string will be placed here 466 char *number(char *buf, char *end, unsigned long long num, in number() argument 530 if (buf < end) in number() 537 if (buf < end) in number() 544 if (buf < end) in number() 549 if (buf < end) in number() 559 if (buf < end) in number() [all …]
|