Searched refs:opc1 (Results 1 – 4 of 4) sorted by relevance
| /optee_os/scripts/ |
| H A D | arm32_sysreg.py | 22 def gen_read64_macro(reg_name, opc1, crm, descr): argument 27 print('\tmrrc\tp15, ' + opc1 + ', \\reg0, \\reg1, ' + crm) 31 def gen_write64_macro(reg_name, opc1, crm, descr): argument 36 print('\tmcrr\tp15, ' + opc1 + ', \\reg0, \\reg1, ' + crm) 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) [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>
|