HomeSort by: relevance | last modified time | path
    Searched defs:uctx (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libi386/
t_user_ldt.c 280 ucontext_t *uctx = ctx; local in function:user_ldt__gp_handler
290 if (uctx->uc_mcontext.__gregs[_REG_EIP] != (intptr_t)&fs_read_begin) {
t_user_ldt.c 280 ucontext_t *uctx = ctx; local in function:user_ldt__gp_handler
290 if (uctx->uc_mcontext.__gregs[_REG_EIP] != (intptr_t)&fs_read_begin) {
  /src/sys/compat/linux/arch/amd64/
linux_machdep.c 320 ucontext_t uctx; local in function:linux_sys_rt_sigreturn
334 memset(&uctx, 0, sizeof(uctx));
335 mctx = (mcontext_t *)&uctx.uc_mcontext;
342 uctx.uc_flags = (_UC_SIGMASK|_UC_CPU|_UC_STACK|_UC_CLRSTACK);
344 uctx.uc_flags |= _UC_FPU;
345 uctx.uc_link = NULL;
350 linux_to_native_sigset(&uctx.uc_sigmask, &luctx->luc_sigmask);
398 uctx.uc_stack.ss_flags = 0;
400 uctx.uc_stack.ss_flags |= SS_ONSTACK
    [all...]
linux_machdep.c 320 ucontext_t uctx; local in function:linux_sys_rt_sigreturn
334 memset(&uctx, 0, sizeof(uctx));
335 mctx = (mcontext_t *)&uctx.uc_mcontext;
342 uctx.uc_flags = (_UC_SIGMASK|_UC_CPU|_UC_STACK|_UC_CLRSTACK);
344 uctx.uc_flags |= _UC_FPU;
345 uctx.uc_link = NULL;
350 linux_to_native_sigset(&uctx.uc_sigmask, &luctx->luc_sigmask);
398 uctx.uc_stack.ss_flags = 0;
400 uctx.uc_stack.ss_flags |= SS_ONSTACK
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_context.c 124 static void vmw_context_cotables_unref(struct vmw_user_context *uctx)
130 spin_lock(&uctx->cotable_lock);
131 res = uctx->cotables[i];
132 uctx->cotables[i] = NULL;
133 spin_unlock(&uctx->cotable_lock);
142 struct vmw_user_context *uctx = local in function:vmw_hw_context_destroy
154 vmw_cmdbuf_res_man_destroy(uctx->man);
156 vmw_binding_state_kill(uctx->cbs);
163 vmw_context_cotables_unref(uctx);
186 struct vmw_user_context *uctx local in function:vmw_gb_context_init
373 struct vmw_user_context *uctx = local in function:vmw_gb_context_unbind
551 struct vmw_user_context *uctx = local in function:vmw_dx_context_scrub_cotables
580 struct vmw_user_context *uctx = local in function:vmw_dx_context_unbind
833 struct vmw_user_context *uctx = local in function:vmw_context_binding_list
884 struct vmw_user_context *uctx = local in function:vmw_context_bind_dx_query
917 struct vmw_user_context *uctx = local in function:vmw_context_get_dx_query_mob
    [all...]
vmwgfx_context.c 124 static void vmw_context_cotables_unref(struct vmw_user_context *uctx)
130 spin_lock(&uctx->cotable_lock);
131 res = uctx->cotables[i];
132 uctx->cotables[i] = NULL;
133 spin_unlock(&uctx->cotable_lock);
142 struct vmw_user_context *uctx = local in function:vmw_hw_context_destroy
154 vmw_cmdbuf_res_man_destroy(uctx->man);
156 vmw_binding_state_kill(uctx->cbs);
163 vmw_context_cotables_unref(uctx);
186 struct vmw_user_context *uctx local in function:vmw_gb_context_init
373 struct vmw_user_context *uctx = local in function:vmw_gb_context_unbind
551 struct vmw_user_context *uctx = local in function:vmw_dx_context_scrub_cotables
580 struct vmw_user_context *uctx = local in function:vmw_dx_context_unbind
833 struct vmw_user_context *uctx = local in function:vmw_context_binding_list
884 struct vmw_user_context *uctx = local in function:vmw_context_bind_dx_query
917 struct vmw_user_context *uctx = local in function:vmw_context_get_dx_query_mob
    [all...]

Completed in 23 milliseconds