File tree 12 files changed +35
-0
lines changed
12 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1
1
.section .text .__basepri_max_cm7_r0p1
2
2
.global __basepri_max_cm7_r0p1
3
+ .size __basepri_max_cm7_r0p1, . - __basepri_max_cm7_r0p1
3
4
.syntax unified
4
5
.thumb_func
5
6
__basepri_max_cm7_r0p1:
@@ -14,6 +15,7 @@ __basepri_max_cm7_r0p1:
14
15
15
16
.section .text .__basepri_w_cm7_r0p1
16
17
.global __basepri_w_cm7_r0p1
18
+ .size __basepri_w_cm7_r0p1, . - __basepri_w_cm7_r0p1
17
19
.syntax unified
18
20
.thumb_func
19
21
__basepri_w_cm7_r0p1:
Original file line number Diff line number Diff line change 1
1
.section .text .__basepri_max
2
2
.global __basepri_max
3
+ .size __basepri_max, . - __basepri_max
3
4
.thumb_func
4
5
__basepri_max:
5
6
msr BASEPRI_MAX, r0
6
7
bx lr
7
8
8
9
.section .text .__basepri_r
9
10
.global __basepri_r
11
+ .size __basepri_r, . - __basepri_r
10
12
.thumb_func
11
13
__basepri_r:
12
14
mrs r0, BASEPRI
13
15
bx lr
14
16
15
17
.section .text .__basepri_w
16
18
.global __basepri_w
19
+ .size __basepri_w, . - __basepri_w
17
20
.thumb_func
18
21
__basepri_w:
19
22
msr BASEPRI, r0
20
23
bx lr
21
24
22
25
.section .text .__faultmask
23
26
.global __faultmask
27
+ .size __faultmask, . - __faultmask
24
28
.thumb_func
25
29
__faultmask:
26
30
mrs r0, FAULTMASK
Original file line number Diff line number Diff line change 1
1
.section .text .__msplim_r
2
2
.global __msplim_r
3
+ .size __msplim_r, . - __msplim_r
3
4
.thumb_func
4
5
__msplim_r:
5
6
mrs r0, MSPLIM
6
7
bx lr
7
8
8
9
.section .text .__msplim_w
9
10
.global __msplim_w
11
+ .size __msplim_w, . - __msplim_w
10
12
.thumb_func
11
13
__msplim_w:
12
14
msr MSPLIM, r0
13
15
bx lr
14
16
15
17
.section .text .__psplim_r
16
18
.global __psplim_r
19
+ .size __psplim_r, . - __psplim_r
17
20
.thumb_func
18
21
__psplim_r:
19
22
mrs r0, PSPLIM
20
23
bx lr
21
24
22
25
.section .text .__psplim_w
23
26
.global __psplim_w
27
+ .size __psplim_w, . - __psplim_w
24
28
.thumb_func
25
29
__psplim_w:
26
30
msr PSPLIM, r0
Original file line number Diff line number Diff line change 1
1
.section .text .__tt
2
2
.global __tt
3
+ .size __tt, . - __tt
3
4
.thumb_func
4
5
__tt:
5
6
tt r0, r0
6
7
bx lr
7
8
8
9
.section .text .__ttt
9
10
.global __ttt
11
+ .size __ttt, . - __ttt
10
12
.thumb_func
11
13
__ttt:
12
14
ttt r0, r0
13
15
bx lr
14
16
15
17
.section .text .__tta
16
18
.global __tta
19
+ .size __tta, . - __tta
17
20
.thumb_func
18
21
__tta:
19
22
tta r0, r0
20
23
bx lr
21
24
25
+
22
26
.section .text .__ttat
23
27
.global __ttat
28
+ .size __ttat, . - __ttat
24
29
.thumb_func
25
30
__ttat:
26
31
ttat r0, r0
Original file line number Diff line number Diff line change 1
1
.section .text .__bkpt
2
2
.global __bkpt
3
+ .size __bkpt, . - __bkpt
3
4
.thumb_func
4
5
__bkpt:
5
6
bkpt
6
7
bx lr
7
8
8
9
.section .text .__control_r
9
10
.global __control_r
11
+ .size __control_r, . - __control_r
10
12
.thumb_func
11
13
__control_r:
12
14
mrs r0, CONTROL
13
15
bx lr
14
16
15
17
.section .text .__control_w
16
18
.global __control_w
19
+ .size __control_w, . - __control_w
17
20
.thumb_func
18
21
__control_w:
19
22
msr CONTROL, r0
@@ -22,20 +25,23 @@ __control_w:
22
25
23
26
.section .text .__cpsid
24
27
.global __cpsid
28
+ .size __cpsid, . - __cpsid
25
29
.thumb_func
26
30
__cpsid:
27
31
cpsid i
28
32
bx lr
29
33
30
34
.section .text .__cpsie
31
35
.global __cpsie
36
+ .size __cpsie, . - __cpsie
32
37
.thumb_func
33
38
__cpsie:
34
39
cpsie i
35
40
bx lr
36
41
37
42
.section .text .__delay
38
43
.global __delay
44
+ .size __delay, . - __delay
39
45
.syntax unified
40
46
.thumb_func
41
47
__delay:
@@ -47,68 +53,78 @@ __delay:
47
53
48
54
.section .text .__dmb
49
55
.global __dmb
56
+ .size __dmb, . - __dmb
50
57
.thumb_func
51
58
__dmb:
52
59
dmb 0xF
53
60
bx lr
54
61
55
62
.section .text .__dsb
56
63
.global __dsb
64
+ .size __dsb, . - __dsb
57
65
.thumb_func
58
66
__dsb:
59
67
dsb 0xF
60
68
bx lr
61
69
62
70
.section .text .__isb
63
71
.global __isb
72
+ .size __isb, . - __isb
64
73
.thumb_func
65
74
__isb:
66
75
isb 0xF
67
76
bx lr
68
77
69
78
.section .text .__msp_r
70
79
.global __msp_r
80
+ .size __msp_r, . - __msp_r
71
81
.thumb_func
72
82
__msp_r:
73
83
mrs r0, MSP
74
84
bx lr
75
85
76
86
.section .text .__msp_w
77
87
.global __msp_w
88
+ .size __msp_w, . - __msp_w
78
89
.thumb_func
79
90
__msp_w:
80
91
msr MSP, r0
81
92
bx lr
82
93
83
94
.section .text .__nop
84
95
.global __nop
96
+ .size __nop, . - __nop
85
97
.thumb_func
86
98
__nop:
87
99
bx lr
88
100
89
101
.section .text .__primask
90
102
.global __primask
103
+ .size __primask, . - __primask
91
104
.thumb_func
92
105
__primask:
93
106
mrs r0, PRIMASK
94
107
bx lr
95
108
96
109
.section .text .__psp_r
97
110
.global __psp_r
111
+ .size __psp_r, . - __psp_r
98
112
.thumb_func
99
113
__psp_r:
100
114
mrs r0, PSP
101
115
bx lr
102
116
103
117
.section .text .__psp_w
104
118
.global __psp_w
119
+ .size __psp_w, . - __psp_w
105
120
.thumb_func
106
121
__psp_w:
107
122
msr PSP, r0
108
123
bx lr
109
124
110
125
.section .text .__sev
111
126
.global __sev
127
+ .size __sev, . - __sev
112
128
.thumb_func
113
129
__sev:
114
130
sev
@@ -117,19 +133,23 @@ __sev:
117
133
118
134
.section .text .__udf
119
135
.global __udf
136
+ .size __udf, . - __udf
120
137
.thumb_func
121
138
__udf:
122
139
udf
123
140
124
141
.section .text .__wfe
125
142
.global __wfe
143
+ .size __wfe, . - __wfe
126
144
.thumb_func
127
145
__wfe:
128
146
wfe
129
147
bx lr
130
148
149
+
131
150
.section .text .__wfi
132
151
.global __wfi
152
+ .size __wfi, . - __wfi
133
153
.thumb_func
134
154
__wfi:
135
155
wfi
You can’t perform that action at this time.
0 commit comments