Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 3665) sorted by relevance

12345678910>>...147

/linux-6.3-rc2/arch/mips/pci/
A Dpci-malta.c30 .start = 0x00000000UL,
113 start = start1; in mips_pcibios_init()
117 mask = ~(start ^ end); in mips_pcibios_init()
121 gt64120_mem_resource.start = start; in mips_pcibios_init()
172 bonito64_mem_resource.start = start; in mips_pcibios_init()
189 msc_mem_resource.start = start & mask; in mips_pcibios_init()
210 start = start & mask; in mips_pcibios_init()
211 end = start | ~mask; in mips_pcibios_init()
212 if ((start >= msc_mem_resource.start && in mips_pcibios_init()
217 start = max(start, msc_mem_resource.start); in mips_pcibios_init()
[all …]
/linux-6.3-rc2/drivers/usb/core/
A Ddevices.c188 return start; in usb_dump_endpoint_descriptor()
209 start += sprintf(start, format_iface, in usb_dump_interface_descriptor()
242 start += sprintf(start, format_iad, in usb_dump_iad_descriptor()
269 start += sprintf(start, format_config, in usb_dump_config_descriptor()
290 return start + sprintf(start, "(null Cfg. desc.)\n"); in usb_dump_config()
296 start = usb_dump_iad_descriptor(start, end, in usb_dump_config()
321 start += sprintf(start, format_device1, in usb_dump_device_descriptor()
331 start += sprintf(start, format_device2, in usb_dump_device_descriptor()
347 start += sprintf(start, format_string_manufacturer, in usb_dump_device_strings()
357 start += sprintf(start, format_string_serialnumber, in usb_dump_device_strings()
[all …]
/linux-6.3-rc2/include/trace/events/
A Dosnoise.h13 TP_ARGS(t, start, duration),
17 __field( u64, start )
25 __entry->start = start;
44 __field( u64, start )
51 __entry->start = start;
70 __field( u64, start )
80 __entry->start = start;
99 __field( u64, start )
104 __entry->start = start;
121 __field( u64, start )
[all …]
/linux-6.3-rc2/kernel/
A Drange.c14 if (start >= end) in add_range()
21 range[nr_range].start = start; in add_range()
44 common_start = max(range[i].start, start); in add_range_with_merge()
50 start = min(range[i].start, start); in add_range_with_merge()
76 if (start <= range[j].start && end >= range[j].end) { in subtract_range()
82 if (start <= range[j].start && end < range[j].end && in subtract_range()
89 if (start > range[j].start && end >= range[j].end && in subtract_range()
95 if (start > range[j].start && end < range[j].end) { in subtract_range()
119 if (r1->start < r2->start) in cmp_range()
121 if (r1->start > r2->start) in cmp_range()
[all …]
A Dresource.c121 start = r->start; in r_show()
179 if (start < root->start) in __request_resource()
362 .start = max(start, p->start), in find_next_iomem_res()
500 res.start = start; in __region_intersects()
587 tmp.start = root->start; in __find_resource()
669 old->start = new.start; in reallocate_resource()
680 old->start = new.start; in reallocate_resource()
958 res->start = start; in __adjust_resource()
1002 res->start = start; in __reserve_region_with_split()
1165 res->start = start; in __request_region_locked()
[all …]
/linux-6.3-rc2/drivers/net/dsa/sja1105/
A Dsja1105_ethtool.c84 int start; member
95 .start = 31,
102 .start = 23,
109 .start = 15,
116 .start = 7,
124 .start = 27,
131 .start = 26,
215 .start = 6,
222 .start = 5,
229 .start = 4,
[all …]
/linux-6.3-rc2/fs/btrfs/
A Dextent-io-tree.c594 cached->start <= start && cached->end > start) { in __clear_extent_bit()
733 state->start <= start && start < state->end) in wait_extent_bit()
749 start = state->start; in wait_extent_bit()
937 *start = state->start; in btrfs_find_delalloc_range()
1004 if (state->start <= start && state->end > start && in __set_extent_bit()
1017 prealloc->start = start; in __set_extent_bit()
1049 if (start < end && state && state->start == start && in __set_extent_bit()
1134 prealloc->start = start; in __set_extent_bit()
1249 if (state->start <= start && state->end > start && in convert_extent_bit()
1265 prealloc->start = start; in convert_extent_bit()
[all …]
A Dextent-io-tree.h92 u64 start; member
110 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end,
120 u64 *start, u64 search_end,
137 return __clear_extent_bit(tree, start, end, bits, cached, in clear_extent_bit()
151 return clear_extent_bit(tree, start, end, bits, NULL); in clear_extent_bits()
162 return set_extent_bit(tree, start, end, bits, NULL, GFP_NOWAIT); in set_extent_bits_nowait()
168 return set_extent_bit(tree, start, end, bits, NULL, GFP_NOFS); in set_extent_bits()
174 return __clear_extent_bit(tree, start, end, EXTENT_UPTODATE, in clear_extent_uptodate()
187 return clear_extent_bit(tree, start, end, in clear_extent_dirty()
200 return set_extent_bit(tree, start, end, in set_extent_delalloc()
[all …]
A Dextent_map.c79 if (start + len < start) in range_end()
97 if (em->start < entry->start) { in tree_insert()
252 em->start = merge->start; in try_merge_map()
305 WARN_ON(!em || em->start != start); in unpin_extent_cache()
570 start = max_t(u64, start, em->start); in merge_extent_mapping()
573 start_diff = start - em->start; in merge_extent_mapping()
574 em->start = start; in merge_extent_mapping()
637 if (start >= existing->start && in btrfs_add_extent_mapping()
786 if (em->start < start) { in btrfs_drop_extent_map_range()
793 split->start = em->start; in btrfs_drop_extent_map_range()
[all …]
A Dsubpage.c281 u64 orig_start = *start; in btrfs_subpage_clamp_range()
375 found_zero = find_next_zero_bit(addr, start + nbits, start); in bitmap_test_range_all_set()
386 found_set = find_next_bit(addr, start + nbits, start); in bitmap_test_range_all_zero()
446 error, start, len); in btrfs_subpage_set_error()
460 error, start, len); in btrfs_subpage_clear_error()
475 dirty, start, len); in btrfs_subpage_set_dirty()
499 dirty, start, len); in btrfs_subpage_clear_and_test_dirty()
557 ordered, start, len); in btrfs_subpage_set_ordered()
571 ordered, start, len); in btrfs_subpage_clear_ordered()
586 checked, start, len); in btrfs_subpage_set_checked()
[all …]
/linux-6.3-rc2/arch/arm/mm/
A Dcache-feroceon-l2.c81 va_start = l2_get_va(start); in l2_clean_pa_range()
82 va_end = va_start + (end - start); in l2_clean_pa_range()
112 va_start = l2_get_va(start); in l2_inv_pa_range()
175 start = (start | (CACHE_LINE_SIZE - 1)) + 1; in feroceon_l2_inv_range()
189 while (start < end) { in feroceon_l2_inv_range()
192 start = range_end; in feroceon_l2_inv_range()
207 while (start != end) { in feroceon_l2_clean_range()
210 start = range_end; in feroceon_l2_clean_range()
219 start &= ~(CACHE_LINE_SIZE - 1); in feroceon_l2_flush_range()
221 while (start != end) { in feroceon_l2_flush_range()
[all …]
A Dcache-xsc3l2.c90 if (start == 0 && end == -1ul) { in xsc3_l2_inv_range()
104 start = (start | (CACHE_LINE_SIZE - 1)) + 1; in xsc3_l2_inv_range()
113 start += CACHE_LINE_SIZE; in xsc3_l2_inv_range()
119 if (start < end) { in xsc3_l2_inv_range()
136 start &= ~(CACHE_LINE_SIZE - 1); in xsc3_l2_clean_range()
137 while (start < end) { in xsc3_l2_clean_range()
140 start += CACHE_LINE_SIZE; in xsc3_l2_clean_range()
172 if (start == 0 && end == -1ul) { in xsc3_l2_flush_range()
179 start &= ~(CACHE_LINE_SIZE - 1); in xsc3_l2_flush_range()
180 while (start < end) { in xsc3_l2_flush_range()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_ste_v2.c47 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L2_OUT_1, .start = 0, .end = 15,
50 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L2_OUT_0, .start = 0, .end = 31,
53 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L2_OUT_1, .start = 16, .end = 31,
56 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L3_OUT_0, .start = 18, .end = 23,
59 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_1, .start = 16, .end = 24,
63 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_0, .start = 16, .end = 31,
67 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_0, .start = 0, .end = 15,
71 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L3_OUT_0, .start = 8, .end = 15,
75 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L3_OUT_0, .start = 8, .end = 15,
79 .hw_field = DR_STE_V2_ACTION_MDFY_FLD_L4_OUT_0, .start = 16, .end = 31,
[all …]
/linux-6.3-rc2/arch/x86/kernel/
A Dprobe_roms.c28 .start = 0xf0000,
35 .start = 0xe0000,
42 .start = 0xc8000,
47 .start = 0,
52 .start = 0,
57 .start = 0,
62 .start = 0,
67 .start = 0,
218 for (start = video_rom_resource.start; start < upper; start += 2048) { in probe_roms()
223 video_rom_resource.start = start; in probe_roms()
[all …]
/linux-6.3-rc2/arch/hexagon/mm/
A Dcache.c20 start &= ~(LINESIZE - 1); in flush_dcache_range()
28 : "r" (start) in flush_dcache_range()
30 start += LINESIZE; in flush_dcache_range()
40 start &= ~(LINESIZE - 1); in flush_icache_range()
49 : "r" (start) in flush_icache_range()
51 start += LINESIZE; in flush_icache_range()
65 start &= ~(LINESIZE - 1); in hexagon_clean_dcache_range()
73 : "r" (start) in hexagon_clean_dcache_range()
75 start += LINESIZE; in hexagon_clean_dcache_range()
93 : "r" (start) in hexagon_inv_dcache_range()
[all …]
/linux-6.3-rc2/arch/nios2/mm/
A Dcacheflush.c116 __flush_dcache(start, end); in flush_icache_range()
117 __flush_icache(start, end); in flush_icache_range()
122 __flush_dcache(start, end); in flush_dcache_range()
123 __flush_icache(start, end); in flush_dcache_range()
136 __flush_dcache(start, end); in flush_cache_range()
138 __flush_icache(start, end); in flush_cache_range()
146 __flush_dcache(start, end); in flush_icache_page()
147 __flush_icache(start, end); in flush_icache_page()
156 __flush_dcache(start, end); in flush_cache_page()
170 __flush_dcache(start, start + PAGE_SIZE); in __flush_dcache_page()
[all …]
/linux-6.3-rc2/drivers/nvdimm/
A Dbadrange.c127 if ((bre->start >= start) && (bre_end <= clr_end)) { in badrange_forget()
133 if ((start <= bre->start) && (clr_end > bre->start)) { in badrange_forget()
139 if ((bre->start < start) && (bre_end <= clr_end)) { in badrange_forget()
141 bre->length = start - bre->start; in badrange_forget()
149 if ((bre->start < start) && (bre_end > clr_end)) { in badrange_forget()
157 bre->length = start - bre->start; in badrange_forget()
230 if (bre->start >= range->start) { in badblocks_populate()
231 u64 start = bre->start; in badblocks_populate() local
239 __add_badblock_range(bb, start - range->start, len); in badblocks_populate()
246 if (bre->start < range->start) { in badblocks_populate()
[all …]
/linux-6.3-rc2/include/linux/
A Dioport.h22 resource_size_t start; member
159 .start = (_start), \
238 return r1->start <= r2->start && r1->end >= r2->end; in resource_contains()
244 return r1->start <= r2->end && r1->end >= r2->start; in resource_overlaps()
252 r->start = max(r1->start, r2->start); in resource_intersection()
262 r->start = min(r1->start, r2->start); in resource_union()
268 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name), 0) argument
279 resource_size_t start,
284 #define release_region(start,n) __release_region(&ioport_resource, (start), (n)) argument
285 #define release_mem_region(start,n) __release_region(&iomem_resource, (start), (n)) argument
[all …]
/linux-6.3-rc2/arch/arm/mach-omap1/
A Dmcbsp.c111 .start = 9,
116 .start = 8,
138 .start = 17,
143 .start = 16,
165 .start = 11,
170 .start = 10,
211 .start = 9,
216 .start = 8,
238 .start = 17,
243 .start = 16,
[all …]
/linux-6.3-rc2/tools/perf/util/
A Dblock-range.c92 if (start < entry->start) in block_range__create()
125 .start = start, in block_range__create()
135 iter.start = head; in block_range__create()
148 .start = start, in block_range__create()
166 if (entry->start < start) { /* split: [e->start...][start...] */ in block_range__create()
172 .start = entry->start, in block_range__create()
181 entry->start = start; in block_range__create()
189 } else if (entry->start == start) in block_range__create()
192 iter.start = entry; in block_range__create()
199 entry = iter.start; in block_range__create()
[all …]
/linux-6.3-rc2/arch/powerpc/lib/
A Dpmem.c17 void *addr = (void *)(start & ~(bytes - 1)); in __clean_pmem_range()
29 void *addr = (void *)(start & ~(bytes - 1)); in __flush_pmem_range()
40 return __clean_pmem_range(start, stop); in clean_pmem_range()
46 return __flush_pmem_range(start, stop); in flush_pmem_range()
54 unsigned long start = (unsigned long) addr; in arch_wb_cache_pmem() local
55 clean_pmem_range(start, start + size); in arch_wb_cache_pmem()
61 unsigned long start = (unsigned long) addr; in arch_invalidate_pmem() local
62 flush_pmem_range(start, start + size); in arch_invalidate_pmem()
75 clean_pmem_range(start, start + size); in __copy_from_user_flushcache()
82 unsigned long start = (unsigned long) dest; in memcpy_flushcache() local
[all …]
/linux-6.3-rc2/arch/x86/boot/compressed/
A Dkaslr.c105 if (one->start + one->size <= two->start) in mem_overlaps()
108 if (one->start >= two->start + two->size) in mem_overlaps()
181 *start = 0; in parse_memmap()
216 mem_avoid[MEM_AVOID_MEMMAP_BEGIN + i].start = start; in mem_avoid_memmap()
534 tmp.start = region->start; in process_gb_huge_pages()
588 region.start = max_t(u64, entry->start, minimum); in __process_mem_region()
614 if (overlap.start >= region.start + image_size) { in __process_mem_region()
615 region.size = overlap.start - region.start; in __process_mem_region()
620 region.start = overlap.start + overlap.size; in __process_mem_region()
655 start = immovable_mem[i].start; in process_mem_region()
[all …]
/linux-6.3-rc2/fs/btrfs/tests/
A Dextent-io-tests.c53 start, end, ret); in process_page_range()
163 start = 0; in test_find_delalloc()
194 start = test_start; in test_find_delalloc()
487 u64 start, end; in test_find_first_clear_extent_bit() local
499 start, end); in test_find_first_clear_extent_bit()
514 start, end); in test_find_first_clear_extent_bit()
530 start, end); in test_find_first_clear_extent_bit()
543 start, end); in test_find_first_clear_extent_bit()
557 start, end); in test_find_first_clear_extent_bit()
570 start, end); in test_find_first_clear_extent_bit()
[all …]
/linux-6.3-rc2/arch/csky/mm/
A Dcachev2.c26 unsigned long i = start & ~(L1_CACHE_BYTES - 1); in icache_inv_range()
34 unsigned long start; member
49 unsigned long i = param->start & ~(L1_CACHE_BYTES - 1); in local_icache_inv_range()
64 struct cache_range param = { start, end }; in icache_inv_range()
73 inline void dcache_wb_line(unsigned long start) in dcache_wb_line() argument
81 unsigned long i = start & ~(L1_CACHE_BYTES - 1); in dcache_wb_range()
90 dcache_wb_range(start, end); in cache_wbinv_range()
91 icache_inv_range(start, end); in cache_wbinv_range()
97 unsigned long i = start & ~(L1_CACHE_BYTES - 1); in dma_wbinv_range()
106 unsigned long i = start & ~(L1_CACHE_BYTES - 1); in dma_inv_range()
[all …]
/linux-6.3-rc2/arch/mips/bcm63xx/
A Ddev-enet.c48 .start = -1, /* filled at runtime */
53 .start = -1, /* filled at runtime */
58 .start = -1, /* filled at runtime */
77 .start = -1, /* filled at runtime */
82 .start = -1, /* filled at runtime */
86 .start = -1, /* filled at runtime */
90 .start = -1, /* filled at runtime */
111 .start = -1, /* filled at runtime */
116 .start = -1, /* filled at runtime */
307 if (!enetsw_res[2].start) in bcm63xx_enetsw_register()
[all …]

Completed in 51 milliseconds

12345678910>>...147