Searched refs:MC_OWNEDFP_OFFSET (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/lib/libkse/arch/amd64/amd64/
H A Dcontext.S85 #define MC_OWNEDFP_OFFSET (27*8) /* offset to mc_ownedfp from mcontext */ define
152 movq $MC_OWNEDFP_NONE, MC_OWNEDFP_OFFSET(%rdi) /* no FP */
185 cmpq $MC_OWNEDFP_NONE, MC_OWNEDFP_OFFSET(%rdi)
187 cmpq $MC_OWNEDFP_PCB, MC_OWNEDFP_OFFSET(%rdi)
189 cmpq $MC_OWNEDFP_FPU, MC_OWNEDFP_OFFSET(%rdi)
/freebsd-10.0-release/lib/libkse/arch/i386/i386/
H A Dthr_getcontext.S39 #define MC_OWNEDFP_OFFSET 88 define
86 cmpl $MC_OWNEDFP_FPU, MC_OWNEDFP_OFFSET(%edx)
88 cmpl $MC_OWNEDFP_PCB, MC_OWNEDFP_OFFSET(%edx)
147 movl $MC_OWNEDFP_NONE, MC_OWNEDFP_OFFSET(%edx) /* no FP */
/freebsd-10.0-release/tools/KSE/ksetest/
H A Dkse_asm.S42 #define MC_OWNEDFP_OFFSET 88 /* offset to mc_ownedfp from mcontext */ define
82 cmpl $0, MC_OWNEDFP_OFFSET(%edx) /* are FP regs valid? */
142 movl $0, MC_OWNEDFP_OFFSET(%edx) /* no FP */
/freebsd-10.0-release/tools/KSE/rr/
H A Dkse_asm.S42 #define MC_OWNEDFP_OFFSET 88 /* offset to mc_ownedfp from mcontext */ define
82 cmpl $0, MC_OWNEDFP_OFFSET(%edx) /* are FP regs valid? */
142 movl $0, MC_OWNEDFP_OFFSET(%edx) /* no FP */

Completed in 65 milliseconds