| /arch/powerpc/platforms/powernv/ |
| A D | subcore.c | 144 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 D | hash_pgtable.c | 406 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 D | hash_utils.c | 623 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 D | ptrace.c | 157 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 D | vfpmacros.h | 34 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 D | ptrace.c | 312 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 D | msm8998-sony-xperia-yoshino-poplar.dts | 29 /* 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 D | ipq8074-hk10.dtsi | 69 nand-ecc-step-size = <512>;
|
| /arch/arm64/kernel/ |
| A D | hw_breakpoint.c | 624 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 D | ptrace.c | 324 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 D | bcm5301x-nand-cs0-bch4.dtsi | 11 nand-ecc-step-size = <512>;
|
| A D | bcm5301x-nand-cs0-bch1.dtsi | 13 nand-ecc-step-size = <512>;
|
| A D | bcm5301x-nand-cs0-bch8.dtsi | 16 nand-ecc-step-size = <512>;
|
| A D | bcm7445-bcm97445svmb.dts | 23 nand-ecc-step-size = <512>;
|
| A D | bcm963138dvt.dts | 41 nand-ecc-step-size = <512>;
|
| /arch/sh/kernel/ |
| A D | ptrace_32.c | 477 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 D | cache.c | 107 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 D | bcm97xxx-nand-cs1-bch24.dtsi | 9 nand-ecc-step-size = <1024>;
|
| A D | bcm97xxx-nand-cs1-bch4.dtsi | 9 nand-ecc-step-size = <512>;
|
| /arch/mips/kernel/ |
| A D | relocate.c | 59 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 D | imx6q.dtsi | 47 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 D | tegra30-asus-nexus7-grouper-ti-pmic.dtsi | 58 regulator-max-step-microvolt = <100000>; 135 regulator-max-step-microvolt = <100000>;
|
| A D | tegra30-asus-nexus7-grouper-maxim-pmic.dtsi | 71 regulator-max-step-microvolt = <100000>; 84 regulator-max-step-microvolt = <100000>;
|
| /arch/arm/boot/dts/microchip/ |
| A D | at91-linea.dtsi | 67 nand-ecc-step-size = <512>;
|
| /arch/arm/boot/dts/allwinner/ |
| A D | sun8i-r16-nintendo-nes-classic.dts | 41 nand-ecc-step-size = <1024>;
|