sysreg_helpers.S 14.4 KB
Newer Older
1
/*
2
 * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
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
163
164
165
166
167
168
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 * Redistributions of source code must retain the above copyright notice, this
 * list of conditions and the following disclaimer.
 *
 * Redistributions in binary form must reproduce the above copyright notice,
 * this list of conditions and the following disclaimer in the documentation
 * and/or other materials provided with the distribution.
 *
 * Neither the name of ARM nor the names of its contributors may be used
 * to endorse or promote products derived from this software without specific
 * prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 */

#include <arch_helpers.h>

	.globl	read_vbar_el1
	.globl	read_vbar_el2
	.globl	read_vbar_el3
	.globl	write_vbar_el1
	.globl	write_vbar_el2
	.globl	write_vbar_el3

	.globl	read_sctlr_el1
	.globl	read_sctlr_el2
	.globl	read_sctlr_el3
	.globl	write_sctlr_el1
	.globl	write_sctlr_el2
	.globl	write_sctlr_el3

	.globl	read_actlr_el1
	.globl	read_actlr_el2
	.globl	read_actlr_el3
	.globl	write_actlr_el1
	.globl	write_actlr_el2
	.globl	write_actlr_el3

	.globl	read_esr_el1
	.globl	read_esr_el2
	.globl	read_esr_el3
	.globl	write_esr_el1
	.globl	write_esr_el2
	.globl	write_esr_el3

	.globl	read_afsr0_el1
	.globl	read_afsr0_el2
	.globl	read_afsr0_el3
	.globl	write_afsr0_el1
	.globl	write_afsr0_el2
	.globl	write_afsr0_el3

	.globl	read_afsr1_el1
	.globl	read_afsr1_el2
	.globl	read_afsr1_el3
	.globl	write_afsr1_el1
	.globl	write_afsr1_el2
	.globl	write_afsr1_el3

	.globl	read_far_el1
	.globl	read_far_el2
	.globl	read_far_el3
	.globl	write_far_el1
	.globl	write_far_el2
	.globl	write_far_el3

	.globl	read_mair_el1
	.globl	read_mair_el2
	.globl	read_mair_el3
	.globl	write_mair_el1
	.globl	write_mair_el2
	.globl	write_mair_el3

	.globl	read_amair_el1
	.globl	read_amair_el2
	.globl	read_amair_el3
	.globl	write_amair_el1
	.globl	write_amair_el2
	.globl	write_amair_el3

	.globl	read_rvbar_el1
	.globl	read_rvbar_el2
	.globl	read_rvbar_el3

	.globl	read_rmr_el1
	.globl	read_rmr_el2
	.globl	read_rmr_el3
	.globl	write_rmr_el1
	.globl	write_rmr_el2
	.globl	write_rmr_el3

	.globl	read_tcr_el1
	.globl	read_tcr_el2
	.globl	read_tcr_el3
	.globl	write_tcr_el1
	.globl	write_tcr_el2
	.globl	write_tcr_el3

	.globl	read_cptr_el2
	.globl	read_cptr_el3
	.globl	write_cptr_el2
	.globl	write_cptr_el3

	.globl	read_ttbr0_el1
	.globl	read_ttbr0_el2
	.globl	read_ttbr0_el3
	.globl	write_ttbr0_el1
	.globl	write_ttbr0_el2
	.globl	write_ttbr0_el3

	.globl	read_ttbr1_el1
	.globl	read_ttbr1_el2
	.globl	write_ttbr1
	.globl	write_ttbr1_el1
	.globl	write_ttbr1_el2

	.globl	read_cpacr
	.globl	write_cpacr

	.globl	read_cntfrq
	.globl	write_cntfrq

	.globl	read_cpuectlr
	.globl	write_cpuectlr

	.globl	read_cnthctl_el2
	.globl	write_cnthctl_el2

	.globl	read_cntfrq_el0
	.globl	write_cntfrq_el0

	.globl	read_scr
	.globl	write_scr

	.globl	read_hcr
	.globl	write_hcr

	.globl	read_midr
	.globl	read_mpidr

	.globl	read_current_el
	.globl	read_id_pfr1_el1
	.globl	read_id_aa64pfr0_el1

#if SUPPORT_VFP
	.globl	enable_vfp
	.globl	read_fpexc
	.globl	write_fpexc
#endif


	.section	.text, "ax"

169
read_current_el: ; .type read_current_el, %function
170
171
172
173
	mrs	x0, CurrentEl
	ret


