Home
last modified time | relevance | path

Searched refs:SRMMU_CXR (Results 1 – 4 of 4) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/include/
H A Dpte.h397 #define getcontext4m() lda(SRMMU_CXR, ASI_SRMMU)
402 #define setcontext4m(c) sta(SRMMU_CXR, ASI_SRMMU, c)
H A Dctlreg.h243 #define SRMMU_CXR 0x00000200 /* Context register */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dlocore.s2797 mov SRMMU_CXR, %l7 !
2818 mov SRMMU_CXR, %l7 !
2835 mov SRMMU_CXR, %l7 ! reload ctx register
2846 mov SRMMU_CXR, %l7 !
2859 mov SRMMU_CXR, %l7 ! reload ctx register
2867 mov SRMMU_CXR, %l7 !
2880 mov SRMMU_CXR, %l7 ! reload ctx register
2885 mov SRMMU_CXR, %l7 !
2899 mov SRMMU_CXR, %l7 ! reload ctx register
2905 mov SRMMU_CXR, %l7 !
[all …]
H A Dpmap.c650 __asm("mov %0, %%o4" :: "n"(SRMMU_CXR)); in sp_tlb_flush()