Searched refs:ASI_M_BYPASS (Results 1 – 2 of 2) sorted by relevance
/linux/arch/sparc/kernel/ |
H A D | head_32.S | 272 lda [%g4] ASI_M_BYPASS, %o1 ! This is a level 1 ptr 277 lda [%o1] ASI_M_BYPASS, %o2 ! This is the 0x0 16MB pgd 283 sta %o2, [%o3] ASI_M_BYPASS 319 lda [%g1] ASI_M_BYPASS, %g1 ! ptr to level 1 pg_table 323 lda [%g1] ASI_M_BYPASS, %g2 ! get level1 entry for 0x0 325 sta %g2, [%g3] ASI_M_BYPASS ! place at KERNBASE entry 343 lda [%g1] ASI_M_BYPASS, %g1 ! ptr to level 1 pg_table 347 lda [%g1] ASI_M_BYPASS, %g2 ! get level1 entry for 0x0 349 sta %g2, [%g3] ASI_M_BYPASS ! place at KERNBASE entry
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | asi.h | 87 #define ASI_M_BYPASS 0x20 /* Reference MMU bypass; rw, as */ macro
|