174
read_id_pfr1_el1: ; .type read_id_pfr1_el1, %function
175
176
177
178
	mrs	x0, id_pfr1_el1
	ret


179
read_id_aa64pfr0_el1: ; .type read_id_aa64pfr0_el1, %function
180
181
182
183
184
185
186
187
	mrs	x0, id_aa64pfr0_el1
	ret


	/* -----------------------------------------------------
	 * VBAR accessors
	 * -----------------------------------------------------
	 */
188
read_vbar_el1: ; .type read_vbar_el1, %function
189
190
191
192
	mrs	x0, vbar_el1
	ret


193
read_vbar_el2: ; .type read_vbar_el2, %function
194
195
196
197
	mrs	x0, vbar_el2
	ret


198
read_vbar_el3: ; .type read_vbar_el3, %function
199
200
201
202
	mrs	x0, vbar_el3
	ret


203
write_vbar_el1: ; .type write_vbar_el1, %function
204
205
206
207
208
	msr	vbar_el1, x0
	isb
	ret


209
write_vbar_el2: ; .type write_vbar_el2, %function
210
211
212
213
214
	msr	vbar_el2, x0
	isb
	ret


215
write_vbar_el3: ; .type write_vbar_el3, %function
216
217
218
219
220
221
222
223
224
	msr	vbar_el3, x0
	isb
	ret


	/* -----------------------------------------------------
	 * AFSR0 accessors
	 * -----------------------------------------------------
	 */
225
read_afsr0_el1: ; .type read_afsr0_el1, %function
226
227
228
229
	mrs	x0, afsr0_el1
	ret


230
read_afsr0_el2: ; .type read_afsr0_el2, %function
231
232
233
234
	mrs	x0, afsr0_el2
	ret


235
read_afsr0_el3: ; .type read_afsr0_el3, %function
236
237
238
239
	mrs	x0, afsr0_el3
	ret


240
write_afsr0_el1: ; .type write_afsr0_el1, %function
241
242
243
244
245
	msr	afsr0_el1, x0
	isb
	ret


246
write_afsr0_el2: ; .type write_afsr0_el2, %function
247
248
249
250
251
	msr	afsr0_el2, x0
	isb
	ret


252
write_afsr0_el3: ; .type write_afsr0_el3, %function
253
254
255
256
257
258
259
260
261
	msr	afsr0_el3, x0
	isb
	ret


	/* -----------------------------------------------------
	 * FAR accessors
	 * -----------------------------------------------------
	 */
262
read_far_el1: ; .type read_far_el1, %function
263
264
265
266
	mrs	x0, far_el1
	ret


267
read_far_el2: ; .type read_far_el2, %function
268
269
270
271
	mrs	x0, far_el2
	ret


272
read_far_el3: ; .type read_far_el3, %function
273
274
275
276
	mrs	x0, far_el3
	ret


277
write_far_el1: ; .type write_far_el1, %function
278
279
280
281
282
	msr	far_el1, x0
	isb
	ret


283
write_far_el2: ; .type write_far_el2, %function
284
285
286
287
288
	msr	far_el2, x0
	isb
	ret


289
write_far_el3: ; .type write_far_el3, %function
290
291
292
293
294
295
296
297
298
	msr	far_el3, x0
	isb
	ret


	/* -----------------------------------------------------
	 * MAIR accessors
	 * -----------------------------------------------------
	 */
299
read_mair_el1: ; .type read_mair_el1, %function
300
301
302
303
	mrs	x0, mair_el1
	ret


304
read_mair_el2: ; .type read_mair_el2, %function
305
306
307
308
	mrs	x0, mair_el2
	ret


309
read_mair_el3: ; .type read_mair_el3, %function
310
311
312
313
	mrs	x0, mair_el3
	ret


314
write_mair_el1: ; .type write_mair_el1, %function
315
316
317
318
319
	msr	mair_el1, x0
	isb
	ret


320
write_mair_el2: ; .type write_mair_el2, %function
321
322
323
324
325
	msr	mair_el2, x0
	isb
	ret


326
write_mair_el3: ; .type write_mair_el3, %function
327
328
329
330
331
332
333
334
335
	msr	mair_el3, x0
	isb
	ret


	/* -----------------------------------------------------
	 * AMAIR accessors
	 * -----------------------------------------------------
	 */
336
read_amair_el1: ; .type read_amair_el1, %function
337
338
339
340
	mrs	x0, amair_el1
	ret


341
read_amair_el2: ; .type read_amair_el2, %function
342
343
344
345
	mrs	x0, amair_el2
	ret


