Home
last modified time | relevance | path

Searched refs:FPS_TOP (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/intel/sys/
H A Dfp.h118 #define FPS_TOP 0x00003800 /* top of stack pointer */ macro
/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c485 top = (fps.sw & FPS_TOP) >> 11; in pt_fpregs()
H A Dproc_amd64dep.c503 top = (fps.sw & FPS_TOP) >> 11; in pt_fpregs()
/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.c624 top = (src64->sw & FPS_TOP) >> 11; in prfpregset_n_to_32()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Darchdep.c131 top = (fx->fx_fsw & FPS_TOP) >> 11; in fxsave_to_fnsave()