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

  /src/sys/arch/mips/mips/
spl.S 82 DYNAMIC_STATUS_MASK(a0,v0) # machine dependent masking
139 DYNAMIC_STATUS_MASK(v1,t0) # machine dependent masking
180 DYNAMIC_STATUS_MASK(v0,t0) # machine dependent masking
262 DYNAMIC_STATUS_MASK(a0,a2) # machine dependent masking
locore.S 338 DYNAMIC_STATUS_MASK(t0,ra)
590 DYNAMIC_STATUS_MASK(v0,ra) # machine dependent masking
mipsX_subr.S 1645 DYNAMIC_STATUS_MASK(t0, t1) # machine dependent masking
2701 DYNAMIC_STATUS_MASK(k0, sp) # machine dependent masking
  /src/sys/arch/mips/include/
asm.h 785 * The DYNAMIC_STATUS_MASK option adds an additional masking operation
795 #define DYNAMIC_STATUS_MASK(sr,scratch) \
801 DYNAMIC_STATUS_MASK(sr,scratch1)
803 #define DYNAMIC_STATUS_MASK(sr,scratch)

Completed in 16 milliseconds