/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...] |
/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...] |
/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) {
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_stoptheworld_linux_libcdep.cc | 257 void *uctx) { 258 SignalContext ctx(siginfo, uctx);
|
sanitizer_platform_limits_openbsd.h | 236 void *uctx);
|
sanitizer_platform_limits_solaris.h | 259 void (*)(int sig, __sanitizer_siginfo *siginfo, void *uctx);
|
sanitizer_platform_limits_freebsd.h | 294 void (*)(int sig, __sanitizer_siginfo *siginfo, void *uctx);
|
sanitizer_platform_limits_posix.h | 578 void (*)(int sig, __sanitizer_siginfo *siginfo, void *uctx);
|
sanitizer_platform_limits_netbsd.h | 296 void *uctx);
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_interceptors.cc | 1888 __sanitizer_siginfo *info, void *uctx) { 1915 ((__sanitizer_sigactionhandler_ptr)pc)(sig, info, uctx);
|