summaryrefslogtreecommitdiffstats
path: root/arch/sparc/lib/locks.S
blob: e91efdc09a00745f683e68befd829c492533048d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
/* $Id: locks.S,v 1.12 1997/04/22 18:48:07 davem Exp $
 * locks.S: SMP low-level lock primitives on Sparc.
 *
 * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
 */

#include <asm/cprefix.h>
#include <asm/ptrace.h>
#include <asm/psr.h>
#include <asm/smp.h>
#include <asm/spinlock.h>

	.text
	.align	4

	/* This is called when the initial acquisition attempt of a spin
	 * lock fails.  The calling convention is weird, return address
	 * is in %o7 as usual but we agree with the caller to only touch
	 * and use %g2 as a temporary.  We are passed a ptr to the lock
	 * itself in %g1, %g4 must be restored into %o7 when we return,
	 * and the caller wants us to return to him at three instructions
	 * previous to the call instruction which got us here.  See how
	 * this is used in asm/smp_lock.h and asm/spinlock.h if what I
	 * just said confuses you to no end.
	 */
	.globl	___spinlock_waitfor
___spinlock_waitfor:
1:	orcc	%g2, 0x0, %g0
	bne,a	1b
	 ldub	[%g1], %g2
	ldstub	[%g1], %g2
	jmpl	%o7 - 12, %g0
	 mov	%g4, %o7

___lk_busy_spin:
	orcc	%g2, 0, %g0
	bne,a	___lk_busy_spin
	 ldub	[%g1 + 0], %g2
	b	1f
	 ldstub	[%g1 + 0], %g2	

	.globl	___lock_kernel
___lock_kernel:
	addcc	%g2, -1, %g2
	bcs,a	9f
	 st	%g2, [%g6 + AOFF_task_lock_depth]
	rd	%psr, %g3
	or	%g3, PSR_PIL, %g2
	wr	%g2, 0x0, %psr
	nop; nop; nop
	ldstub	[%g1 + 0], %g2
1:	orcc	%g2, 0, %g0
	bne,a	___lk_busy_spin
	 ldub	[%g1 + 0], %g2
	stb	%g5, [%g1 + 1]
	mov	-1, %g2
	st	%g2, [%g6 + AOFF_task_lock_depth]
	wr	%g3, 0x0, %psr
	nop; nop; nop
9:	jmpl	%o7 + 0x8, %g0
	 mov	%g4, %o7

	.globl	___lock_reacquire_kernel
___lock_reacquire_kernel:
	rd	%psr, %g3
	or	%g3, PSR_PIL, %g7
	wr	%g7, 0x0, %psr
	nop; nop; nop
	st	%g2, [%g6 + AOFF_task_lock_depth]
	ldstub	[%g1 + 0], %g2
1:	orcc	%g2, 0, %g0
	be	3f
	 ldub	[%g1 + 0], %g2
2:	orcc	%g2, 0, %g0
	bne,a	2b
	 ldub	[%g1 + 0], %g2
	b	1b
	 ldstub	[%g1 + 0], %g2
3:	stb	%g5, [%g1 + 1]
	wr	%g3, 0x0, %psr
	nop; nop; nop
	jmpl	%o7 + 0x8, %g0
	 mov	%g4, %o7

	.globl	___unlock_kernel
___unlock_kernel:
	addcc	%g2, 1, %g2
	bne,a	1f
	 st	%g2, [%g6 + AOFF_task_lock_depth]
	rd	%psr, %g3
	or	%g3, PSR_PIL, %g2
	wr	%g2, 0x0, %psr
	nop; nop; nop
	mov	NO_PROC_ID, %g2
	stb	%g2, [%g1 + 1]
	stb	%g0, [%g1 + 0]
	st	%g0, [%g6 + AOFF_task_lock_depth]
	wr	%g3, 0x0, %psr
	nop; nop; nop;
1:	jmpl	%o7 + 0x8, %g0
	 mov	%g4, %o7

	/* Read/writer locks, as usual this is overly clever to make it
	 * as fast as possible.
	 */

	/* caches... */
___rw_read_enter_spin_on_wlock:
	orcc	%g2, 0x0, %g0
	be,a	___rw_read_enter
	 ldstub	[%g1 + 3], %g2
	b	___rw_read_enter_spin_on_wlock
	 ldub	[%g1 + 3], %g2
___rw_write_enter_spin_on_wlock:
	orcc	%g2, 0x0, %g0
	be,a	___rw_write_enter
	 ldstub	[%g1 + 3], %g2
	b	___rw_write_enter_spin_on_wlock
	 ldub	[%g1 + 3], %g2

	.globl	___rw_read_enter
___rw_read_enter:
	orcc	%g2, 0x0, %g0
	bne,a	___rw_read_enter_spin_on_wlock
	 ldub	[%g1 + 3], %g2
1:
	ldstub	[%g1 + 2], %g7
	orcc	%g7, 0x0, %g0
	bne	1b
	 ldsh	[%g1], %g2
	add	%g2, 1, %g2
	sth	%g2, [%g1]
	sth	%g0, [%g1 + 2]
	retl
	 mov	%g4, %o7

	/* We must be careful here to not blow away wlock. */
	.globl	___rw_read_exit
___rw_read_exit_spin:
	ldstub	[%g1 + 2], %g2
___rw_read_exit:
	orcc	%g2, 0x0, %g0
	bne	___rw_read_exit_spin
	 ldsh	[%g1], %g7
	sub	%g7, 1, %g7
	sth	%g7, [%g1]
	stb	%g0, [%g1 + 2]
	retl
	 mov	%g4, %o7

	.globl	___rw_write_enter
___rw_write_enter:
	orcc	%g2, 0x0, %g0
	bne,a	___rw_write_enter_spin_on_wlock
	 ldub	[%g1 + 3], %g2
	ld	[%g1], %g2
1:
	andncc	%g2, 0xff, %g0
	bne,a	1b
	 ld	[%g1], %g2
	retl
	 mov	%g4, %o7