Home
last modified time | relevance | path

Searched full:start (Results 1 – 25 of 9653) sorted by relevance

12345678910>>...387

/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Dhead-64.h57 * stubs at the start of the main text.
60 #define OPEN_FIXED_SECTION(sname, start, end) \
61 sname##_start = (start); \
63 sname##_len = (end) - (start); \
76 #define OPEN_TEXT_SECTION(start) \
80 text_start = (start) + 0x100; \
85 #define OPEN_TEXT_SECTION(start) \
86 text_start = (start); \
92 #define ZERO_FIXED_SECTION(sname, start, end) \
93 sname##_start = (start); \
[all …]
/kernel/linux/linux-4.19/kernel/
Drange.c11 int add_range(struct range *range, int az, int nr_range, u64 start, u64 end) in add_range() argument
13 if (start >= end) in add_range()
20 range[nr_range].start = start; in add_range()
29 u64 start, u64 end) in add_range_with_merge() argument
33 if (start >= end) in add_range_with_merge()
36 /* get new start/end: */ in add_range_with_merge()
43 common_start = max(range[i].start, start); in add_range_with_merge()
48 /* new start/end, will add it back at last */ in add_range_with_merge()
49 start = min(range[i].start, start); in add_range_with_merge()
54 range[nr_range - 1].start = 0; in add_range_with_merge()
[all …]
Dresource.c31 .start = 0,
39 .start = 0,
108 unsigned long long start, end; in r_show() local
117 start = r->start; in r_show()
120 start = end = 0; in r_show()
125 width, start, in r_show()
132 .start = r_start,
186 resource_size_t start = new->start; in __request_resource() local
190 if (end < start) in __request_resource()
192 if (start < root->start) in __request_resource()
[all …]
/kernel/linux/linux-5.10/kernel/
Drange.c12 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()
21 range[nr_range].start = start; 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()
44 common_start = max(range[i].start, start); in add_range_with_merge()
49 /* new start/end, will add it back at last */ in add_range_with_merge()
50 start = min(range[i].start, start); in add_range_with_merge()
55 range[nr_range - 1].start = 0; in add_range_with_merge()
[all …]
Dresource.c32 .start = 0,
40 .start = 0,
109 unsigned long long start, end; in r_show() local
118 start = r->start; in r_show()
121 start = end = 0; in r_show()
126 width, start, in r_show()
133 .start = r_start,
187 resource_size_t start = new->start; in __request_resource() local
191 if (end < start) in __request_resource()
193 if (start < root->start) in __request_resource()
[all …]
/kernel/linux/linux-5.10/arch/mips/pci/
Dpci-malta.c30 .start = 0x00000000UL,
81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
103 start = GT_READ(GT_PCI0M0LD_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()
113 start = start1; in mips_pcibios_init()
117 mask = ~(start ^ end); in mips_pcibios_init()
119 BUG_ON((start & GT_PCI_HD_MSK) != (map & GT_PCI_HD_MSK) && in mips_pcibios_init()
121 gt64120_mem_resource.start = start; in mips_pcibios_init()
123 gt64120_controller.mem_offset = (start & mask) - (map & mask); in mips_pcibios_init()
[all …]
/kernel/linux/linux-5.10/drivers/usb/core/
Ddevices.c142 static char *usb_dump_endpoint_descriptor(int speed, char *start, char *end, in usb_dump_endpoint_descriptor() argument
148 if (start > end) in usb_dump_endpoint_descriptor()
149 return start; in usb_dump_endpoint_descriptor()
185 return start; in usb_dump_endpoint_descriptor()
196 start += sprintf(start, format_endpt, desc->bEndpointAddress, dir, in usb_dump_endpoint_descriptor()
201 return start; in usb_dump_endpoint_descriptor()
204 static char *usb_dump_interface_descriptor(char *start, char *end, in usb_dump_interface_descriptor() argument
213 if (start > end) in usb_dump_interface_descriptor()
214 return start; in usb_dump_interface_descriptor()
222 start += sprintf(start, format_iface, in usb_dump_interface_descriptor()
[all …]
/kernel/linux/linux-5.10/fs/btrfs/
Dextent-io-tree.h69 u64 start; 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);
107 u64 *start, u64 search_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,
[all …]
/kernel/linux/linux-4.19/arch/mips/pci/
Dpci-malta.c42 .start = 0x00000000UL,
93 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
115 start = GT_READ(GT_PCI0M0LD_OFS); in mips_pcibios_init()
118 end = (end & GT_PCI_HD_MSK) | (start & ~GT_PCI_HD_MSK); in mips_pcibios_init()
124 if (end1 - start1 > end - start) { in mips_pcibios_init()
125 start = start1; in mips_pcibios_init()
129 mask = ~(start ^ end); in mips_pcibios_init()
131 BUG_ON((start & GT_PCI_HD_MSK) != (map & GT_PCI_HD_MSK) && in mips_pcibios_init()
133 gt64120_mem_resource.start = start; in mips_pcibios_init()
135 gt64120_controller.mem_offset = (start & mask) - (map & mask); in mips_pcibios_init()
[all …]
/kernel/linux/linux-4.19/arch/nds32/mm/
Dproc.c172 void cpu_icache_inval_page(unsigned long start) in cpu_icache_inval_page() argument
177 end = start + PAGE_SIZE; in cpu_icache_inval_page()
188 } while (end != start); in cpu_icache_inval_page()
192 void cpu_dcache_inval_page(unsigned long start) in cpu_dcache_inval_page() argument
197 end = start + PAGE_SIZE; in cpu_dcache_inval_page()
208 } while (end != start); in cpu_dcache_inval_page()
211 void cpu_dcache_wb_page(unsigned long start) in cpu_dcache_wb_page() argument
217 end = start + PAGE_SIZE; in cpu_dcache_wb_page()
228 } while (end != start); in cpu_dcache_wb_page()
233 void cpu_dcache_wbinval_page(unsigned long start) in cpu_dcache_wbinval_page() argument
[all …]
/kernel/linux/linux-5.10/arch/nds32/mm/
Dproc.c175 void cpu_icache_inval_page(unsigned long start) in cpu_icache_inval_page() argument
180 end = start + PAGE_SIZE; in cpu_icache_inval_page()
191 } while (end != start); in cpu_icache_inval_page()
195 void cpu_dcache_inval_page(unsigned long start) in cpu_dcache_inval_page() argument
200 end = start + PAGE_SIZE; in cpu_dcache_inval_page()
211 } while (end != start); in cpu_dcache_inval_page()
214 void cpu_dcache_wb_page(unsigned long start) in cpu_dcache_wb_page() argument
220 end = start + PAGE_SIZE; in cpu_dcache_wb_page()
231 } while (end != start); in cpu_dcache_wb_page()
236 void cpu_dcache_wbinval_page(unsigned long start) in cpu_dcache_wbinval_page() argument
[all …]
/kernel/linux/linux-4.19/drivers/usb/core/
Ddevices.c161 static char *usb_dump_endpoint_descriptor(int speed, char *start, char *end, in usb_dump_endpoint_descriptor() argument
167 if (start > end) in usb_dump_endpoint_descriptor()
168 return start; in usb_dump_endpoint_descriptor()
204 return start; in usb_dump_endpoint_descriptor()
215 start += sprintf(start, format_endpt, desc->bEndpointAddress, dir, in usb_dump_endpoint_descriptor()
220 return start; in usb_dump_endpoint_descriptor()
223 static char *usb_dump_interface_descriptor(char *start, char *end, in usb_dump_interface_descriptor() argument
232 if (start > end) in usb_dump_interface_descriptor()
233 return start; in usb_dump_interface_descriptor()
241 start += sprintf(start, format_iface, in usb_dump_interface_descriptor()
[all …]
/kernel/linux/linux-4.19/fs/btrfs/
Dextent_io.h77 #define BITMAP_FIRST_BYTE_MASK(start) \ argument
78 ((BYTE_MASK << ((start) & (BITS_PER_BYTE - 1))) & BYTE_MASK)
102 struct page *page, u64 start, u64 end,
109 int (*writepage_start_hook)(struct page *page, u64 start, u64 end);
110 void (*writepage_end_io_hook)(struct page *page, u64 start, u64 end,
123 u64 start, u64 end);
136 u64 start; member
155 u64 start; member
256 u64 start, u64 len,
262 int lock_extent_bits(struct extent_io_tree *tree, u64 start, u64 end,
[all …]
Dextent_map.c86 static u64 range_end(u64 start, u64 len) in range_end() argument
88 if (start + len < start) in range_end()
90 return start + len; in range_end()
99 u64 end = range_end(em->start, em->len); in tree_insert()
105 if (em->start < entry->start) in tree_insert()
107 else if (em->start >= extent_map_end(entry)) in tree_insert()
114 while (parent && em->start >= extent_map_end(entry)) { in tree_insert()
119 if (end > entry->start && em->start < extent_map_end(entry)) in tree_insert()
124 while (parent && em->start < entry->start) { in tree_insert()
129 if (end > entry->start && em->start < extent_map_end(entry)) in tree_insert()
[all …]
/kernel/linux/linux-4.19/tools/perf/util/
Dblock-range.c23 assert(old < entry->start); in block_range__debug()
24 assert(entry->start <= entry->end); /* single instruction block; jump to a jump */ in block_range__debug()
41 if (addr < entry->start) in block_range__find()
74 * @start: branch target starting this basic block
79 struct block_range_iter block_range__create(u64 start, u64 end) in block_range__create() argument
90 if (start < entry->start) in block_range__create()
92 else if (start > entry->end) in block_range__create()
99 * Didn't find anything.. there's a hole at @start, however @end might in block_range__create()
110 if (entry->end < start) { in block_range__create()
117 if (next->start <= end) { /* add head: [start...][n->start...] */ in block_range__create()
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Dblock-range.c25 assert(old < entry->start); in block_range__debug()
26 assert(entry->start <= entry->end); /* single instruction block; jump to a jump */ in block_range__debug()
43 if (addr < entry->start) in block_range__find()
76 * @start: branch target starting this basic block
81 struct block_range_iter block_range__create(u64 start, u64 end) in block_range__create() argument
92 if (start < entry->start) in block_range__create()
94 else if (start > entry->end) in block_range__create()
101 * Didn't find anything.. there's a hole at @start, however @end might 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()
[all …]
/kernel/linux/linux-5.10/drivers/nvdimm/
Dbadrange.c30 bre->start = addr; in append_badrange_entry()
69 if (bre->start == addr) { in add_badrange()
101 void badrange_forget(struct badrange *badrange, phys_addr_t start, in badrange_forget() argument
105 u64 clr_end = start + len - 1; in badrange_forget()
111 * [start, clr_end] is the badrange interval being cleared. in badrange_forget()
112 * [bre->start, bre_end] is the badrange_list entry we're comparing in badrange_forget()
114 * to be modified (update either start or length), deleted, or in badrange_forget()
119 u64 bre_end = bre->start + bre->length - 1; in badrange_forget()
122 if (bre_end < start) in badrange_forget()
124 if (bre->start > clr_end) in badrange_forget()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
Dregs-fimc.h24 /* Y 1st frame start address for output DMA */
26 /* Y 2nd frame start address for output DMA */
28 /* Y 3rd frame start address for output DMA */
30 /* Y 4th frame start address for output DMA */
32 /* Cb 1st frame start address for output DMA */
34 /* Cb 2nd frame start address for output DMA */
36 /* Cb 3rd frame start address for output DMA */
38 /* Cb 4th frame start address for output DMA */
40 /* Cr 1st frame start address for output DMA */
42 /* Cr 2nd frame start address for output DMA */
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/exynos/
Dregs-fimc.h27 /* Y 1st frame start address for output DMA */
29 /* Y 2nd frame start address for output DMA */
31 /* Y 3rd frame start address for output DMA */
33 /* Y 4th frame start address for output DMA */
35 /* Cb 1st frame start address for output DMA */
37 /* Cb 2nd frame start address for output DMA */
39 /* Cb 3rd frame start address for output DMA */
41 /* Cb 4th frame start address for output DMA */
43 /* Cr 1st frame start address for output DMA */
45 /* Cr 2nd frame start address for output DMA */
[all …]
/kernel/linux/linux-5.10/arch/nios2/mm/
Dcacheflush.c18 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache() argument
22 start &= ~(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
41 start &= ~(cpuinfo.dcache_line_size - 1); in __invalidate_dcache()
45 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __invalidate_dcache()
53 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache() argument
57 start &= ~(cpuinfo.icache_line_size - 1); in __flush_icache()
[all …]
/kernel/linux/linux-4.19/arch/nios2/mm/
Dcacheflush.c18 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache() argument
22 start &= ~(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
41 start &= ~(cpuinfo.dcache_line_size - 1); in __invalidate_dcache()
45 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __invalidate_dcache()
53 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache() argument
57 start &= ~(cpuinfo.icache_line_size - 1); in __flush_icache()
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dmcbsp.c97 .start = OMAP7XX_MCBSP1_BASE,
103 .start = INT_7XX_McBSP1RX,
108 .start = INT_7XX_McBSP1TX,
113 .start = 9,
118 .start = 8,
124 .start = OMAP7XX_MCBSP2_BASE,
130 .start = INT_7XX_McBSP2RX,
135 .start = INT_7XX_McBSP2TX,
140 .start = 11,
145 .start = 10,
[all …]
/kernel/linux/linux-5.10/arch/arm/mm/
Dcache-feroceon-l2.c33 * Cache range operations are initiated by writing the start and
36 * [start:end].
73 static inline void l2_clean_pa_range(unsigned long start, unsigned long end) in l2_clean_pa_range() argument
78 * Make sure 'start' and 'end' reference the same page, as in l2_clean_pa_range()
80 * the start address. in l2_clean_pa_range()
82 BUG_ON((start ^ end) >> PAGE_SHIFT); in l2_clean_pa_range()
84 va_start = l2_get_va(start); in l2_clean_pa_range()
85 va_end = va_start + (end - start); in l2_clean_pa_range()
104 static inline void l2_inv_pa_range(unsigned long start, unsigned long end) in l2_inv_pa_range() argument
109 * Make sure 'start' and 'end' reference the same page, as in l2_inv_pa_range()
[all …]
/kernel/linux/linux-4.19/arch/arm/mm/
Dcache-feroceon-l2.c33 * Cache range operations are initiated by writing the start and
36 * [start:end].
73 static inline void l2_clean_pa_range(unsigned long start, unsigned long end) in l2_clean_pa_range() argument
78 * Make sure 'start' and 'end' reference the same page, as in l2_clean_pa_range()
80 * the start address. in l2_clean_pa_range()
82 BUG_ON((start ^ end) >> PAGE_SHIFT); in l2_clean_pa_range()
84 va_start = l2_get_va(start); in l2_clean_pa_range()
85 va_end = va_start + (end - start); in l2_clean_pa_range()
104 static inline void l2_inv_pa_range(unsigned long start, unsigned long end) in l2_inv_pa_range() argument
109 * Make sure 'start' and 'end' reference the same page, as in l2_inv_pa_range()
[all …]
/kernel/linux/linux-5.10/fs/btrfs/tests/
Dextent-io-tests.c19 static noinline int process_page_range(struct inode *inode, u64 start, u64 end, in process_page_range() argument
24 unsigned long index = start >> PAGE_SHIFT; in process_page_range()
51 "stuck in a loop, start %llu, end %llu, nr_pages %lu, ret %d\n", 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
114 start = 0; in test_find_delalloc()
116 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc()
122 if (start != 0 || end != (sectorsize - 1)) { in test_find_delalloc()
123 test_err("expected start 0 end %u, got start %llu end %llu", in test_find_delalloc()
124 sectorsize - 1, start, end); in test_find_delalloc()
[all …]

12345678910>>...387