346
read_amair_el3: ; .type read_amair_el3, %function
347
348
349
350
	mrs	x0, amair_el3
	ret


351
write_amair_el1: ; .type write_amair_el1, %function
352
353
354
355
356
	msr	amair_el1, x0
	isb
	ret


357
write_amair_el2: ; .type write_amair_el2, %function
358
359
360
361
362
	msr	amair_el2, x0
	isb
	ret


363
write_amair_el3: ; .type write_amair_el3, %function
364
365
366
367
368
369
370
371
372
	msr	amair_el3, x0
	isb
	ret


	/* -----------------------------------------------------
	 * RVBAR accessors
	 * -----------------------------------------------------
	 */
373
read_rvbar_el1: ; .type read_rvbar_el1, %function
374
375
376
377
	mrs	x0, rvbar_el1
	ret


378
read_rvbar_el2: ; .type read_rvbar_el2, %function
379
380
381
382
	mrs	x0, rvbar_el2
	ret


383
read_rvbar_el3: ; .type read_rvbar_el3, %function
384
385
386
387
388
389
390
391
	mrs	x0, rvbar_el3
	ret


	/* -----------------------------------------------------
	 * RMR accessors
	 * -----------------------------------------------------
	 */
392
read_rmr_el1: ; .type read_rmr_el1, %function
393
394
395
396
	mrs	x0, rmr_el1
	ret


397
read_rmr_el2: ; .type read_rmr_el2, %function
398
399
400
401
	mrs	x0, rmr_el2
	ret


402
read_rmr_el3: ; .type read_rmr_el3, %function
403
404
405
406
	mrs	x0, rmr_el3
	ret


407
write_rmr_el1: ; .type write_rmr_el1, %function
408
409
410
411
412
	msr	rmr_el1, x0
	isb
	ret


413
write_rmr_el2: ; .type write_rmr_el2, %function
414
415
416
417
418
	msr	rmr_el2, x0
	isb
	ret


419
write_rmr_el3: ; .type write_rmr_el3, %function
420
421
422
423
424
425
426
427
428
	msr	rmr_el3, x0
	isb
	ret


	/* -----------------------------------------------------
	 * AFSR1 accessors
	 * -----------------------------------------------------
	 */
429
read_afsr1_el1: ; .type read_afsr1_el1, %function
430
431
432
433
	mrs	x0, afsr1_el1
	ret


434
read_afsr1_el2: ; .type read_afsr1_el2, %function
435
436
437
438
	mrs	x0, afsr1_el2
	ret


439
read_afsr1_el3: ; .type read_afsr1_el3, %function
440
441
442
443
	mrs	x0, afsr1_el3
	ret


444
write_afsr1_el1: ; .type write_afsr1_el1, %function
445
446
447
448
449
	msr	afsr1_el1, x0
	isb
	ret


450
write_afsr1_el2: ; .type write_afsr1_el2, %function
451
452
453
454
455
	msr	afsr1_el2, x0
	isb
	ret


456
write_afsr1_el3: ; .type write_afsr1_el3, %function
457
458
459
460
461
462
463
464
465
	msr	afsr1_el3, x0
	isb
	ret


	/* -----------------------------------------------------
	 * SCTLR accessors
	 * -----------------------------------------------------
	 */
466
read_sctlr_el1: ; .type read_sctlr_el1, %function
467
468
469
470
	mrs	x0, sctlr_el1
	ret


471
read_sctlr_el2: ; .type read_sctlr_el2, %function
472
473
474
475
	mrs	x0, sctlr_el2
	ret


476
read_sctlr_el3: ; .type read_sctlr_el3, %function
477
478
479
480
	mrs	x0, sctlr_el3
	ret


481
write_sctlr_el1: ; .type write_sctlr_el1, %function
482
483
484
485
486
487
	msr	sctlr_el1, x0
	dsb	sy
	isb
	ret


488
write_sctlr_el2: ; .type write_sctlr_el2, %function
489
490
491
492
493
494
	msr	sctlr_el2, x0
	dsb	sy
	isb
	ret


495
write_sctlr_el3: ; .type write_sctlr_el3, %function
496
497
498
499
500
501
502
503
504
505
	msr	sctlr_el3, x0
	dsb	sy
	isb
	ret


	/* -----------------------------------------------------
	 * ACTLR accessors
	 * -----------------------------------------------------
	 */
