Searched refs:context (Results 126 - 150 of 193) sorted by relevance

12345678

/barrelfish-master/tools/fof/
H A DIntroduction.tex7 working language designer. Developed in the context of
/barrelfish-master/doc/017-arm/
H A DARM.tex334 changed on every context switch. At startup, the kernel uses another
342 hardware page table and changes on a context switch. TTBR1 does not
434 Depending on this, context is saved in a different area of the
458 If the syscall was issued from user space, context is saved in either
462 If the syscall was issued from kernel space, no context is saved and
494 If the syscall was issued from user space, context is saved in either
498 If the syscall was issued from kernel space, context is saved in
508 If the syscall was issued from user space, context is saved in either
512 If the syscall was issued from kernel space, context is saved in
528 context o
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Diwcm.c76 * is called in the interrupt context).
87 * cm_conn_req_handler() runs in the workqueue thread context.
195 void *context)
206 cm_id_priv->id.context = context;
602 * listen_cm_id contains the client cm_handler, context and
637 listen_id_priv->id.context);
882 * This function is called on interrupt context. Schedule events on
192 iw_create_cm_id(struct ib_device *device, struct socket *so, iw_cm_handler cm_handler, void *context) argument
H A Duser_mad.c199 struct ib_umad_file *file = agent->context;
200 struct ib_umad_packet *packet = send_wc->send_buf->context[0];
218 struct ib_umad_file *file = agent->context;
534 packet->msg->context[0] = packet;
H A Dmad.c208 void *context) {
320 mad_agent_priv->agent.context = context;
446 void *context)
481 mad_snoop_priv->agent.context = context;
1170 void *context)
204 ib_register_mad_agent(struct ib_device *device, u8 port_num, enum ib_qp_type qp_type, struct ib_mad_reg_req *mad_reg_req, u8 rmpp_version, ib_mad_send_handler send_handler, ib_mad_recv_handler recv_handler, void *context) argument
/barrelfish-master/usr/acpi/
H A Dacpi_ec.c188 void *context, void **retval)
187 ec_probe(ACPI_HANDLE handle, uint32_t nestlevel, void *context, void **retval) argument
/barrelfish-master/lib/libc/net/
H A Dsctp_sys_calls.c524 uint32_t context)
534 sinfo.sinfo_context = context;
614 sinfo->sinfo_context = context;
793 uint32_t context)
802 sinfo.sinfo_context = context;
515 sctp_sendmsg(int s, const void *data, size_t len, const struct sockaddr *to, socklen_t tolen, uint32_t ppid, uint32_t flags, uint16_t stream_no, uint32_t timetolive, uint32_t context) argument
784 sctp_sendmsgx(int sd, const void *msg, size_t len, struct sockaddr *addrs, int addrcnt, uint32_t ppid, uint32_t flags, uint16_t stream_no, uint32_t timetolive, uint32_t context) argument
/barrelfish-master/lib/cxx/unwind/
H A DUnwindCursor.hpp461 UnwindCursor(unw_context_t *context, A &as);
462 UnwindCursor(CONTEXT *context, A &as);
529 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) argument
537 // Initialize MS context from ours.
538 R r(context);
630 UnwindCursor<A, R>::UnwindCursor(CONTEXT *context, A &as) argument
638 _msContext = *context;
881 UnwindCursor(unw_context_t *context, A &as);
1156 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) argument
1157 : _addressSpace(as), _registers(context), _unwindInfoMissin
[all...]
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsmodules.tex57 be used in a particular context.
95 specify a module, you inherit the module from the context in which
200 they module where it appears, but \emph{only} in the context of the
532 certain module context in order to obey the correct syntax of this module.
606 to happen \emph{in the context} of module main.
677 specifies the caller module (to know the context)
819 imported into another module. The call will happen in the context of
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Dmultiuser-sec.tex42 access of shared relations must be performed within a {\em transaction} context.
98 possible within a transaction context.
99 If a database access is made outside a transaction context
104 A transaction context is established as follows:
H A Dkernel-lst.tex134 \item[transaction(+Goal)]{Meta calls {\it Goal} in a transaction context.}
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dsolverinter.tex48 Note that in this context, integers are considered a subset of the reals.
57 Note that in this context,
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha1-thumb.pl127 mov $ctx,r0 @ save context
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Devents.pl84 % 3 ContextModule context module (if not known, same as lookup module)
110 atom(CM), % The context module may not be checked yet,
146 atom(CM), % The context module is not checked yet,
410 print_syntax_error(Id, context(_Stream, Device, Name, Line, String, From, Where)) ?- !,
434 context(Stream, DevName, Name, ErrLine, String, From, Where)) :-
445 % Get some left and right context of the error. This is rather tricky,
455 % get limited amount of right context
479 % Do a rough skip, as we can't seek back to get the context
483 % get limited amount of right context
498 % Get context lef
[all...]
H A Dbranch_and_bound.pl728 and Module is the context module of the minimisation.
741 and Module is the context module of the minimisation.
753 and Module is the context module of the minimisation.
972 and Module is the context module of the minimisation.
985 and Module is the context module of the minimisation.
997 and Module is the context module of the minimisation.
H A Dforall.pl83 for declaring variables in Goal global, ie shared with the context.
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dtkdebug.tex221 execution of the program in the context of the source, highlighting the
231 can ne switched between the source context view, and a more traditional
259 the source context view. The code for the predicate is:
496 the editor from within \eclipse. For example, from the source context view
505 displayed. Holding down your right mouse button in the source context
547 context view).
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dread.pl118 % parses a Token List in a context of given Precedence,
219 syntax_error([prefix,operator,Op,in,context,
243 % is true when the right context TokenList of a prefix operator
H A Ddistfix.pl156 % parses a Token List in a context of given Precedence,
265 syntax_error([prefix,operator,Op,in,context,
289 % is true when the right context TokenList of a prefix operator
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c200 void *context)
203 struct mlx4_alias_guid_work_context *cb_ctx = context;
209 if (!context)
198 aliasguid_query_handler(int status, struct ib_sa_guidinfo_rec *guid_rec, void *context) argument
H A Dmlx4_ib.h469 * it may be called from interrupt context.*/
627 int mlx4_ib_db_map_user(struct mlx4_ib_ucontext *context, unsigned long virt,
629 void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db);
650 int vector, struct ib_ucontext *context, struct ib_udata *udata);
/barrelfish-master/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_verbs.h963 struct ib_ucontext *context; /*associated user context*/ member in struct:ib_uobject
965 struct list_head list; /*link to context's list*/
980 struct list_head list; link to context's list
1202 int (*dealloc_ucontext)(struct ib_ucontext *context);
1203 int (*mmap)(struct ib_ucontext *context, struct vm_area_struct *vma);
1206 struct ib_ucontext *context, struct ib_udata *udata);
1240 int comp_vector, struct ib_ucontext *context,
1301 int (*reg_xrc_rcv_qp)(struct ib_xrcd *xrcd, void *context, u32 qp_num);
1302 int (*unreg_xrc_rcv_qp)(struct ib_xrcd *xrcd, void *context, u3
[all...]
/barrelfish-master/usr/drivers/megaraid/
H A Dmegaraid.c304 * mrsas_mfi_cmd given the context. The free commands are maintained in a
341 cmd->frame->io.context = cmd->index;
354 * An array is allocated with mrsas_mpt_cmd context. The free commands are
494 mfi_cmd->cmd_id.context.smid = mpt_cmd->index;
576 idx = cmd->cmd_id.context.smid;
1514 * event processing from thread context by enqueuing task
/barrelfish-master/doc/021-cpudriver/
H A Dcpudriver.tex289 which is loaded on context-switching using the
309 preserved and restored across context switches.
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembfunc.tex160 If the external is needed in the context of an {\eclipse} which is itself

Completed in 306 milliseconds

12345678