Home
last modified time | relevance | path

Searched refs:start (Results 1451 - 1475 of 14357) sorted by relevance

1...<<51525354555657585960>>...575

/kernel/linux/linux-5.10/arch/m68k/mac/
H A Dconfig.c812 scc_a_rsrcs[0].start = (resource_size_t)mac_bi_data.sccbase + 2; in mac_identify()
813 scc_a_rsrcs[0].end = scc_a_rsrcs[0].start; in mac_identify()
817 scc_b_rsrcs[0].start = (resource_size_t)mac_bi_data.sccbase; in mac_identify()
818 scc_b_rsrcs[0].end = scc_b_rsrcs[0].start; in mac_identify()
824 scc_a_rsrcs[1].start = scc_a_rsrcs[1].end = IRQ_MAC_SCC_A; in mac_identify()
825 scc_b_rsrcs[1].start = scc_b_rsrcs[1].end = IRQ_MAC_SCC_B; in mac_identify()
830 scc_a_rsrcs[1].start = scc_a_rsrcs[1].end = IRQ_MAC_SCC; in mac_identify()
831 scc_b_rsrcs[1].start = scc_b_rsrcs[1].end = IRQ_MAC_SCC; in mac_identify()
833 scc_a_rsrcs[1].start = scc_a_rsrcs[1].end = IRQ_AUTO_4; in mac_identify()
834 scc_b_rsrcs[1].start in mac_identify()
[all...]
/kernel/linux/linux-6.6/arch/m68k/mac/
H A Dconfig.c813 scc_a_rsrcs[0].start = (resource_size_t)mac_bi_data.sccbase + 2; in mac_identify()
814 scc_a_rsrcs[0].end = scc_a_rsrcs[0].start; in mac_identify()
818 scc_b_rsrcs[0].start = (resource_size_t)mac_bi_data.sccbase; in mac_identify()
819 scc_b_rsrcs[0].end = scc_b_rsrcs[0].start; in mac_identify()
825 scc_a_rsrcs[1].start = scc_a_rsrcs[1].end = IRQ_MAC_SCC_A; in mac_identify()
826 scc_b_rsrcs[1].start = scc_b_rsrcs[1].end = IRQ_MAC_SCC_B; in mac_identify()
831 scc_a_rsrcs[1].start = scc_a_rsrcs[1].end = IRQ_MAC_SCC; in mac_identify()
832 scc_b_rsrcs[1].start = scc_b_rsrcs[1].end = IRQ_MAC_SCC; in mac_identify()
834 scc_a_rsrcs[1].start = scc_a_rsrcs[1].end = IRQ_AUTO_4; in mac_identify()
835 scc_b_rsrcs[1].start in mac_identify()
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dtc6393xb.c138 .start = 0x1000,
143 .start = 0x0100,
148 .start = IRQ_TC6393_NAND,
156 .start = 0x800,
161 .start = IRQ_TC6393_MMC,
169 .start = 0x3000,
174 .start = 0x0300,
179 .start = 0x010000,
184 .start = 0x018000,
189 .start
[all...]
H A Dsun6i-prcm.c24 .start = 0x0,
32 .start = 0xc,
40 .start = 0x28,
48 .start = 0x54,
56 .start = 0xb0,
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dlocalalloc.c613 * We will add ourselves to the transaction passed in, but may start
722 int status, start; in ocfs2_claim_local_alloc_bits() local
734 start = ocfs2_local_alloc_find_clear_bits(osb, alloc, &bits_wanted, in ocfs2_claim_local_alloc_bits()
736 if (start == -1) { in ocfs2_claim_local_alloc_bits()
744 *bit_off = le32_to_cpu(la->la_bm_off) + start; in ocfs2_claim_local_alloc_bits()
756 ocfs2_resmap_claimed_bits(&osb->osb_la_resmap, ac->ac_resv, start, in ocfs2_claim_local_alloc_bits()
760 ocfs2_set_bit(start++, bitmap); in ocfs2_claim_local_alloc_bits()
777 int status, start; in ocfs2_free_local_alloc_bits() local
791 start = bit_off - le32_to_cpu(la->la_bm_off); in ocfs2_free_local_alloc_bits()
804 ocfs2_clear_bit(start in ocfs2_free_local_alloc_bits()
956 int bit_off, left, count, start; ocfs2_sync_local_to_main() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dlocalalloc.c611 * We will add ourselves to the transaction passed in, but may start
720 int status, start; in ocfs2_claim_local_alloc_bits() local
732 start = ocfs2_local_alloc_find_clear_bits(osb, alloc, &bits_wanted, in ocfs2_claim_local_alloc_bits()
734 if (start == -1) { in ocfs2_claim_local_alloc_bits()
742 *bit_off = le32_to_cpu(la->la_bm_off) + start; in ocfs2_claim_local_alloc_bits()
754 ocfs2_resmap_claimed_bits(&osb->osb_la_resmap, ac->ac_resv, start, in ocfs2_claim_local_alloc_bits()
758 ocfs2_set_bit(start++, bitmap); in ocfs2_claim_local_alloc_bits()
775 int status, start; in ocfs2_free_local_alloc_bits() local
789 start = bit_off - le32_to_cpu(la->la_bm_off); in ocfs2_free_local_alloc_bits()
802 ocfs2_clear_bit(start in ocfs2_free_local_alloc_bits()
954 int bit_off, left, count, start; ocfs2_sync_local_to_main() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dtrampoline.c120 ksym->start = (unsigned long) data; in bpf_image_ksym_add()
121 ksym->end = ksym->start + PAGE_SIZE; in bpf_image_ksym_add()
123 perf_event_ksymbol(PERF_RECORD_KSYMBOL_TYPE_BPF, ksym->start, in bpf_image_ksym_add()
130 perf_event_ksymbol(PERF_RECORD_KSYMBOL_TYPE_BPF, ksym->start, in bpf_image_ksym_del()
825 u64 start = NO_START_TIME; in bpf_prog_start_time() local
828 start = sched_clock(); in bpf_prog_start_time()
829 if (unlikely(!start)) in bpf_prog_start_time()
830 start = NO_START_TIME; in bpf_prog_start_time()
832 return start; in bpf_prog_start_time()
846 * This is start tim
863 update_prog_stats(struct bpf_prog *prog, u64 start) update_prog_stats() argument
938 __bpf_prog_exit_sleepable_recur(struct bpf_prog *prog, u64 start, struct bpf_tramp_run_ctx *run_ctx) __bpf_prog_exit_sleepable_recur() argument
961 __bpf_prog_exit_sleepable(struct bpf_prog *prog, u64 start, struct bpf_tramp_run_ctx *run_ctx) __bpf_prog_exit_sleepable() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.h44 const Offset& start = Offset(0.0, 0.0), const Offset& end = Offset(0.0, 0.0),
109 double Evaluate(const double& start, const double& end, float fraction) override;
122 DimensionOffset Evaluate(const DimensionOffset& start, const DimensionOffset& end, float fraction) override;
134 float Evaluate(const float& start, const float& end, float fraction) override;
147 const TransformOperations& start, const TransformOperations& end, float fraction) override;
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drosen_render_list_item_group.cpp70 double start = GetLanes() > 1 ? crossSize / GetLanes() * lane + startMargin : startMargin; in PaintDivider() local
75 canvas->drawLine(start, mainAxis, end, mainAxis, paint); in PaintDivider()
77 canvas->drawLine(mainAxis, start, mainAxis, end, paint); in PaintDivider()
82 canvas->DrawLine(RSPoint(start, mainAxis), RSPoint(end, mainAxis)); in PaintDivider()
84 canvas->DrawLine(RSPoint(mainAxis, start), RSPoint(mainAxis, end)); in PaintDivider()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dsafe_area_insets.h31 * @brief Represents an Inset in one direction of the screen with start/end values in pixel index. For example, a
32 * status bar of height 120px would be Inset(start = 0, end = 119) in Top direction.
35 uint32_t start = 0; member
40 return end - start; in Length()
44 return start < end; in IsValid()
72 return start == other.start && end == other.end; in operator ==()
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_image.cpp69 Point start; in DrawCommon() local
70 start.x = valid.GetLeft() - coords.GetLeft(); in DrawCommon()
71 start.y = valid.GetTop() - coords.GetTop(); in DrawCommon()
73 if (entry.ReadLine(start, width, buf) != RetCode::OK) { in DrawCommon()
82 start.y++; in DrawCommon()
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dtlbflush.h30 * - flush_tlb_range(mm, start, end) flushes a range of pages
38 unsigned long start, unsigned long end);
39 void local_flush_tlb_kernel_range(unsigned long start, unsigned long end);
48 void flush_tlb_kernel_range(unsigned long start, unsigned long end);
57 #define flush_tlb_kernel_range(start, end) local_flush_tlb_kernel_range(start, \
/kernel/linux/linux-5.10/arch/nios2/kernel/
H A Dsetup.c48 unsigned int start = (unsigned int) exception_handler_hook; in copy_exception_handler() local
51 if (start == addr) { in copy_exception_handler()
73 : "r" (start), "r" (addr), "r" (tmp) in copy_exception_handler()
81 unsigned int start = (unsigned int) fast_handler; in copy_fast_tlb_miss_handler() local
96 : "r" (start), "r" (addr), "r" (end), "r" (tmp) in copy_fast_tlb_miss_handler()
105 * @r5: initrd start
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7343/
H A Dsetup.c17 .start = PA_LED,
55 .start = 0x00000000,
105 .start = 0x11800000,
110 .start = 0x11800002,
154 usb_resources[2].start = usb_resources[2].end = in sh7343se_devices_setup()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dtlbflush.h176 * - flush_tlb_range(vma, start, end) flushes a range of pages
177 * - flush_tlb_kernel_range(start, end) flushes a range of kernel pages
191 * - Partially flush a single mm. .mm will be set, .start and
201 unsigned long start; member
221 #define flush_tlb_range(vma, start, end) \
222 flush_tlb_mm_range((vma)->vm_mm, start, end, \
228 extern void flush_tlb_mm_range(struct mm_struct *mm, unsigned long start,
231 extern void flush_tlb_kernel_range(unsigned long start, unsigned long end);
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/
H A Dmem_debug04.sh53 aa start -b com.ohos.settings -a com.ohos.settings.MainAbility
54 aa start -b ohos.samples.airquality -a ohos.samples.airquality.default
55 aa start -b ohos.samples.ecg -a ohos.samples.ecg.MainAbility
56 aa start -b ohos.samples.flashlight -a ohos.samples.flashlight.default
57 aa start -b ohos.samples.clock -a ohos.samples.clock.default
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/aarch64/
H A Ducall.c27 vm_paddr_t gpa, start, end, step, offset; in ucall_init() local
45 * Here we start with a guess that the addresses around 5/8th in ucall_init()
57 start = end * 5 / 8; in ucall_init()
59 for (offset = 0; offset < end - start; offset += step) { in ucall_init()
60 if (ucall_mmio_init(vm, start - offset)) in ucall_init()
62 if (ucall_mmio_init(vm, start + offset)) in ucall_init()
/kernel/linux/linux-6.6/arch/nios2/kernel/
H A Dsetup.c46 unsigned int start = (unsigned int) exception_handler_hook; in copy_exception_handler() local
49 if (start == addr) { in copy_exception_handler()
71 : "r" (start), "r" (addr), "r" (tmp) in copy_exception_handler()
79 unsigned int start = (unsigned int) fast_handler; in copy_fast_tlb_miss_handler() local
94 : "r" (start), "r" (addr), "r" (end), "r" (tmp) in copy_fast_tlb_miss_handler()
103 * @r5: initrd start
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/7343/
H A Dsetup.c17 .start = PA_LED,
55 .start = 0x00000000,
105 .start = 0x11800000,
110 .start = 0x11800002,
154 usb_resources[2].start = usb_resources[2].end = in sh7343se_devices_setup()
/kernel/linux/linux-5.10/drivers/ide/
H A Dide_platform.c79 res_base->start, resource_size(res_base)); in plat_ide_probe()
81 res_alt->start, resource_size(res_alt)); in plat_ide_probe()
84 res_base->start, resource_size(res_base)); in plat_ide_probe()
86 res_alt->start, resource_size(res_alt)); in plat_ide_probe()
90 plat_ide_setup_ports(&hw, base, alt_base, pdata, res_irq->start); in plat_ide_probe()
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpcie-hisi.c27 if (bus->number == cfg->busr.start) { in hisi_pcie_rd_conf()
45 if (bus->number == cfg->busr.start) { in hisi_pcie_wr_conf()
63 if (bus->number == cfg->busr.start) in hisi_pcie_map_bus()
94 reg_base = devm_pci_remap_cfgspace(dev, res->start, resource_size(res)); in hisi_pcie_init()
129 reg_base = devm_pci_remap_cfgspace(dev, res->start, resource_size(res)); in hisi_pcie_platform_init()
/kernel/linux/linux-5.10/drivers/soc/tegra/fuse/
H A Dtegra-apbmisc.c151 apbmisc.start = 0x70000800; in tegra_init_apbmisc()
157 straps.start = 0x7000e864; in tegra_init_apbmisc()
160 straps.start = 0x70000008; in tegra_init_apbmisc()
192 apbmisc_base = ioremap(apbmisc.start, resource_size(&apbmisc)); in tegra_init_apbmisc()
200 strapping_base = ioremap(straps.start, resource_size(&straps)); in tegra_init_apbmisc()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Drtw_debug.h106 int proc_get_drv_version(char *page, char **start,
110 int proc_get_write_reg(char *page, char **start,
116 int proc_get_read_reg(char *page, char **start,
123 int proc_get_adapter_state(char *page, char **start,
127 int proc_get_best_channel(char *page, char **start,
/kernel/linux/linux-5.10/include/linux/
H A Duserfaultfd_k.h45 unsigned long start, unsigned long len,
92 unsigned long start,
96 unsigned long start, unsigned long end,
167 unsigned long start, in userfaultfd_remove()
174 unsigned long start, unsigned long end, in userfaultfd_unmap_prep()
166 userfaultfd_remove(struct vm_area_struct *vma, unsigned long start, unsigned long end) userfaultfd_remove() argument
173 userfaultfd_unmap_prep(struct vm_area_struct *vma, unsigned long start, unsigned long end, struct list_head *uf) userfaultfd_unmap_prep() argument
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dfind-bit-bench.c58 struct timeval start, end, diff; in do_for_each_set_bit() local
77 gettimeofday(&start, NULL); in do_for_each_set_bit()
84 timersub(&end, &start, &diff); in do_for_each_set_bit()
89 gettimeofday(&start, NULL); in do_for_each_set_bit()
98 timersub(&end, &start, &diff); in do_for_each_set_bit()

Completed in 14 milliseconds

1...<<51525354555657585960>>...575