| /kernel/linux/linux-6.6/include/trace/events/ |
| D | osnoise.h | 11 TP_PROTO(struct task_struct *t, u64 start, u64 duration), 13 TP_ARGS(t, start, duration), 17 __field( u64, start ) 25 __entry->start = start; 29 TP_printk("%8s:%d start %llu.%09u duration %llu ns", 32 __print_ns_to_secs(__entry->start), 33 __print_ns_without_secs(__entry->start), 39 TP_PROTO(int vector, u64 start, u64 duration), 41 TP_ARGS(vector, start, duration), 44 __field( u64, start ) [all …]
|
| /kernel/linux/linux-5.10/kernel/ |
| 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() 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 …]
|
| D | resource.c | 32 .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-6.6/kernel/ |
| 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() 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 …]
|
| /kernel/linux/linux-5.10/arch/mips/pci/ |
| D | pci-malta.c | 30 .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-6.6/arch/mips/pci/ |
| D | pci-malta.c | 30 .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/ |
| D | devices.c | 142 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() 172 return start; in usb_dump_endpoint_descriptor() 183 start += sprintf(start, format_endpt, desc->bEndpointAddress, dir, in usb_dump_endpoint_descriptor() 188 return start; in usb_dump_endpoint_descriptor() 191 static char *usb_dump_interface_descriptor(char *start, char *end, in usb_dump_interface_descriptor() argument 200 if (start > end) in usb_dump_interface_descriptor() 201 return start; in usb_dump_interface_descriptor() 209 start += sprintf(start, format_iface, in usb_dump_interface_descriptor() [all …]
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | extent-io-tree.h | 69 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-6.6/fs/btrfs/ |
| D | extent-io-tree.c | 46 pr_err("BTRFS: state leak: start %llu end %llu state %u in tree %d refs %d\n", in btrfs_extent_state_leak_debug_check() 47 state->start, state->end, state->state, in btrfs_extent_state_leak_debug_check() 55 #define btrfs_debug_check_extent_io_range(tree, start, end) \ argument 56 __btrfs_debug_check_extent_io_range(__func__, (tree), (start), (end)) 59 u64 start, u64 end) in __btrfs_debug_check_extent_io_range() argument 71 caller, btrfs_ino(inode), isize, start, end); in __btrfs_debug_check_extent_io_range() 91 u64 start; member 190 changeset->bytes_changed += state->end - state->start + 1; in add_extent_changeset() 191 ret = ulist_add(&changeset->range_changed, state->start, state->end, in add_extent_changeset() 218 * entry->start <= offset && entry->end >= offset. [all …]
|
| D | extent_map.c | 77 static u64 range_end(u64 start, u64 len) in range_end() argument 79 if (start + len < start) in range_end() 81 return start + len; in range_end() 90 u64 end = range_end(em->start, em->len); in tree_insert() 97 if (em->start < entry->start) { in tree_insert() 99 } else if (em->start >= extent_map_end(entry)) { in tree_insert() 108 while (parent && em->start >= extent_map_end(entry)) { in tree_insert() 113 if (end > entry->start && em->start < extent_map_end(entry)) in tree_insert() 118 while (parent && em->start < entry->start) { in tree_insert() 123 if (end > entry->start && em->start < extent_map_end(entry)) in tree_insert() [all …]
|
| /kernel/linux/linux-5.10/arch/nds32/mm/ |
| D | proc.c | 175 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-6.6/arch/arm64/mm/ |
| D | cache.S | 18 * caches_clean_inval_pou_macro(start,end) [fixup] 24 * - start - virtual start address of region 46 * caches_clean_inval_pou(start,end) 52 * - start - virtual start address of region 62 * caches_clean_inval_user_pou(start,end) 68 * - start - virtual start address of region 85 * icache_inval_pou(start,end) 89 * - start - virtual start address of region 103 * dcache_clean_inval_poc(start, end) 105 * Ensure that any D-cache lines for the interval [start, end) [all …]
|
| /kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
| D | sja1105_ethtool.c | 84 int start; member 95 .start = 31, 102 .start = 23, 109 .start = 15, 116 .start = 7, 124 .start = 27, 131 .start = 26, 138 .start = 25, 145 .start = 24, 152 .start = 23, [all …]
|
| /kernel/linux/linux-6.6/arch/riscv/mm/ |
| D | tlbflush.c | 15 static void local_flush_tlb_range_threshold_asid(unsigned long start, in local_flush_tlb_range_threshold_asid() argument 29 local_flush_tlb_page_asid(start, asid); in local_flush_tlb_range_threshold_asid() 30 start += stride; in local_flush_tlb_range_threshold_asid() 34 static inline void local_flush_tlb_range_asid(unsigned long start, in local_flush_tlb_range_asid() argument 38 local_flush_tlb_page_asid(start, asid); in local_flush_tlb_range_asid() 42 local_flush_tlb_range_threshold_asid(start, size, stride, asid); in local_flush_tlb_range_asid() 46 void local_flush_tlb_kernel_range(unsigned long start, unsigned long end) in local_flush_tlb_kernel_range() argument 48 local_flush_tlb_range_asid(start, end - start, PAGE_SIZE, FLUSH_TLB_NO_ASID); in local_flush_tlb_kernel_range() 66 unsigned long start; member 75 local_flush_tlb_range_asid(d->start, d->size, d->stride, d->asid); in __ipi_flush_tlb_range_asid() [all …]
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | block-range.c | 21 assert(old < entry->start); in block_range__debug() 22 assert(entry->start <= entry->end); /* single instruction block; jump to a jump */ in block_range__debug() 39 if (addr < entry->start) in block_range__find() 72 * @start: branch target starting this basic block 77 struct block_range_iter block_range__create(u64 start, u64 end) in block_range__create() argument 88 if (start < entry->start) in block_range__create() 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() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | block-range.c | 25 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-6.6/arch/nios2/mm/ |
| D | cacheflush.c | 19 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache() argument 23 start &= ~(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 42 start &= ~(cpuinfo.dcache_line_size - 1); in __invalidate_dcache() 46 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __invalidate_dcache() 54 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache() argument 58 start &= ~(cpuinfo.icache_line_size - 1); in __flush_icache() [all …]
|
| /kernel/linux/linux-5.10/drivers/nvdimm/ |
| D | badrange.c | 30 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-6.6/drivers/nvdimm/ |
| D | badrange.c | 30 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/ |
| D | regs-fimc.h | 24 /* 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-6.6/drivers/gpu/drm/exynos/ |
| D | regs-fimc.h | 24 /* 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-6.6/drivers/usb/core/ |
| D | devices.c | 142 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() 172 return start; in usb_dump_endpoint_descriptor() 183 start += sprintf(start, format_endpt, desc->bEndpointAddress, dir, in usb_dump_endpoint_descriptor() 188 return start; in usb_dump_endpoint_descriptor() 191 static char *usb_dump_interface_descriptor(char *start, char *end, in usb_dump_interface_descriptor() argument 200 if (start > end) in usb_dump_interface_descriptor() 201 return start; in usb_dump_interface_descriptor() 209 start += sprintf(start, format_iface, in usb_dump_interface_descriptor() [all …]
|
| /kernel/linux/linux-5.10/fs/btrfs/tests/ |
| D | extent-io-tests.c | 19 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 …]
|
| /kernel/linux/linux-6.6/arch/arm/mm/ |
| D | cache-feroceon-l2.c | 30 * Cache range operations are initiated by writing the start and 33 * [start:end]. 70 static inline void l2_clean_pa_range(unsigned long start, unsigned long end) in l2_clean_pa_range() argument 75 * Make sure 'start' and 'end' reference the same page, as in l2_clean_pa_range() 77 * the start address. in l2_clean_pa_range() 79 BUG_ON((start ^ end) >> PAGE_SHIFT); in l2_clean_pa_range() 81 va_start = l2_get_va(start); in l2_clean_pa_range() 82 va_end = va_start + (end - start); in l2_clean_pa_range() 101 static inline void l2_inv_pa_range(unsigned long start, unsigned long end) in l2_inv_pa_range() argument 106 * Make sure 'start' and 'end' reference the same page, as in l2_inv_pa_range() [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mm/ |
| D | cache-feroceon-l2.c | 33 * 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 …]
|