Searched defs:thread (Results 1 - 25 of 46) sorted by relevance

12

/seL4-l4v-master/seL4/include/arch/x86/arch/kernel/
H A Dthread.h17 static inline bool_t CONST Arch_getSanitiseRegisterInfo(tcb_t *thread) argument
/seL4-l4v-master/seL4/include/arch/riscv/arch/kernel/
H A Dthread.h17 static inline bool_t CONST Arch_getSanitiseRegisterInfo(tcb_t *thread) argument
/seL4-l4v-master/seL4/include/machine/
H A Dfpu.h28 static inline bool_t nativeThreadUsingFPU(tcb_t *thread) argument
34 static inline void FORCE_INLINE lazyFPURestore(tcb_t *thread) argument
H A Dregisterset.h29 static inline void setRegister(tcb_t *thread, register_t reg, word_t w) argument
34 static inline word_t PURE getRegister(tcb_t *thread, register_t reg) argument
/seL4-l4v-master/seL4/include/32/mode/api/
H A Dipc_buffer.h18 static inline word_t mode_setTimeArg(word_t i, time_t time, word_t *buffer, tcb_t *thread) argument
/seL4-l4v-master/seL4/include/64/mode/api/
H A Dipc_buffer.h17 static inline word_t mode_setTimeArg(word_t i, time_t time, word_t *buffer, tcb_t *thread) argument
/seL4-l4v-master/seL4/include/arch/arm/arch/32/mode/kernel/
H A Dthread.h37 static inline bool_t PURE Arch_getSanitiseRegisterInfo(tcb_t *thread) argument
/seL4-l4v-master/seL4/include/arch/arm/arch/64/mode/kernel/
H A Dthread.h28 static inline bool_t CONST Arch_getSanitiseRegisterInfo(tcb_t *thread) argument
/seL4-l4v-master/seL4/src/arch/arm/machine/
H A Dhardware.c12 word_t PURE getRestartPC(tcb_t *thread) argument
17 void setNextPC(tcb_t *thread, word_t v) argument
/seL4-l4v-master/seL4/src/machine/
H A Dfpu.c61 void fpuThreadDelete(tcb_t *thread) argument
/seL4-l4v-master/seL4/src/arch/arm/object/
H A Dtcb.c26 void Arch_migrateTCB(tcb_t *thread) argument
/seL4-l4v-master/seL4/src/arch/riscv/object/
H A Dtcb.c26 void Arch_migrateTCB(tcb_t *thread) argument
H A Dobjecttype.c305 void Arch_prepareThreadDelete(tcb_t *thread) argument
/seL4-l4v-master/seL4/include/kernel/
H A Dthread.h39 static inline bool_t PURE isRunnable(const tcb_t *thread) argument
[all...]
/seL4-l4v-master/seL4/src/arch/x86/machine/
H A Dhardware.c30 word_t PURE getRestartPC(tcb_t *thread) argument
35 void setNextPC(tcb_t *thread, word_t v) argument
/seL4-l4v-master/seL4/src/arch/x86/object/
H A Dtcb.c85 void Arch_migrateTCB(tcb_t *thread) argument
H A Dobjecttype.c543 void Arch_prepareThreadDelete(tcb_t *thread) argument
/seL4-l4v-master/seL4/src/kernel/
H A Dcspace.c15 lookupCap_ret_t lookupCap(tcb_t *thread, cptr_t cPtr) argument
32 lookupCapAndSlot_ret_t lookupCapAndSlot(tcb_t *thread, cptr_t cPtr) argument
51 lookupSlot_raw_ret_t lookupSlot(tcb_t *thread, cptr_t capptr) argument
/seL4-l4v-master/seL4/include/arch/x86/arch/32/mode/fastpath/
H A Dfastpath.h29 static inline void FORCE_INLINE switchToThread_fp(tcb_t *thread, vspace_root_t *pd, pde_t stored_hw_asid) argument
47 benchmark_utilisation_switch(NODE_STATE(ksCurThread), thread); local
/seL4-l4v-master/seL4/include/arch/arm/arch/64/mode/fastpath/
H A Dfastpath.h31 switchToThread_fp(tcb_t *thread, vspace_root_t *vroot, pde_t stored_hw_asid) argument
42 benchmark_utilisation_switch(NODE_STATE(ksCurThread), thread); local
/seL4-l4v-master/seL4/manual/parts/
H A Dbootup.tex[all...]
/seL4-l4v-master/seL4/include/arch/x86/arch/64/mode/fastpath/
H A Dfastpath.h37 static inline void FORCE_INLINE switchToThread_fp(tcb_t *thread, vspace_root_t *vroot, pde_t stored_hw_asid) argument
64 benchmark_utilisation_switch(NODE_STATE(ksCurThread), thread); local
/seL4-l4v-master/seL4/include/arch/arm/arch/32/mode/fastpath/
H A Dfastpath.h43 static inline void FORCE_INLINE switchToThread_fp(tcb_t *thread, pde_t *cap_pd, pde_t stored_hw_asid) argument
54 benchmark_utilisation_switch(NODE_STATE(ksCurThread), thread); local
/seL4-l4v-master/seL4/include/arch/x86/arch/machine/
H A Dfpu.h115 static inline bool_t vcpuThreadUsingFPU(tcb_t *thread) argument
/seL4-l4v-master/seL4/include/arch/riscv/arch/fastpath/
H A Dfastpath.h37 static inline void FORCE_INLINE switchToThread_fp(tcb_t *thread, pte_t *vroot, pte_t stored_hw_asid) argument

Completed in 91 milliseconds

12