Home
last modified time | relevance | path

Searched refs:TCB_REF (Results 1 – 8 of 8) sorted by relevance

/seL4-master/src/fastpath/
A Dfastpath.c165 endpoint_ptr_set_epQueue_head_np(ep_ptr, TCB_REF(dest->tcbEPNext)); in fastpath_call()
204 TCB_REF(NODE_STATE(ksCurThread))); in fastpath_call()
429 endpoint_ptr_set_epQueue_head_np(ep_ptr, TCB_REF(NODE_STATE(ksCurThread))); in fastpath_reply_recv()
430 endpoint_ptr_mset_epQueue_tail_state(ep_ptr, TCB_REF(NODE_STATE(ksCurThread)), in fastpath_reply_recv()
436 endpoint_ptr_set_epQueue_head_np(ep_ptr, TCB_REF(queue.head)); in fastpath_reply_recv()
437 endpoint_ptr_mset_epQueue_tail_state(ep_ptr, TCB_REF(queue.end), EPState_Recv); in fastpath_reply_recv()
445 endpoint_ptr_mset_epQueue_tail_state(ep_ptr, TCB_REF(NODE_STATE(ksCurThread)), in fastpath_reply_recv()
/seL4-master/include/arch/riscv/arch/fastpath/
A Dfastpath.h105 *((word_t *)sp) = TCB_REF(cur_thread); in fastpath_restore()
117 register word_t cur_thread_reg asm("t0") = TCB_REF(cur_thread); in fastpath_restore()
/seL4-master/include/fastpath/
A Dfastpath.h76 cap_ptr->words[0] = TCB_REF(capTCBPtr) | (capReplyMaster << 4) | in cap_reply_cap_ptr_new_np()
/seL4-master/include/object/
A Dstructures.h94 #define TCB_REF(p) ((word_t)(p)) macro
/seL4-master/src/object/
A Dobjecttype.c544 return cap_thread_cap_new(TCB_REF(tcb)); in createObject()
A Dcnode.c767 slot->cap = cap_reply_cap_new(true, true, TCB_REF(thread)); in setupReplyMaster()
A Dtcb.c368 cteInsert(cap_reply_cap_new(canGrant, false, TCB_REF(sender)), in setupCallerCap()
/seL4-master/src/kernel/
A Dboot.c533 cap_t cap = cap_thread_cap_new(TCB_REF(tcb)); in create_initial_thread()

Completed in 15 milliseconds