Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 166) sorted by relevance

1234567

/arch/powerpc/platforms/powernv/
A Dsubcore.c144 u8 step; member
150 static void wait_for_sync_step(int step) in wait_for_sync_step() argument
155 while(per_cpu(split_state, i).step < step) in wait_for_sync_step()
196 per_cpu(split_state, cpu).step = SYNC_STEP_UNSPLIT; in unsplit_core()
230 split_core_secondary_loop(&per_cpu(split_state, cpu).step); in split_core()
262 per_cpu(split_state, smp_processor_id()).step = SYNC_STEP_FINISHED; in cpu_do_split()
320 while(per_cpu(split_state, cpu).step < SYNC_STEP_FINISHED) in cpu_update_split_mode()
356 state->step = SYNC_STEP_INITIAL; in set_subcores_per_core()
/arch/powerpc/mm/book3s64/
A Dhash_pgtable.c406 unsigned int step, nr_cpus; member
418 unsigned int step, unsigned long newpp) in change_memory_range() argument
423 start, end, newpp, step); in change_memory_range()
425 for (idx = start; idx < end; idx += step) in change_memory_range()
489 change_memory_range(parms->start, parms->end, parms->step, parms->newpp); in change_memory_range_fn()
502 unsigned int step, shift; in hash__change_memory_range() local
505 step = 1 << shift; in hash__change_memory_range()
507 start = ALIGN_DOWN(start, step); in hash__change_memory_range()
508 end = ALIGN(end, step); // aligns up in hash__change_memory_range()
518 chmem_parms.step = step; in hash__change_memory_range()
[all …]
A Dhash_utils.c623 unsigned int step, shift; in htab_bolt_mapping() local
627 step = 1 << shift; in htab_bolt_mapping()
635 vaddr = ALIGN(vstart, step); in htab_bolt_mapping()
636 paddr = ALIGN(pstart, step); in htab_bolt_mapping()
637 vend = ALIGN_DOWN(vend, step); in htab_bolt_mapping()
639 for (; vaddr < vend; vaddr += step, paddr += step) { in htab_bolt_mapping()
652 if (overlaps_kernel_text(vaddr, vaddr + step)) in htab_bolt_mapping()
708 unsigned int step, shift; in htab_remove_mapping() local
713 step = 1 << shift; in htab_remove_mapping()
719 vaddr = ALIGN_DOWN(vstart, step); in htab_remove_mapping()
[all …]
/arch/microblaze/kernel/
A Dptrace.c157 int step; in do_syscall_trace_leave() local
161 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
162 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
163 ptrace_report_syscall_exit(regs, step); in do_syscall_trace_leave()
/arch/arm/include/asm/
A Dvfpmacros.h34 addeq \base, \base, #32*4 @ step over unused register space
40 addne \base, \base, #32*4 @ step over unused register space
59 addeq \base, \base, #32*4 @ step over unused register space
65 addne \base, \base, #32*4 @ step over unused register space
/arch/openrisc/kernel/
A Dptrace.c312 int step; in do_syscall_trace_leave() local
316 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
317 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
318 ptrace_report_syscall_exit(regs, step); in do_syscall_trace_leave()
/arch/arm64/boot/dts/qcom/
A Dmsm8998-sony-xperia-yoshino-poplar.dts29 /* Note: Round-down from 2850000 to be a multiple of PLDO step-size 8000 */
35 /* Note: Round-down from 2700000 to be a multiple of PLDO step-size 8000 */
A Dipq8074-hk10.dtsi69 nand-ecc-step-size = <512>;
/arch/arm64/kernel/
A Dhw_breakpoint.c624 int i, step = 0, *kernel_step; in do_breakpoint() local
659 step = 1; in do_breakpoint()
664 if (!step) in do_breakpoint()
735 int step = is_default_overflow_handler(wp); in watchpoint_report() local
746 step = 1; in watchpoint_report()
750 return step; in watchpoint_report()
755 int i, step = 0, *kernel_step, access, closest_match = 0; in do_watchpoint() local
798 step = watchpoint_report(wp, addr, regs); in do_watchpoint()
803 step = watchpoint_report(slots[closest_match], addr, regs); in do_watchpoint()
807 if (!step) in do_watchpoint()
/arch/powerpc/kernel/ptrace/
A Dptrace.c324 int step; in do_syscall_trace_leave() local
331 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
332 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
333 ptrace_report_syscall_exit(regs, step); in do_syscall_trace_leave()
/arch/arm/boot/dts/broadcom/
A Dbcm5301x-nand-cs0-bch4.dtsi11 nand-ecc-step-size = <512>;
A Dbcm5301x-nand-cs0-bch1.dtsi13 nand-ecc-step-size = <512>;
A Dbcm5301x-nand-cs0-bch8.dtsi16 nand-ecc-step-size = <512>;
A Dbcm7445-bcm97445svmb.dts23 nand-ecc-step-size = <512>;
A Dbcm963138dvt.dts41 nand-ecc-step-size = <512>;
/arch/sh/kernel/
A Dptrace_32.c477 int step; in do_syscall_trace_leave() local
484 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
485 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
486 ptrace_report_syscall_exit(regs, step); in do_syscall_trace_leave()
/arch/microblaze/kernel/cpu/
A Dcache.c107 int step = -line_length; \
108 WARN_ON(step >= 0); \
113 : : "r" (len), "r" (step) \
127 int step = -line_length; \
138 "r" (step) : "memory"); \
/arch/mips/boot/dts/brcm/
A Dbcm97xxx-nand-cs1-bch24.dtsi9 nand-ecc-step-size = <1024>;
A Dbcm97xxx-nand-cs1-bch4.dtsi9 nand-ecc-step-size = <512>;
/arch/mips/kernel/
A Drelocate.c59 u32 step = get_synci_step(); in sync_icache() local
67 kbase += step; in sync_icache()
68 } while (step && kbase < kend); in sync_icache()
/arch/arm/boot/dts/nxp/imx/
A Dimx6q.dtsi47 clock-names = "arm", "pll2_pfd2_396m", "step",
84 clock-names = "arm", "pll2_pfd2_396m", "step",
119 clock-names = "arm", "pll2_pfd2_396m", "step",
154 clock-names = "arm", "pll2_pfd2_396m", "step",
/arch/arm/boot/dts/nvidia/
A Dtegra30-asus-nexus7-grouper-ti-pmic.dtsi58 regulator-max-step-microvolt = <100000>;
135 regulator-max-step-microvolt = <100000>;
A Dtegra30-asus-nexus7-grouper-maxim-pmic.dtsi71 regulator-max-step-microvolt = <100000>;
84 regulator-max-step-microvolt = <100000>;
/arch/arm/boot/dts/microchip/
A Dat91-linea.dtsi67 nand-ecc-step-size = <512>;
/arch/arm/boot/dts/allwinner/
A Dsun8i-r16-nintendo-nes-classic.dts41 nand-ecc-step-size = <1024>;

Completed in 28 milliseconds

1234567