Skip to content

Commit 8e429d9

Browse files
author
Shahab Vahedi
committed
[arc64/opcodes] Add mmu_{rtp,ctrl,ttbc} auxiliary regs
The following arc64 auxiliary registers are added: 0x460 mmu_rtp0_lo 0x461 mmu_rtp0_hi 0x462 mmu_rtp1_lo 0x463 mmu_rtp1_hi 0x468 mmu_ctrl 0x469 mmu_ttbc
1 parent 389c307 commit 8e429d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

opcodes/arc-regs.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,17 @@ DEF (0x451, ARC_OPCODE_ARC600, NONE, wake)
346346
DEF (0x452, ARC_OPCODE_ARC600, NONE, dvfs_performance)
347347
DEF (0x453, ARC_OPCODE_ARC600, NONE, pwr_ctrl)
348348
DEF (0x460, ARC_OPCODE_ARCv2HS, NONE, tlbpd0)
349+
DEF (0x460, ARC_OPCODE_ARC64, NONE, mmu_rtp0_lo)
349350
DEF (0x461, ARC_OPCODE_ARCv2HS, NONE, tlbpd1)
351+
DEF (0x461, ARC_OPCODE_ARC64, NONE, mmu_rtp0_hi)
352+
DEF (0x462, ARC_OPCODE_ARC64, NONE, mmu_rtp1_lo)
353+
DEF (0x463, ARC_OPCODE_ARC64, NONE, mmu_rtp1_hi)
350354
DEF (0x464, ARC_OPCODE_ARCv2HS, NONE, tlbindex)
351355
DEF (0x465, ARC_OPCODE_ARCv2HS, NONE, tlbcommand)
352356
DEF (0x468, ARC_OPCODE_ARCv2HS, NONE, pid)
353357
DEF (0x46c, ARC_OPCODE_ARCv2HS, NONE, scratch_data0)
358+
DEF (0x468, ARC_OPCODE_ARC64, NONE, mmu_ctrl)
359+
DEF (0x469, ARC_OPCODE_ARC64, NONE, mmu_ttbc)
354360
DEF (0x500, ARC_OPCODE_ARC700, NONE, aux_vlc_buf_idx)
355361
DEF (0x501, ARC_OPCODE_ARC700, NONE, aux_vlc_read_buf)
356362
DEF (0x502, ARC_OPCODE_ARC700, NONE, aux_vlc_valid_bits)

0 commit comments

Comments
 (0)