506
read_actlr_el1: ; .type read_actlr_el1, %function
507
508
509
510
	mrs	x0, actlr_el1
	ret


511
read_actlr_el2: ; .type read_actlr_el2, %function
512
513
514
515
	mrs	x0, actlr_el2
	ret


516
read_actlr_el3: ; .type read_actlr_el3, %function
517
518
519
520
	mrs	x0, actlr_el3
	ret


521
write_actlr_el1: ; .type write_actlr_el1, %function
522
523
524
525
526
527
	msr	actlr_el1, x0
	dsb	sy
	isb
	ret


528
write_actlr_el2: ; .type write_actlr_el2, %function
529
530
531
532
533
534
	msr	actlr_el2, x0
	dsb	sy
	isb
	ret


535
write_actlr_el3: ; .type write_actlr_el3, %function
536
537
538
539
540
541
542
543
544
545
	msr	actlr_el3, x0
	dsb	sy
	isb
	ret


	/* -----------------------------------------------------
	 * ESR accessors
	 * -----------------------------------------------------
	 */
546
read_esr_el1: ; .type read_esr_el1, %function
547
548
549
550
	mrs	x0, esr_el1
	ret


551
read_esr_el2: ; .type read_esr_el2, %function
552
553
554
555
	mrs	x0, esr_el2
	ret


556
read_esr_el3: ; .type read_esr_el3, %function
557
558
559
560
	mrs	x0, esr_el3
	ret


561
write_esr_el1: ; .type write_esr_el1, %function
562
563
564
565
566
567
	msr	esr_el1, x0
	dsb	sy
	isb
	ret


568
write_esr_el2: ; .type write_esr_el2, %function
569
570
571
572
573
574
	msr	esr_el2, x0
	dsb	sy
	isb
	ret


575
write_esr_el3: ; .type write_esr_el3, %function
576
577
578
579
580
581
582
583
584
585
	msr	esr_el3, x0
	dsb	sy
	isb
	ret


	/* -----------------------------------------------------
	 * TCR accessors
	 * -----------------------------------------------------
	 */
586
read_tcr_el1: ; .type read_tcr_el1, %function
587
588
589
590
	mrs	x0, tcr_el1
	ret


591
read_tcr_el2: ; .type read_tcr_el2, %function
592
593
594
595
	mrs	x0, tcr_el2
	ret


596
read_tcr_el3: ; .type read_tcr_el3, %function
597
598
599
600
	mrs	x0, tcr_el3
	ret


601
write_tcr_el1: ; .type write_tcr_el1, %function
602
603
604
605
606
607
	msr	tcr_el1, x0
	dsb	sy
	isb
	ret


608
write_tcr_el2: ; .type write_tcr_el2, %function
609
610
611
612
613
614
	msr	tcr_el2, x0
	dsb	sy
	isb
	ret


615
write_tcr_el3: ; .type write_tcr_el3, %function
616
617
618
619
620
621
622
623
624
625
	msr	tcr_el3, x0
	dsb	sy
	isb
	ret


	/* -----------------------------------------------------
	 * CPTR accessors
	 * -----------------------------------------------------
	 */
626
read_cptr_el1: ; .type read_cptr_el1, %function
627
628
629
630
	b	read_cptr_el1
	ret


631
read_cptr_el2: ; .type read_cptr_el2, %function
632
633
634
635
	mrs	x0, cptr_el2
	ret


636
read_cptr_el3: ; .type read_cptr_el3, %function
637
638
639
640
	mrs	x0, cptr_el3
	ret


641
write_cptr_el1: ; .type write_cptr_el1, %function
642
643
644
	b	write_cptr_el1


645
write_cptr_el2: ; .type write_cptr_el2, %function
646
647
648
649
650
651
	msr	cptr_el2, x0
	dsb	sy
	isb
	ret


652
write_cptr_el3: ; .type write_cptr_el3, %function
653
654
655
656
657
658
659
660
661
662
	msr	cptr_el3, x0
	dsb	sy
	isb
	ret


	/* -----------------------------------------------------
	 * TTBR0 accessors
	 * -----------------------------------------------------
	 */
663
read_ttbr0_el1: ; .type read_ttbr0_el1, %function
664
665
666
667
	mrs	x0, ttbr0_el1
	ret


668
read_ttbr0_el2: ; .type read_ttbr0_el2, %function
669
670
671
672
	mrs	x0, ttbr0_el2
	ret


673
read_ttbr0_el3: ; .type read_ttbr0_el3, %function
674
675
676
677
	mrs	x0, ttbr0_el3
	ret


