Home
last modified time | relevance | path

Searched refs:ASI_M_BYPASS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dhead_32.S268 lda [%g4] ASI_M_BYPASS, %o1 ! This is a level 1 ptr
273 lda [%o1] ASI_M_BYPASS, %o2 ! This is the 0x0 16MB pgd
279 sta %o2, [%o3] ASI_M_BYPASS
315 lda [%g1] ASI_M_BYPASS, %g1 ! ptr to level 1 pg_table
319 lda [%g1] ASI_M_BYPASS, %g2 ! get level1 entry for 0x0
321 sta %g2, [%g3] ASI_M_BYPASS ! place at KERNBASE entry
339 lda [%g1] ASI_M_BYPASS, %g1 ! ptr to level 1 pg_table
343 lda [%g1] ASI_M_BYPASS, %g2 ! get level1 entry for 0x0
345 sta %g2, [%g3] ASI_M_BYPASS ! place at KERNBASE entry
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dasi.h87 #define ASI_M_BYPASS 0x20 /* Reference MMU bypass; rw, as */ macro
/openbmc/qemu/target/sparc/
H A Dasi.h86 #define ASI_M_BYPASS 0x20 /* Reference MMU bypass; rw, as */ macro
H A Dldst_helper.c773 case ASI_M_BYPASS: /* MMU passthrough */ in helper_ld_asi()
1134 case ASI_M_BYPASS: /* MMU passthrough */ in helper_st_asi()
H A Dtranslate.c1577 case ASI_M_BYPASS: /* MMU passthrough */ in resolve_asi()
/openbmc/linux/arch/sparc/mm/
H A Dsrmmu.c1177 "r" (SWIFT_MASKID_ADDR), "i" (ASI_M_BYPASS)); in init_swift()