Home
last modified time | relevance | path

Searched refs:FPU_KERN_CTX_INUSE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Dvfp.c55 #define FPU_KERN_CTX_INUSE 0x02 macro
265 KASSERT((ctx->flags & FPU_KERN_CTX_INUSE) == 0, ("free'ing inuse ctx")); in fpu_kern_free_ctx()
278 KASSERT(ctx == NULL || (ctx->flags & FPU_KERN_CTX_INUSE) == 0, in fpu_kern_enter()
297 ctx->flags = FPU_KERN_CTX_DUMMY | FPU_KERN_CTX_INUSE; in fpu_kern_enter()
307 ctx->flags = FPU_KERN_CTX_INUSE; in fpu_kern_enter()
334 KASSERT((ctx->flags & FPU_KERN_CTX_INUSE) != 0, in fpu_kern_leave()
336 ctx->flags &= ~FPU_KERN_CTX_INUSE; in fpu_kern_leave()
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c1093 #define FPU_KERN_CTX_INUSE 0x04 macro
1132 KASSERT((ctx->flags & FPU_KERN_CTX_INUSE) == 0, ("free'ing inuse ctx")); in fpu_kern_free_ctx()
1155 KASSERT(ctx == NULL || (ctx->flags & FPU_KERN_CTX_INUSE) == 0, in fpu_kern_enter()
1182 ctx->flags = FPU_KERN_CTX_DUMMY | FPU_KERN_CTX_INUSE; in fpu_kern_enter()
1188 ctx->flags = FPU_KERN_CTX_INUSE; in fpu_kern_enter()
1215 KASSERT((ctx->flags & FPU_KERN_CTX_INUSE) != 0, in fpu_kern_leave()
1217 ctx->flags &= ~FPU_KERN_CTX_INUSE; in fpu_kern_leave()
/f-stack/freebsd/i386/i386/
H A Dnpx.c1380 #define FPU_KERN_CTX_INUSE 0x04 macro
1405 KASSERT((ctx->flags & FPU_KERN_CTX_INUSE) == 0, ("free'ing inuse ctx")); in fpu_kern_free_ctx()
1428 KASSERT(ctx == NULL || (ctx->flags & FPU_KERN_CTX_INUSE) == 0, in fpu_kern_enter()
1454 ctx->flags = FPU_KERN_CTX_DUMMY | FPU_KERN_CTX_INUSE; in fpu_kern_enter()
1461 ctx->flags = FPU_KERN_CTX_INUSE; in fpu_kern_enter()
1488 KASSERT((ctx->flags & FPU_KERN_CTX_INUSE) != 0, in fpu_kern_leave()
1490 ctx->flags &= ~FPU_KERN_CTX_INUSE; in fpu_kern_leave()