[BACK]Return to armreg.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / aarch64 / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/aarch64/include/armreg.h between version 1.1 and 1.1.6.1

version 1.1, 2014/08/10 05:47:37 version 1.1.6.1, 2015/06/06 14:39:53
Line 268  AARCH64REG_WRITE_INLINE(rmr_el1)
Line 268  AARCH64REG_WRITE_INLINE(rmr_el1)
 AARCH64REG_READ_INLINE(rvbar_el1)       // Reset Vector Base Address Register  AARCH64REG_READ_INLINE(rvbar_el1)       // Reset Vector Base Address Register
 AARCH64REG_WRITE_INLINE(rvbar_el1)  AARCH64REG_WRITE_INLINE(rvbar_el1)
   
 AARCH64REG_READ_INLINE(sctrl_el1)       // System Control Register  AARCH64REG_READ_INLINE(sctlr_el1)       // System Control Register
 AARCH64REG_WRITE_INLINE(sctrl_el1)  AARCH64REG_WRITE_INLINE(sctlr_el1)
   
 AARCH64REG_READ_INLINE(sp_el0)          // Stack Pointer  AARCH64REG_READ_INLINE(sp_el0)          // Stack Pointer
 AARCH64REG_WRITE_INLINE(sp_el0)  AARCH64REG_WRITE_INLINE(sp_el0)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.6.1

CVSweb <webmaster@jp.NetBSD.org>