Searched defs:stop (Results 1 - 19 of 19) sorted by relevance

/arch/mn10300/lib/
H A Ddelay.c41 unsigned long start, stop, cnt; local
44 stop = __muldiv64u(usecs, MN10300_TSCCLK, 1000000);
49 } while (cnt < stop);
/arch/arm/include/asm/
H A Dunwind.h41 const struct unwind_idx *stop; member in struct:unwind_table
H A Dpmu.h100 void (*stop)(struct arm_pmu *); member in struct:arm_pmu
/arch/arm/plat-samsung/include/plat/
H A Ddma-ops.h49 int (*stop)(unsigned ch); member in struct:samsung_dma_ops
/arch/arm64/include/asm/
H A Dpmu.h58 void (*stop)(void); member in struct:arm_pmu
/arch/mips/include/asm/
H A Dchecksum.h134 const unsigned int *stop = word + ihl; local
157 } while (word != stop);
H A Dvpe.h95 void (*stop)(int vpe); member in struct:vpe_notifications
/arch/x86/oprofile/
H A Dop_x86_model.h49 void (*stop)(struct op_msrs const * const msrs); member in struct:op_x86_model_spec
/arch/powerpc/include/asm/
H A Doprofile_impl.h54 void (*stop) (void); member in struct:op_powerpc_model
/arch/arm/kernel/
H A Dunwind.c112 * origin = first entry with positive offset (or stop if there is no such entry)
113 * stop - 1 = last entry
118 const struct unwind_idx *stop)
123 __func__, addr, start, origin, stop);
131 stop = origin;
133 /* positive offsets: [origin; stop) */
139 while (start < stop - 1) {
140 const struct unwind_idx *mid = start + ((stop - start) >> 1);
148 stop = mid;
166 const struct unwind_idx *start, const struct unwind_idx *stop)
115 search_index(unsigned long addr, const struct unwind_idx *start, const struct unwind_idx *origin, const struct unwind_idx *stop) argument
165 unwind_find_origin( const struct unwind_idx *start, const struct unwind_idx *stop) argument
[all...]
/arch/frv/kernel/
H A Dtraps.c572 unsigned long tos = 0, stop = 0, base; local
580 stop = (unsigned long) frame;
587 //printk("%08lx -> %08lx\n", tos, stop);
589 while (tos < stop) {
620 stop = (unsigned long) frame->next_frame;
621 if (stop != base &&
622 (stop < tos ||
623 stop > base ||
624 (stop < base && stop
[all...]
/arch/parisc/kernel/
H A Dunwind.c173 long start, stop; local
177 stop = (long)&__stop___unwind[0];
182 start, stop,
183 (stop - start) / sizeof(struct unwind_table_entry));
/arch/s390/kvm/
H A Dguestdbg.c18 * Extends the address range given by *start and *stop to include the address
22 static void extend_address_range(u64 *start, u64 *stop, u64 estart, int len) argument
34 if ((*start == 0) && (*stop == 0)) {
36 *stop = estop;
37 } else if (*start <= *stop) {
41 if (estop > *stop)
42 *stop = estop;
44 /* "overflowing" interval, whereby *stop > *start */
45 if (estart <= *stop) {
46 if (estop > *stop)
[all...]
/arch/alpha/kernel/
H A Dsmp.c103 unsigned long stop = jiffies + 10*HZ; local
105 while (time_before(jiffies, stop)) {
157 /* Wait boot CPU to stop with irq enabled before running
/arch/cris/include/arch-v32/arch/hwregs/
H A Dser_defs.h95 unsigned int stop : 1; member in struct:__anon867
H A Ddma_defs.h312 unsigned int stop : 1; member in struct:__anon461
H A Dsser_defs.h132 unsigned int stop : 1; member in struct:__anon885
159 unsigned int stop : 1; member in struct:__anon886
/arch/mips/include/asm/octeon/
H A Dcvmx-gmxx-defs.h2539 uint64_t stop:4; member in struct:cvmx_gmxx_pipe_status::cvmx_gmxx_pipe_status_s
2541 uint64_t stop:4;
H A Dcvmx-mio-defs.h4136 uint64_t stop:1; member in struct:cvmx_mio_uartx_lcr::cvmx_mio_uartx_lcr_s
4140 uint64_t stop:1;
4889 uint64_t stop:1; member in struct:cvmx_mio_uart2_lcr::cvmx_mio_uart2_lcr_s
4893 uint64_t stop:1;

Completed in 486 milliseconds