Searched refs:stop (Results 76 - 100 of 1282) sorted by path

1234567891011>>

/linux-master/arch/arm/kernel/
H A Dperf_event_xscale.c367 cpu_pmu->stop = xscale1pmu_stop;
722 cpu_pmu->stop = xscale2pmu_stop;
H A Dsetup.c1359 .stop = c_stop,
H A Dunwind.c100 * origin = first entry with positive offset (or stop if there is no such entry)
101 * stop - 1 = last entry
106 const struct unwind_idx *stop)
111 __func__, addr, start, origin, stop);
119 stop = origin;
121 /* positive offsets: [origin; stop) */
127 while (start < stop - 1) {
128 const struct unwind_idx *mid = start + ((stop - start) >> 1);
136 stop = mid;
154 const struct unwind_idx *start, const struct unwind_idx *stop)
103 search_index(unsigned long addr, const struct unwind_idx *start, const struct unwind_idx *origin, const struct unwind_idx *stop) argument
153 unwind_find_origin( const struct unwind_idx *start, const struct unwind_idx *stop) argument
[all...]
/linux-master/arch/arm/mach-imx/
H A Dmmdc.c447 .stop = mmdc_pmu_event_stop,
/linux-master/arch/arm/mm/
H A Dproc-v7.S546 mcr p14, 6, r0, c0, c0, 0 @ stop userspace TEEHBR access
/linux-master/arch/arm64/kernel/
H A Dcpuinfo.c278 .stop = c_stop,
/linux-master/arch/arm64/kvm/
H A Dpmu-emul.c205 * kvm_pmu_stop_counter - stop PMU counter
318 * Call perf_event_disable to stop counting the perf event
507 cpu_pmu->pmu.stop(perf_event, PERF_EF_UPDATE);
938 * counters could stop working.
H A Dsys_regs.c376 * is set. If the guest enables the MMU, we stop trapping the VM
3513 .stop = idregs_debug_stop,
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-debug.c304 .stop = vgic_debug_stop,
/linux-master/arch/csky/kernel/
H A Dperf_event.c1214 .stop = csky_pmu_stop,
/linux-master/arch/hexagon/kernel/
H A Dsetup.c135 .stop = &c_stop,
/linux-master/arch/loongarch/kernel/
H A Dperf_event.c581 .stop = loongarch_pmu_stop,
H A Dproc.c128 .stop = c_stop,
H A Dunwind_orc.c159 unsigned int idx, start, stop; local
170 stop = orc_lookup[idx + 1] + 1;
173 (__start_orc_unwind + stop > __stop_orc_unwind))) {
174 orc_warn("WARNING: bad lookup value: idx=%u num=%u start=%u stop=%u ip=%pB\n",
175 idx, lookup_num_blocks, start, stop, (void *)ip);
180 __start_orc_unwind + start, stop - start, ip);
/linux-master/arch/m68k/kernel/
H A Dsetup_mm.c471 .stop = c_stop,
H A Dsetup_no.c218 .stop = c_stop,
/linux-master/arch/mips/include/asm/
H A Dchecksum.h100 const unsigned int *stop = word + ihl; local
123 } while (word != stop);
H A Dvpe.h89 void (*stop)(int vpe); member in struct:vpe_notifications
/linux-master/arch/mips/kernel/
H A Dentry.S31 local_irq_disable # preempt stop
H A Dperf_event_mipsxx.c696 .stop = mipspmu_stop,
H A Dproc.c330 .stop = c_stop,
H A Drtlx-mt.c111 rtlx_notify.stop = rtlx_stopping;
H A Dvpe-mt.c267 notifier->stop(aprp_cpu_index());
H A Dvpe.c774 notifier->stop(aprp_cpu_index());
/linux-master/arch/mips/lib/
H A Dstrnlen_user.S31 PTR_ADDU a1, a0 # stop pointer

Completed in 525 milliseconds

1234567891011>>