678
write_ttbr0_el1: ; .type write_ttbr0_el1, %function
679
680
681
682
683
	msr	ttbr0_el1, x0
	isb
	ret


684
write_ttbr0_el2: ; .type write_ttbr0_el2, %function
685
686
687
688
689
	msr	ttbr0_el2, x0
	isb
	ret


690
write_ttbr0_el3: ; .type write_ttbr0_el3, %function
691
692
693
694
695
696
697
698
699
	msr	ttbr0_el3, x0
	isb
	ret


	/* -----------------------------------------------------
	 * TTBR1 accessors
	 * -----------------------------------------------------
	 */
700
read_ttbr1_el1: ; .type read_ttbr1_el1, %function
701
702
703
704
	mrs	x0, ttbr1_el1
	ret


705
read_ttbr1_el2: ; .type read_ttbr1_el2, %function
706
707
708
	b	read_ttbr1_el2


709
read_ttbr1_el3: ; .type read_ttbr1_el3, %function
710
711
712
	b	read_ttbr1_el3


713
write_ttbr1_el1: ; .type write_ttbr1_el1, %function
714
715
716
717
718
	msr	ttbr1_el1, x0
	isb
	ret


719
write_ttbr1_el2: ; .type write_ttbr1_el2, %function
720
721
722
	b	write_ttbr1_el2


723
write_ttbr1_el3: ; .type write_ttbr1_el3, %function
724
725
726
	b	write_ttbr1_el3


727
read_hcr: ; .type read_hcr, %function
728
729
730
731
	mrs	x0, hcr_el2
	ret


732
write_hcr: ; .type write_hcr, %function
733
734
735
736
737
738
	msr	hcr_el2, x0
	dsb	sy
	isb
	ret


739
read_cpacr: ; .type read_cpacr, %function
740
741
742
743
	mrs	x0, cpacr_el1
	ret


744
write_cpacr: ; .type write_cpacr, %function
745
746
747
748
	msr	cpacr_el1, x0
	ret


749
read_cntfrq_el0: ; .type read_cntfrq_el0, %function
750
751
752
753
	mrs	x0, cntfrq_el0
	ret


754
write_cntfrq_el0: ; .type write_cntfrq_el0, %function
755
756
757
758
	msr	cntfrq_el0, x0
	ret


759
read_cpuectlr: ; .type read_cpuectlr, %function
760
761
762
763
	mrs	x0, CPUECTLR_EL1
	ret


764
write_cpuectlr: ; .type write_cpuectlr, %function
765
766
767
768
769
770
	msr	CPUECTLR_EL1, x0
	dsb	sy
	isb
	ret


771
read_cnthctl_el2: ; .type read_cnthctl_el2, %function
772
773
774
775
	mrs	x0, cnthctl_el2
	ret


776
write_cnthctl_el2: ; .type write_cnthctl_el2, %function
777
778
779
780
	msr	cnthctl_el2, x0
	ret


781
read_cntfrq: ; .type read_cntfrq, %function
782
783
784
785
	mrs	x0, cntfrq_el0
	ret


786
write_cntfrq: ; .type write_cntfrq, %function
787
788
789
790
	msr	cntfrq_el0, x0
	ret


791
write_scr: ; .type write_scr, %function
792
793
794
795
796
797
	msr	scr_el3, x0
	dsb	sy
	isb
	ret


798
read_scr: ; .type read_scr, %function
799
800
801
802
	mrs	x0, scr_el3
	ret


803
read_midr: ; .type read_midr, %function
804
805
806
807
	mrs	x0, midr_el1
	ret


808
read_mpidr: ; .type read_mpidr, %function
809
810
811
812
813
	mrs	x0, mpidr_el1
	ret


#if SUPPORT_VFP
814
enable_vfp: ; .type enable_vfp, %function
815
816
817
818
819
820
821
822
823
824
825
	mrs	x0, cpacr_el1
	orr	x0, x0, #CPACR_VFP_BITS
	msr	cpacr_el1, x0
	mrs	x0, cptr_el3
	mov	x1, #AARCH64_CPTR_TFP
	bic	x0, x0, x1
	msr	cptr_el3, x0
	ret


	// int read_fpexc(void)
826
read_fpexc: ; .type read_fpexc, %function
827
828
829
830
831
	b	read_fpexc
	ret


	// void write_fpexc(int fpexc)
832
write_fpexc: ; .type write_fpexc, %function
833
834
835
836
	b	write_fpexc
	ret

#endif