Home
last modified time | relevance | path

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

12345

/arch/sh/mm/
Dtlb-sh5.c24 cpu_data->dtlb.step = 0x10; in sh64_tlb_init()
26 cpu_data->dtlb.first = DTLB_FIXED | cpu_data->dtlb.step; in sh64_tlb_init()
31 cpu_data->dtlb.step); in sh64_tlb_init()
35 cpu_data->itlb.step = 0x10; in sh64_tlb_init()
37 cpu_data->itlb.first = ITLB_FIXED | cpu_data->itlb.step; in sh64_tlb_init()
41 cpu_data->itlb.step); in sh64_tlb_init()
61 cpu_data->dtlb.first += cpu_data->dtlb.step; in sh64_get_wired_dtlb_entry()
62 cpu_data->dtlb.next += cpu_data->dtlb.step; in sh64_get_wired_dtlb_entry()
99 if (entry < (cpu_data->dtlb.first - cpu_data->dtlb.step)) in sh64_put_wired_dtlb_entry()
103 cpu_data->dtlb.first -= cpu_data->dtlb.step; in sh64_put_wired_dtlb_entry()
/arch/powerpc/platforms/powernv/
Dsubcore.c142 u8 step; member
148 static void wait_for_sync_step(int step) in wait_for_sync_step() argument
153 while(per_cpu(split_state, i).step < step) in wait_for_sync_step()
184 per_cpu(split_state, cpu).step = SYNC_STEP_UNSPLIT; in unsplit_core()
218 split_core_secondary_loop(&per_cpu(split_state, cpu).step); in split_core()
250 per_cpu(split_state, smp_processor_id()).step = SYNC_STEP_FINISHED; in cpu_do_split()
308 while(per_cpu(split_state, cpu).step < SYNC_STEP_FINISHED) in cpu_update_split_mode()
344 state->step = SYNC_STEP_INITIAL; in set_subcores_per_core()
/arch/microblaze/kernel/
Dptrace.c158 int step; in do_syscall_trace_leave() local
162 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
163 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
164 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
/arch/openrisc/kernel/
Dptrace.c193 int step; in do_syscall_trace_leave() local
197 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
198 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
199 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
/arch/arm/include/asm/
Dvfpmacros.h33 addeq \base, \base, #32*4 @ step over unused register space
39 addne \base, \base, #32*4 @ step over unused register space
57 addeq \base, \base, #32*4 @ step over unused register space
63 addne \base, \base, #32*4 @ step over unused register space
/arch/powerpc/mm/book3s64/
Dhash_pgtable.c418 unsigned int step, shift; in hash__change_memory_range() local
421 step = 1 << shift; in hash__change_memory_range()
423 start = ALIGN_DOWN(start, step); in hash__change_memory_range()
424 end = ALIGN(end, step); // aligns up in hash__change_memory_range()
430 start, end, newpp, step); in hash__change_memory_range()
432 for (idx = start; idx < end; idx += step) in hash__change_memory_range()
/arch/nds32/kernel/
Dptrace.c115 int step = test_thread_flag(TIF_SINGLESTEP); in syscall_trace_leave() local
116 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in syscall_trace_leave()
117 tracehook_report_syscall_exit(regs, step); in syscall_trace_leave()
/arch/sh/include/asm/
Dtlb_64.h28 tlb += cpu_data->dtlb.step)
38 tlb += cpu_data->itlb.step)
/arch/h8300/kernel/
Dptrace.c198 int step; in do_syscall_trace_leave() local
202 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
203 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
204 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
/arch/arm/boot/dts/
Dbcm5301x-nand-cs0-bch4.dtsi11 nand-ecc-step-size = <512>;
Dbcm5301x-nand-cs0-bch1.dtsi13 nand-ecc-step-size = <512>;
Dbcm5301x-nand-cs0-bch8.dtsi16 nand-ecc-step-size = <512>;
Dbcm963138dvt.dts41 nand-ecc-step-size = <512>;
Dbcm7445-bcm97445svmb.dts23 nand-ecc-step-size = <512>;
Dam335x-pocketbeagle.dts189 ti,chan-step-avg = <16 16 16 16 16 16 16 16>;
190 ti,chan-step-opendelay = <0x98 0x98 0x98 0x98 0x98 0x98 0x98 0x98>;
191 ti,chan-step-sampledelay = <0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0>;
Dimx6q.dtsi47 clock-names = "arm", "pll2_pfd2_396m", "step",
81 clock-names = "arm", "pll2_pfd2_396m", "step",
115 clock-names = "arm", "pll2_pfd2_396m", "step",
149 clock-names = "arm", "pll2_pfd2_396m", "step",
/arch/x86/entry/
Dcommon.c229 bool step; in syscall_slow_exit_work() local
242 step = unlikely( in syscall_slow_exit_work()
245 if (step || cached_flags & _TIF_SYSCALL_TRACE) in syscall_slow_exit_work()
246 tracehook_report_syscall_exit(regs, step); in syscall_slow_exit_work()
/arch/arm/mach-pxa/
Dviper.c183 int step; in viper_set_core_cpu_voltage() local
186 step = divisor; in viper_set_core_cpu_voltage()
188 step = current_voltage_divisor + STEP; in viper_set_core_cpu_voltage()
190 step = current_voltage_divisor - STEP; in viper_set_core_cpu_voltage()
192 step = divisor; in viper_set_core_cpu_voltage()
201 gpio_set_value(VIPER_PSU_DATA_GPIO, step & i); in viper_set_core_cpu_voltage()
216 current_voltage_divisor = step; in viper_set_core_cpu_voltage()
/arch/mips/boot/dts/brcm/
Dbcm97xxx-nand-cs1-bch24.dtsi9 nand-ecc-step-size = <1024>;
Dbcm97xxx-nand-cs1-bch4.dtsi9 nand-ecc-step-size = <512>;
/arch/microblaze/kernel/cpu/
Dcache.c106 int step = -line_length; \
107 WARN_ON(step >= 0); \
112 : : "r" (len), "r" (step) \
126 int step = -line_length; \
137 "r" (step) : "memory"); \
/arch/ia64/
DKconfig.debug28 are compiling for an Itanium A step processor
46 from step B3 or later don't have this problem. If you're unsure,
/arch/arm64/kernel/
Dhw_breakpoint.c623 int i, step = 0, *kernel_step; in breakpoint_handler() local
658 step = 1; in breakpoint_handler()
663 if (!step) in breakpoint_handler()
736 int i, step = 0, *kernel_step, access, closest_match = 0; in watchpoint_handler() local
786 step = 1; in watchpoint_handler()
797 step = 1; in watchpoint_handler()
801 if (!step) in watchpoint_handler()
/arch/sh/kernel/
Dptrace_64.c531 int step; in do_syscall_trace_leave() local
538 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
539 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
540 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
Dptrace_32.c511 int step; in do_syscall_trace_leave() local
518 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
519 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
520 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()

12345