Searched refs:context (Results 151 - 175 of 193) sorted by relevance

12345678

/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumscmdlineopts.tex107 created by the system, which serves as the context for \notation{-f} and
H A Dumslanguage.tex79 be used in any context and is as efficient as using the structures
404 the loop context, and shared among all iterations of the loop.
483 A do-loop in a grammar rule context will generate (or parse) the
H A Dumsio.tex136 depending on the context where it is used.
1061 & & print assuming given context precedence \\
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dmain.c620 struct mlx4_ib_ucontext *context;
650 context = malloc(sizeof *context);
651 if (!context)
654 err = mlx4_uar_alloc(to_mdev(ibdev)->dev, &context->uar);
656 free(context);
660 INIT_LIST_HEAD(&context->db_page_list);
661 mutex_init(&context->db_page_mutex);
669 mlx4_uar_free(to_mdev(ibdev)->dev, &context->uar);
670 free(context);
795 mlx4_ib_alloc_pd(struct ib_device *ibdev, struct ib_ucontext *context, struct ib_udata *udata) argument
[all...]
/barrelfish-master/kernel/
H A Dsyscall.c860 genvaddr_t entry, genpaddr_t context)
878 err = start_fn(target, entry, context);
859 sys_monitor_spawn_core(hwid_t target, enum cpu_type cpu_type, genvaddr_t entry, genpaddr_t context) argument
/barrelfish-master/doc/022-armv8/
H A Dreport.tex259 inter-procedural state such as the thread context.
434 flushing the translation cache on a context switch.
436 ARMv8 ASIDs (referred to in ARM documentation as context IDs) are
440 reasonably-sized system. Managing the reuse of context IDs can be left to
441 user-level code, and does not need to be on the critical path of a context
583 driver. In practice, its design will be closely tied to the context switch and
654 configuration, and any binaries needed, using the same PXE context with which
945 restores a user-level execution context simultaneously with dropping from a
949 mind. Thus, the primitives available for restoring an execution context i.e.
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h128 struct mthca_cmd_context *context; member in struct:mthca_cmd
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dmlx4.h613 struct mlx4_cmd_context *context; member in struct:mlx4_cmd
/barrelfish-master/lib/lwip2/src/netif/
H A Dlowpan6.c571 lowpan6_set_context(u8_t idx, const ip6_addr_t * context) argument
577 ip6_addr_set(&lowpan6_context[idx], context);
785 /* Set prefix from context info */
856 /* Set prefix from context info */
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Ducm.c359 ctx = cm_id->context;
431 ctx->cm_id->context = ctx;
H A Ducma.c249 struct ucma_context *ctx = cm_id->context;
277 * their context. This can only happen if an error occurs on a
333 ctx->cm_id->context = ctx;
/barrelfish-master/doc/011-idc/
H A DIDC.tex185 to be created in the context of both the interface file and the programming
236 @\synit{context}\verb+(+\synit{name}\verb+=+\synit{value}, \ldots \verb+)+ \synit{(optional)}
245 The meta-parameters beginning with the context identifier are optional and may
273 @\synit{context}\verb+(+\synit{name}\verb+=+\synit{value}, \ldots \verb+)+ \synit{(optional)}
724 term ``channel'' is now something of a misnomer in this context, as events are
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dicintro.tex419 When constraints appear in an expression context,
427 place it in an expression context (i.e.\ on either side of a \verb|$=|,
482 in an expression context and as such should provide a version with an extra
H A Dsetsolver.tex48 In the context of the {\em ic_sets} library, (ground) integer sets are
H A Deprolog.tex105 while the input list and Sum are shared with the context.
153 for declaring variables in Goals global, i.e.\ shared with the context.
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Delipsys.pl473 ** will protect the Action in the context of <event> i.e. Action is
486 ** context of block/3
H A Dmegalog.pl298 ** will protect the Action in the context of <event> i.e. Action is
311 ** context of block/3
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dio.tex184 \item the context module is relevant for the output syntax created
H A Druntime.tex429 \index{context module}
432 places, because many properties are sensitive to their module context.
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dsparcv9-mont.pl101 ld [$ap],$car0 ! ap[0] ! redundant in squaring context
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A Dclients.tex312 mouse button in order to bring up the context sensitive actions menu.
459 graphical context to be associated with the visualisation of a program.
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dgfd.tex453 Within the expression context, the constraint evaluates to its
479 an expression context. The expression then effectively
517 This is similar to {\texttt \#=} used in an expression context.
544 an expression context. The expression then effectively
H A Dic.tex416 Within the expression context, the constraint evaluates to its
674 context, then they evaluate to their reified truth value. Practically
681 place it in an expression context (i.e.\ on either side of a \verb|$=|,
759 expression context and as such should provide forms where the last argument
/barrelfish-master/doc/014-bulk-transfer/
H A Dbulk-transfer.tex189 LMP's are used for communication which involves doing context-switch in
193 context-switch is relatively high.
199 %behind them yet, but my preliminary guess was that context switches on
759 consumer-id and slot-pointers are only valid in context of particular
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembed.tex230 \section{Creating an {\eclipse} context}
488 and garbage collection, modifications that can be undone in a search context,

Completed in 338 milliseconds

12345678