HomeSort by: relevance | last modified time | path
    Searched refs:ASI_REGMAP (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc/stand/common/
mmu.c 92 #define setregmap(va, smeg) stha((va)+2, ASI_REGMAP, (smeg << 8))
  /src/sys/arch/sparc/include/
ctlreg.h 72 #define ASI_REGMAP 0x06 /* [4/3-level MMU ] region maps */
  /src/sys/arch/sparc/sparc/
pmap.c 490 #define getregmap(va) ((unsigned)lduha((va)+2, ASI_REGMAP) >> 8)
491 #define setregmap(va, smeg) stha((va)+2, ASI_REGMAP, (smeg << 8))
locore.s 4177 lduha [%l0] ASI_REGMAP, %l4 ! regmap[highva] = regmap[lowva];
4178 stha %l4, [%l1] ASI_REGMAP

Completed in 21 milliseconds