Home
last modified time | relevance | path

Searched refs:start (Results 6276 - 6300 of 19274) sorted by relevance

1...<<251252253254255256257258259260>>...771

/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c383 .start = 0x0280000,
388 .start = 0x0080000,
393 .start = 0x0200000,
398 .start = 0x0030000,
403 .start = 0x0010000,
408 .start = 0x0040000,
413 .start = 0x0050000,
418 .start = 0x0060000,
423 .start = 0x0090000,
428 .start
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dsdio.c565 ath10k_warn(ar, "exceeds length, start recovery\n"); in ath10k_sdio_mbox_rx_alloc()
744 * temp array as a start value. in ath10k_sdio_mbox_rxmsg_pending_handler()
964 ath10k_warn(ar, "read int status fail, start recovery\n"); in ath10k_sdio_mbox_read_int_status()
1271 /* We always read from the start of the mbox address */ in ath10k_sdio_bmi_exchange_msg()
1738 /* set window register to start read cycle */ in ath10k_sdio_hif_diag_read()
1858 /* HIF start/stop */
2118 .start = ath10k_sdio_hif_start,
2296 if (mem_region->start > cur_section->start) { in ath10k_sdio_dump_memory_section()
2297 ath10k_warn(ar, "incorrect memdump region 0x%x with section start addres in ath10k_sdio_dump_memory_section()
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dget_maintainer.pl805 my ($start, $end) = @_;
807 for (my $i = $start; $i < $end; $i++) {
823 my ($start, $end) = @_;
825 for (my $i = $start; $i < $end; $i++) {
867 my $start = find_starting_index($tvi);
874 for ($i = $start; $i < $end; $i++) {
889 for ($i = $start; $i < $end; $i++) {
901 range_is_maintained($start, $end) &&
902 range_has_maintainer($start, $end)) {
925 my $start
[all...]
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dnuma.c816 long start, end; in do_work() local
820 start = lfsr % words; in do_work()
821 end = min(start + 1024, words-1); in do_work()
824 bzero(data + start, (end-start) * sizeof(u64)); in do_work()
826 for (j = start; j < end; j++) in do_work()
1107 struct timeval start0, start, stop, diff; in worker_thread() local
1158 /* Here we will wait for the main process to start us all at once: */ in worker_thread()
1170 start = stop = start0; in worker_thread()
1171 last_perturbance = start in worker_thread()
1505 struct timeval start, stop, diff; __bench_numa() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsynthetic-events.c277 static bool read_proc_maps_line(struct io *io, __u64 *start, __u64 *end, in read_proc_maps_line() argument
287 if (io__get_hex(io, start) != '-') in read_proc_maps_line()
394 &event->mmap2.start, in perf_event__synthesize_mmap_events()
448 event->mmap2.len -= event->mmap.start; in perf_event__synthesize_mmap_events()
631 event->mmap.start = pos->start; in perf_event__synthesize_modules()
632 event->mmap.len = pos->end - pos->start; in perf_event__synthesize_modules()
819 int start, in __perf_event__synthesize_threads()
847 for (i = start; i < start in __perf_event__synthesize_threads()
814 __perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool mmap_data, struct dirent **dirent, int start, int num) __perf_event__synthesize_threads() argument
883 int start; global() member
[all...]
H A Dprobe-event.c144 *addr = map->unmap_ip(map, sym->start) - in kernel_get_symbol_address_by_name()
146 ((reladdr) ? map->start : 0); in kernel_get_symbol_address_by_name()
251 ret = address <= map->start || map->end < address; in kprobe_warn_out_range()
388 address = sym->start; in find_alternative_probe_point()
394 address = map->unmap_ip(map, sym->start) - map->reloc; in find_alternative_probe_point()
443 .line = lr->start }; in get_alternative_line_range()
450 len = lr->end - lr->start; in get_alternative_line_range()
456 lr->start = result.line; in get_alternative_line_range()
458 lr->end = lr->start + len; in get_alternative_line_range()
701 tp->offset = addr - sym->start; in post_process_probe_trace_point()
1276 const char *start = *ptr; parse_line_num() local
2428 unsigned long start; global() member
[all...]
/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio_mem.c130 /* Physical start address of the memory region. */
326 * Calculate the physical start address of a given memory block id.
343 * Calculate the physical start address of a given big block id.
844 static bool virtio_mem_overlaps_range(struct virtio_mem *vm, uint64_t start, in virtio_mem_overlaps_range() argument
847 return start < vm->addr + vm->region_size && vm->addr < start + size; in virtio_mem_overlaps_range()
854 static bool virtio_mem_contains_range(struct virtio_mem *vm, uint64_t start, in virtio_mem_contains_range() argument
857 return start >= vm->addr && start + size <= vm->addr + vm->region_size; in virtio_mem_contains_range()
989 const unsigned long start in virtio_mem_memory_notifier_cb() local
1277 const unsigned long start = page_to_phys(page); virtio_mem_online_page() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dsdio.c565 ath10k_warn(ar, "exceeds length, start recovery\n"); in ath10k_sdio_mbox_rx_alloc()
744 * temp array as a start value. in ath10k_sdio_mbox_rxmsg_pending_handler()
964 ath10k_warn(ar, "read int status fail, start recovery\n"); in ath10k_sdio_mbox_read_int_status()
1271 /* We always read from the start of the mbox address */ in ath10k_sdio_bmi_exchange_msg()
1738 /* set window register to start read cycle */ in ath10k_sdio_hif_diag_read()
1858 /* HIF start/stop */
2123 .start = ath10k_sdio_hif_start,
2301 if (mem_region->start > cur_section->start) { in ath10k_sdio_dump_memory_section()
2302 ath10k_warn(ar, "incorrect memdump region 0x%x with section start addres in ath10k_sdio_dump_memory_section()
[all...]
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dnuma.c853 long start, end; in do_work() local
857 start = lfsr % words; in do_work()
858 end = min(start + 1024, words-1); in do_work()
861 bzero(data + start, (end-start) * sizeof(u64)); in do_work()
863 for (j = start; j < end; j++) in do_work()
1156 struct timeval start0, start, stop, diff; in worker_thread() local
1207 /* Here we will wait for the main process to start us all at once: */ in worker_thread()
1219 start = stop = start0; in worker_thread()
1220 last_perturbance = start in worker_thread()
1565 struct timeval start, stop, diff; __bench_numa() local
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dget_maintainer.pl805 my ($start, $end) = @_;
807 for (my $i = $start; $i < $end; $i++) {
823 my ($start, $end) = @_;
825 for (my $i = $start; $i < $end; $i++) {
867 my $start = find_starting_index($tvi);
874 for ($i = $start; $i < $end; $i++) {
889 for ($i = $start; $i < $end; $i++) {
901 range_is_maintained($start, $end) &&
902 range_has_maintainer($start, $end)) {
925 my $start
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmm_init.c547 /* Align start of ZONE_MOVABLE on all nids to MAX_ORDER_NR_PAGES */ in find_zone_movable_pfns_for_nodes()
586 * treats start/end as pfns.
694 * We start only with one section of pages, more pages are added as in defer_init()
748 void __meminit reserve_bootmem_region(phys_addr_t start, in reserve_bootmem_region() argument
751 unsigned long start_pfn = PFN_DOWN(start); in reserve_bootmem_region()
1073 unsigned long start = jiffies; in memmap_init_zone_device() local
1082 * the end of that region and start processing the device pages. in memmap_init_zone_device()
1102 nr_pages, jiffies_to_msecs(jiffies - start)); in memmap_init_zone_device()
1164 * @start_pfn: The start PFN to start searchin
1643 unsigned long __maybe_unused start = 0; alloc_node_mem_map() local
1946 unsigned long start, end, mask; node_map_pfn_alignment() local
2198 unsigned long start = jiffies; deferred_init_memmap() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_simd_inc.h209 struct sljit_label *start;
243 /* First part (unaligned start) */
307 start = LABEL();
326 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start);
373 struct sljit_label *start;
402 /* First part (unaligned start) */
463 start = LABEL();
480 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start);
522 struct sljit_label *start;
699 start
[all...]
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdflib.c526 ptrdiff_t bytes, start, end, cursor, avail; in _bdf_readstream() local
547 start = 0; in _bdf_readstream()
566 end = start; in _bdf_readstream()
569 if ( start < avail && buf[start] == to_skip ) in _bdf_readstream()
571 start += 1; in _bdf_readstream()
593 if ( start == 0 ) in _bdf_readstream()
621 bytes = avail - start; in _bdf_readstream()
623 FT_MEM_MOVE( buf, buf + start, bytes ); in _bdf_readstream()
627 start in _bdf_readstream()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cmap-table.hh378 hb_codepoint_t start = this->startCount[i]; in collect_unicodes() local
383 for (hb_codepoint_t codepoint = start; codepoint <= end; codepoint++) in collect_unicodes()
393 for (hb_codepoint_t codepoint = start; codepoint <= end; codepoint++) in collect_unicodes()
415 hb_codepoint_t start = this->startCount[i]; in collect_mapping() local
420 for (hb_codepoint_t codepoint = start; codepoint <= end; codepoint++) in collect_mapping()
431 for (hb_codepoint_t codepoint = start; codepoint <= end; codepoint++) in collect_mapping()
574 hb_codepoint_t start = startCharCode; in collect_unicodes() local
578 out->add (start + i); in collect_unicodes()
640 hb_codepoint_t start = this->groups[i].startCharCode; in collect_unicodes() local
648 start in collect_unicodes()
665 hb_codepoint_t start = this->groups[i].startCharCode; collect_mapping() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_policy.c182 static void cil_gather_statements(struct cil_tree_node *start, struct cil_list *lists[]) in cil_gather_statements() argument
184 cil_tree_walk(start, __cil_gather_statements_helper, NULL, NULL, lists); in cil_gather_statements()
1368 static void cil_block_te_rules_to_policy(FILE *out, struct cil_tree_node *start, int mls) in cil_block_te_rules_to_policy() argument
1376 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy()
1380 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy()
1382 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy()
1384 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy()
1386 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy()
1390 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy()
1392 cil_tree_walk(start, __cil_block_te_rules_to_policy_helpe in cil_block_te_rules_to_policy()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_nx.c717 u64 start; in qla4_82xx_pci_mem_read_direct() local
728 start = qla4_82xx_pci_set_window(ha, off); in qla4_82xx_pci_mem_read_direct()
729 if ((start == -1UL) || in qla4_82xx_pci_mem_read_direct()
737 addr = qla4_8xxx_pci_base_offsetfset(ha, start); in qla4_82xx_pci_mem_read_direct()
741 mem_page = start & PAGE_MASK; in qla4_82xx_pci_mem_read_direct()
745 if (mem_page != ((start + size - 1) & PAGE_MASK)) in qla4_82xx_pci_mem_read_direct()
755 addr += start & (PAGE_SIZE - 1); in qla4_82xx_pci_mem_read_direct()
790 u64 start; in qla4_82xx_pci_mem_write_direct() local
801 start = qla4_82xx_pci_set_window(ha, off); in qla4_82xx_pci_mem_write_direct()
802 if ((start in qla4_82xx_pci_mem_write_direct()
1368 int i, j = 0, k, start, end, loop, sz[2], off0[2]; qla4_82xx_pci_mem_read_2M() local
3700 qla4_8xxx_find_flt_start(struct scsi_qla_host *ha, uint32_t *start) qla4_8xxx_find_flt_start() argument
3722 uint32_t start, status; qla4_8xxx_get_flt_info() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A Dql4_nx.c708 u64 start; in qla4_82xx_pci_mem_read_direct() local
719 start = qla4_82xx_pci_set_window(ha, off); in qla4_82xx_pci_mem_read_direct()
720 if ((start == -1UL) || in qla4_82xx_pci_mem_read_direct()
728 addr = qla4_8xxx_pci_base_offsetfset(ha, start); in qla4_82xx_pci_mem_read_direct()
732 mem_page = start & PAGE_MASK; in qla4_82xx_pci_mem_read_direct()
736 if (mem_page != ((start + size - 1) & PAGE_MASK)) in qla4_82xx_pci_mem_read_direct()
746 addr += start & (PAGE_SIZE - 1); in qla4_82xx_pci_mem_read_direct()
781 u64 start; in qla4_82xx_pci_mem_write_direct() local
792 start = qla4_82xx_pci_set_window(ha, off); in qla4_82xx_pci_mem_write_direct()
793 if ((start in qla4_82xx_pci_mem_write_direct()
1355 int i, j = 0, k, start, end, loop, sz[2], off0[2]; qla4_82xx_pci_mem_read_2M() local
3681 qla4_8xxx_find_flt_start(struct scsi_qla_host *ha, uint32_t *start) qla4_8xxx_find_flt_start() argument
3703 uint32_t start, status; qla4_8xxx_get_flt_info() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c386 * Elements are sorted by start address and overlapping segments
394 nr = iommu_alloc_resv_region(new->start, new->length, new->prot, new->type); in iommu_insert_resv_region()
399 /* First add the new element based on start address sorting */ in iommu_insert_resv_region()
402 if (nr->start < iter->start || (nr->start == iter->start && nr->type <= iter->type)) { in iommu_insert_resv_region()
411 phys_addr_t top_end, iter_end = iter->start + iter->length - 1; in iommu_insert_resv_region()
426 top_end = top->start + top->length - 1; in iommu_insert_resv_region()
428 if (iter->start > top_en in iommu_insert_resv_region()
745 dma_addr_t start, end, addr; iommu_create_device_direct_mappings() local
2641 phys_addr_t start; iommu_map_sg_ext() local
2866 iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot, enum iommu_resv_type type) iommu_alloc_resv_region() argument
[all...]
/kernel/linux/linux-5.10/drivers/iommu/
H A Diommu.c390 * Elements are sorted by start address and overlapping segments
399 nr = iommu_alloc_resv_region(new->start, new->length, in iommu_insert_resv_region()
404 /* First add the new element based on start address sorting */ in iommu_insert_resv_region()
406 if (nr->start < iter->start || in iommu_insert_resv_region()
407 (nr->start == iter->start && nr->type <= iter->type)) in iommu_insert_resv_region()
414 phys_addr_t top_end, iter_end = iter->start + iter->length - 1; in iommu_insert_resv_region()
431 top_end = top->start + top->length - 1; in iommu_insert_resv_region()
433 if (iter->start > top_en in iommu_insert_resv_region()
746 dma_addr_t start, end, addr; iommu_create_device_direct_mappings() local
2539 phys_addr_t start; __iommu_map_sg() local
2749 iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot, enum iommu_resv_type type) iommu_alloc_resv_region() argument
[all...]
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dmain.c55 MODULE_PARM_DESC(synth, "Synth to start if speakup is built in.");
848 u_long start = vc->vc_origin + (spk_y * vc->vc_size_row); in say_line_from_to() local
849 u_long end = start + (to * 2); in say_line_from_to()
851 start += from * 2; in say_line_from_to()
852 if (say_from_to(vc, start, end, read_punc) <= 0) in say_line_from_to()
883 u_long start, end; in get_sentence_buf() local
891 start = vc->vc_origin + ((spk_y) * vc->vc_size_row); in get_sentence_buf()
898 spk_attr = get_attributes(vc, (u_short *)start); in get_sentence_buf()
900 while (start < end) { in get_sentence_buf()
901 sentbuf[bn][i] = get_char(vc, (u_short *)start, in get_sentence_buf()
934 u_long start = vc->vc_origin, end; say_screen_from_to() local
954 u_long start, end, from, to; speakup_win_say() local
1619 u16 *start = (u16 *)vc->vc_origin; count_highlight_color() local
[all...]
/kernel/linux/linux-6.6/drivers/iommu/
H A Diommu.c730 * Elements are sorted by start address and overlapping segments
739 nr = iommu_alloc_resv_region(new->start, new->length, in iommu_insert_resv_region()
744 /* First add the new element based on start address sorting */ in iommu_insert_resv_region()
746 if (nr->start < iter->start || in iommu_insert_resv_region()
747 (nr->start == iter->start && nr->type <= iter->type)) in iommu_insert_resv_region()
754 phys_addr_t top_end, iter_end = iter->start + iter->length - 1; in iommu_insert_resv_region()
771 top_end = top->start + top->length - 1; in iommu_insert_resv_region()
773 if (iter->start > top_en in iommu_insert_resv_region()
1070 dma_addr_t start, end, addr; iommu_create_device_direct_mappings() local
2621 phys_addr_t start; iommu_map_sg() local
2785 iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot, enum iommu_resv_type type, gfp_t gfp) iommu_alloc_resv_region() argument
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddisk-io.c86 kaddr = page_address(buf->pages[0]) + offset_in_page(buf->start); in csum_tree_block()
119 eb->start, eb->read_mirror, in btrfs_buffer_uptodate()
178 u64 start = max_t(u64, eb->start, page_offset(p)); in btrfs_repair_eb_io_failure() local
179 u64 end = min_t(u64, eb->start + eb->len, page_offset(p) + PAGE_SIZE); in btrfs_repair_eb_io_failure()
180 u32 len = end - start; in btrfs_repair_eb_io_failure()
182 ret = btrfs_repair_io_failure(fs_info, 0, start, len, in btrfs_repair_eb_io_failure()
183 start, p, offset_in_page(start), mirror_num); in btrfs_repair_eb_io_failure()
217 eb->start, e in btrfs_read_extent_buffer()
4729 u64 start = 0; btrfs_destroy_marked_extents() local
4754 u64 start; btrfs_destroy_pinned_extent() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c2360 static u16 npc_mcam_find_zero_area(unsigned long *map, u16 size, u16 start, in npc_mcam_find_zero_area() argument
2369 index = find_next_zero_bit(map, size, start); in npc_mcam_find_zero_area()
2381 start = next + 1; in npc_mcam_find_zero_area()
2389 * within range i.e in between 'start' and 'end'.
2391 static u16 npc_mcam_get_free_count(unsigned long *map, u16 start, u16 end) in npc_mcam_get_free_count() argument
2397 if (start >= end) in npc_mcam_get_free_count()
2400 index = find_next_zero_bit(map, end, start); in npc_mcam_get_free_count()
2407 start = next + 1; in npc_mcam_get_free_count()
2418 u16 *start, u16 *end, bool *reverse) in npc_get_mcam_search_range_priority()
2430 * search range: 'start o in npc_get_mcam_search_range_priority()
2416 npc_get_mcam_search_range_priority(struct npc_mcam *mcam, struct npc_mcam_alloc_entry_req *req, u16 *start, u16 *end, bool *reverse) npc_get_mcam_search_range_priority() argument
2481 u16 start, end, index; npc_mcam_alloc_entries() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dexceptions-64s.S50 #define EXC_REAL_BEGIN(name, start, size) \
51 FIXED_SECTION_ENTRY_BEGIN_LOCATION(real_vectors, exc_real_##start##_##name, start, size)
53 #define EXC_REAL_END(name, start, size) \
54 FIXED_SECTION_ENTRY_END_LOCATION(real_vectors, exc_real_##start##_##name, start, size)
56 #define EXC_VIRT_BEGIN(name, start, size) \
57 FIXED_SECTION_ENTRY_BEGIN_LOCATION(virt_vectors, exc_virt_##start##_##name, start, size)
59 #define EXC_VIRT_END(name, start, siz
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dexceptions-64s.S35 #define EXC_REAL_BEGIN(name, start, size) \
36 FIXED_SECTION_ENTRY_BEGIN_LOCATION(real_vectors, exc_real_##start##_##name, start, size)
38 #define EXC_REAL_END(name, start, size) \
39 FIXED_SECTION_ENTRY_END_LOCATION(real_vectors, exc_real_##start##_##name, start, size)
41 #define EXC_VIRT_BEGIN(name, start, size) \
42 FIXED_SECTION_ENTRY_BEGIN_LOCATION(virt_vectors, exc_virt_##start##_##name, start, size)
44 #define EXC_VIRT_END(name, start, siz
[all...]

Completed in 56 milliseconds

1...<<251252253254255256257258259260>>...771