Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 25 of 242) sorted by relevance

12345678910

/arch/powerpc/platforms/powermac/
A Dcache.S45 sync
52 sync
58 sync
60 sync
81 sync
88 sync
91 sync
96 sync
123 sync
131 sync
[all …]
A Dsleep.S209 sync
215 sync
227 sync
230 sync
240 1: sync
262 sync
269 sync
272 sync
295 sync
397 sync
[all …]
/arch/powerpc/kernel/
A Dl2cr_6xx.S100 sync
107 sync
118 sync
120 sync
156 sync
158 sync
182 sync
196 sync
198 sync
209 sync
[all …]
A Dcpu_setup_ppc970.S28 sync
31 sync
34 sync
37 sync
50 sync
104 sync
111 sync
155 sync
158 sync
162 sync
[all …]
A Dmisc_64.S47 sync
53 sync
58 sync
62 sync
68 sync
73 sync
86 sync
88 sync
94 sync
100 sync
[all …]
A Dcpu_setup_6xx.S102 1: sync
104 sync
106 sync
118 sync
122 sync
132 sync
173 sync
175 sync
202 sync
286 sync
[all …]
A Didle_6xx.S96 sync
98 sync
133 sync
141 1: sync
170 sync
A Dmisc_32.S95 sync
98 sync
123 sync
126 sync
142 sync
144 sync
A Dswsusp_32.S189 sync
204 sync
207 sync
252 sync
262 sync
368 sync
409 sync
/arch/powerpc/platforms/52xx/
A Dmpc52xx_sleep.S25 sync
30 sync
73 sync
77 sync
82 sync
87 sync
94 sync
109 sync
115 sync
134 sync
[all …]
A Dlite5200_sleep.S116 sync
120 sync
125 sync
138 sync
149 sync
159 sync
162 sync
164 sync
166 sync
175 sync
[all …]
A Dmpc52xx_common.c246 int sync; in mpc5200_psc_ac97_gpio_reset() local
254 sync = PSC1_SYNC; /* AC97_1_SYNC */ in mpc5200_psc_ac97_gpio_reset()
260 sync = PSC2_SYNC; /* AC97_2_SYNC */ in mpc5200_psc_ac97_gpio_reset()
278 setbits32(&simple_gpio->simple_gpioe, sync | out); in mpc5200_psc_ac97_gpio_reset()
281 setbits32(&simple_gpio->simple_ddr, sync | out); in mpc5200_psc_ac97_gpio_reset()
284 clrbits32(&simple_gpio->simple_dvo, sync | out); in mpc5200_psc_ac97_gpio_reset()
/arch/powerpc/platforms/44x/
A Dmisc_44x.S18 sync
20 sync
23 sync
25 sync
32 sync
34 sync
37 sync
39 sync
/arch/parisc/kernel/
A Dperf_asm.S163 sync
199 sync
211 sync
223 sync
307 sync
331 sync
343 sync
391 sync
403 sync
415 sync
[all …]
/arch/mips/alchemy/common/
A Dsleeper.S74 sync
76 sync
103 sync
105 sync
107 sync
129 sync
131 sync
146 sync
175 sync
181 sync
[all …]
/arch/powerpc/include/asm/
A Dsynch.h50 sync; \
53 # define LWSYNC sync
63 #define PPC_ATOMIC_ENTRY_BARRIER "\n" stringify_in_c(sync) "\n"
64 #define PPC_ATOMIC_EXIT_BARRIER "\n" stringify_in_c(sync) "\n"
/arch/x86/um/shared/sysdep/
A Dstub-data.h10 int sync; member
17 int sync; member
A Dstub_64.h146 if (arch->sync & STUB_SYNC_FS_BASE) in stub_seccomp_restore_state()
148 if (arch->sync & STUB_SYNC_GS_BASE) in stub_seccomp_restore_state()
151 arch->sync = 0; in stub_seccomp_restore_state()
/arch/powerpc/mm/book3s32/
A Dnohash_low.S33 sync
67 sync
71 sync
/arch/mips/include/asm/mach-malta/
A Dkernel-entry-init.h87 sync
96 sync
139 sync
/arch/powerpc/xmon/
A Dxmon.c1005 sync(); in show_uptime()
1011 sync(); in show_uptime()
2603 sync(); in dump_one_paca()
2729 sync(); in dump_one_paca()
2787 sync(); in dump_one_xive()
2789 sync(); in dump_one_xive()
3067 sync(); in dump_log_buf()
3077 sync(); in dump_log_buf()
3101 sync(); in dump_opal_msglog()
3115 sync(); in dump_opal_msglog()
[all …]
/arch/powerpc/platforms/powernv/
A Dsubcore-asm.S27 sync
50 sync
/arch/powerpc/kexec/
A Drelocate_32.S91 sync
221 sync
241 sync
413 sync
470 sync
484 sync
/arch/arm/mach-omap2/
A Dusb-tusb6010.c154 unsigned int async, unsigned int sync, in tusb6010_setup_interface() argument
177 status = gpmc_cs_request(sync, SZ_16M, (unsigned long *) in tusb6010_setup_interface()
185 sync_cs = sync; in tusb6010_setup_interface()
/arch/s390/kernel/
A Dtime.c518 struct clock_sync_data *sync = data; in stp_sync_clock() local
526 while (atomic_read(&sync->cpus) != 0) in stp_sync_clock()
534 sync->clock_delta = clock_delta; in stp_sync_clock()
542 sync->in_sync = rc ? -EAGAIN : 1; in stp_sync_clock()
546 atomic_dec(&sync->cpus); in stp_sync_clock()
548 while (READ_ONCE(sync->in_sync) == 0) in stp_sync_clock()
551 if (sync->in_sync != 1) in stp_sync_clock()
555 clock_sync_local(sync->clock_delta); in stp_sync_clock()

Completed in 43 milliseconds

12345678910