Home
last modified time | relevance | path

Searched refs:ctx_ptr_array (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c671 if (cpu_ctx->nctx <= 0 || cpu_ctx->ctx_ptr_array == NULL || in cu_cpc_program()
688 ctx = cpu_ctx->ctx_ptr_array[cpu_ctx->cur_index]; in cu_cpc_program()
828 if (cpu_ctx->nctx <= 0 || cpu_ctx->ctx_ptr_array == NULL || in cu_cpc_unprogram()
834 ctx = cpu_ctx->ctx_ptr_array[cpu_ctx->cur_index]; in cu_cpc_unprogram()
1079 kcpc_ctx_t **ctx_ptr_array; in cu_cpu_init() local
1113 if (cpu_ctx->nctx > 0 && cpu_ctx->ctx_ptr_array != NULL && in cu_cpu_init()
1155 ctx_ptr_array = NULL; in cu_cpu_init()
1168 if (ctx_ptr_array == NULL || ctx_ptr_array_sz <= 0) { in cu_cpu_init()
1178 cpu_ctx->ctx_ptr_array = ctx_ptr_array; in cu_cpu_init()
1252 if (cpu_ctx != NULL && cpu_ctx->ctx_ptr_array != NULL && in cu_cpu_fini()
[all …]
H A Dkcpc.c1896 kcpc_ctx_t ***ctx_ptr_array, size_t *ctx_ptr_array_sz) in kcpc_cpu_ctx_create() argument
1904 if (cp == NULL || ctx_ptr_array == NULL || ctx_ptr_array_sz == NULL || in kcpc_cpu_ctx_create()
2059 *ctx_ptr_array = NULL; in kcpc_cpu_ctx_create()
2064 *ctx_ptr_array = ctx_ptrs; in kcpc_cpu_ctx_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dcap_util.h101 kcpc_ctx_t **ctx_ptr_array; /* array of context pointers */ member
H A Dkcpc.h129 int kmem_flags, kcpc_ctx_t ***ctx_ptr_array, size_t *ctx_ptr_array_sz);