Home
last modified time | relevance | path

Searched refs:KLD_SYMMON_STK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-mips64/sn/
Daddrs.h355 #define KLD_SYMMON_STK(nasid) (KLD_BASE(nasid) + KLI_SYMMON_STK) macro
384 (KLD_SYMMON_STK(nasid)->offset + \
385 KLD_SYMMON_STK(nasid)->stride * (slice))
386 #define SYMMON_STK_STRIDE(nasid) KLD_SYMMON_STK(nasid)->stride
391 #define SYMMON_STK_SIZE(nasid) KLD_SYMMON_STK(nasid)->stride
393 #define SYMMON_STK_END(nasid) (SYMMON_STK_ADDR(nasid, 0) + KLD_SYMMON_STK(nasid)->size)
/linux-2.4.37.9/include/asm-ia64/sn/
Daddrs.h225 #define KLD_SYMMON_STK(nasid) (KLD_BASE(nasid) + KLI_SYMMON_STK) macro