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

  /src/sys/arch/sparc/sparc/
asm.h 69 #define lduha(loc, asi) ({ \ macro
71 __asm volatile("lduha [%1]%2,%0" : "=r" (_lduha_v) : \
pmap.c 484 : (lduha(va, ASI_SEGMAP) & segfixmask))
490 #define getregmap(va) ((unsigned)lduha((va)+2, ASI_REGMAP) >> 8)
locore.s 4177 lduha [%l0] ASI_REGMAP, %l4 ! regmap[highva] = regmap[lowva];
4190 lduha [%l0] ASI_SEGMAP, %l4 ! segmap[highva] = segmap[lowva];
  /src/sys/arch/sparc/stand/common/
dvma.c 51 #define getsegmap(va) (lduha(va, ASI_SEGMAP))
  /src/sys/arch/sparc64/include/
bus_funcs.h 175 (0 ? (t)->type : lduha((h)._ptr + (o), (h)._asi))
194 lduha((h)._ptr + (o), (h)._asi); \
280 (0 ? (t)->type : lduha((h)._ptr + (o), (h)._sasi))
299 lduha((h)._ptr + (o), (h)._sasi); \
ctlreg.h 667 SPARC64_LD_DEF(lduha, uint16_t, uint32_t)
  /src/sys/arch/sparc64/sparc64/
copy.S 702 lduha [%o0] ASI_AIUS, %o0 ! %o0 = *uaddr
819 lduha [%o0] %asi, %o0 ! value = *(short *)addr;

Completed in 29 milliseconds