Searched refs:opc2 (Results 1 – 4 of 4) sorted by relevance
| /optee_os/scripts/ |
| H A D | arm32_sysreg.py | 40 def gen_read32_macro(reg_name, crn, opc1, crm, opc2, descr): argument 45 print('\tmrc p15, ' + opc1 + ', \\reg, ' + crn + ', ' + crm + ', ' + opc2) 49 def gen_write32_macro(reg_name, crn, opc1, crm, opc2, descr): argument 54 print('\tmcr p15, ' + opc1 + ', \\reg, ' + crn + ', ' + crm + ', ' + opc2) 58 def gen_write32_dummy_macro(reg_name, crn, opc1, crm, opc2, descr): argument 64 print('\tmcr p15, ' + opc1 + ', r0, ' + crn + ', ' + crm + ', ' + opc2) 96 def gen_read32_func(reg_name, crn, opc1, crm, opc2, descr): argument 106 crm + ', ' + opc2 + '"' + ' : "=r" (v));') 112 def gen_write32_func(reg_name, crn, opc1, crm, opc2, descr): argument 120 crm + ', ' + opc2 + '"' + ' : : "r" (v));') [all …]
|
| /optee_os/lib/libutee/arch/arm/ |
| H A D | arm32_user_sysreg.txt | 2 # <reg-name> <CRn> <opc1> <CRm> <opc2> <Type> <Description>
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | arm32_gicv3_sysreg.txt | 2 # <reg-name> <CRn> <opc1> <CRm> <opc2> <Type> <Description>
|
| H A D | arm32_sysreg.txt | 2 # <reg-name> <CRn> <opc1> <CRm> <opc2> <Type> <Description>
|