Searched defs:cptr (Results 1 - 25 of 35) sorted by relevance

12

/seL4-refos-master/kernel/include/benchmark/
H A Dbenchmark_track.h50 static inline void benchmark_debug_syscall_start(word_t cptr, word_t msgInfo, word_t syscall) argument
/seL4-refos-master/kernel/src/arch/arm/
H A Dc_traps.c126 void VISIBLE c_handle_syscall(word_t cptr, word_t msgInfo, syscall_t syscall) argument
[all...]
/seL4-refos-master/kernel/include/arch/arm/arch/64/mode/machine/
H A Dfpu.h87 word_t cptr; local
96 word_t cptr; local
/seL4-refos-master/kernel/src/arch/riscv/
H A Dc_traps.c160 void VISIBLE NORETURN c_handle_syscall(word_t cptr, word_t msgInfo, word_t unused1, word_t unused2, word_t unused3, argument
/seL4-refos-master/kernel/src/arch/x86/
H A Dc_traps.c142 void VISIBLE NORETURN c_handle_syscall(word_t cptr, word_t msgInfo, syscall_t syscall, word_t reply) argument
/seL4-refos-master/libs/librefos/include/refos-rpc/
H A Drpc.h54 typedef seL4_CPtr cptr; typedef
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos-rpc/
H A Drpc.h54 typedef seL4_CPtr cptr; typedef
/seL4-refos-master/kernel/src/arch/x86/64/object/
H A Dobjecttype.c317 Mode_decodeInvocation( word_t label, word_t length, cptr_t cptr, cte_t *slot, cap_t cap, extra_caps_t extraCaps, word_t *buffer ) argument
/seL4-refos-master/projects/seL4_libs/libsel4allocman/src/cspace/
H A Dtwo_level.c239 seL4_CPtr cptr = slot->capPtr; local
/seL4-refos-master/libs/libsel4allocman/src/cspace/
H A Dtwo_level.c239 seL4_CPtr cptr = slot->capPtr; local
/seL4-refos-master/kernel/src/fastpath/
H A Dfastpath.c24 void NORETURN fastpath_call(word_t cptr, word_t msgInfo) argument
231 void NORETURN fastpath_reply_recv(word_t cptr, word_t msgInfo, word_t reply) argument
/seL4-refos-master/kernel/libsel4/include/sel4/
H A Dfunctions.h77 LIBSEL4_INLINE_FUNC void seL4_SetCap(int i, seL4_CPtr cptr) argument
/seL4-refos-master/libs/libsel4/include/sel4/
H A Dfunctions.h77 LIBSEL4_INLINE_FUNC void seL4_SetCap(int i, seL4_CPtr cptr) argument
/seL4-refos-master/kernel/src/arch/x86/32/object/
H A Dobjecttype.c193 Mode_decodeInvocation( word_t invLabel, word_t length, cptr_t cptr, cte_t *slot, cap_t cap, extra_caps_t excaps, word_t *buffer ) argument
/seL4-refos-master/kernel/src/arch/x86/object/
H A Dobjecttype.c504 Arch_decodeInvocation( word_t invLabel, word_t length, cptr_t cptr, cte_t *slot, cap_t cap, extra_caps_t excaps, bool_t call, word_t *buffer ) argument
H A Dioport.c103 decodeX86PortControlInvocation( word_t invLabel, word_t length, cptr_t cptr, cte_t *slot, cap_t cap, extra_caps_t excaps, word_t *buffer ) argument
233 decodeX86PortInvocation( word_t invLabel, word_t length, cptr_t cptr, cte_t *slot, cap_t cap, extra_caps_t excaps, bool_t call, word_t *buffer ) argument
/seL4-refos-master/kernel/include/fastpath/
H A Dfastpath.h10 static inline cap_t FORCE_INLINE lookup_fp(cap_t cap, cptr_t cptr) argument
/seL4-refos-master/kernel/src/arch/riscv/object/
H A Dobjecttype.c291 Arch_decodeInvocation( word_t label, word_t length, cptr_t cptr, cte_t *slot, cap_t cap, extra_caps_t extraCaps, bool_t call, word_t *buffer ) argument
/seL4-refos-master/kernel/src/arch/arm/32/object/
H A Dobjecttype.c536 exception_t Arch_decodeInvocation(word_t invLabel, word_t length, cptr_t cptr, argument
/seL4-refos-master/kernel/src/arch/arm/64/object/
H A Dobjecttype.c474 exception_t Arch_decodeInvocation(word_t label, word_t length, cptr_t cptr, argument
/seL4-refos-master/libs/libsel4vka/include/vka/
H A Dobject.h31 seL4_CPtr cptr; member in struct:vka_object
[all...]
/seL4-refos-master/projects/seL4_libs/libsel4vka/include/vka/
H A Dobject.h31 seL4_CPtr cptr; member in struct:vka_object
[all...]
/seL4-refos-master/kernel/src/arch/arm/object/
H A Dvcpu.c462 decodeARMVCPUInvocation( word_t label, unsigned int length, cptr_t cptr, cte_t *slot, cap_t cap, extra_caps_t extraCaps, bool_t call, word_t *buffer ) argument
H A Dsmmu.c21 exception_t decodeARMSIDControlInvocation(word_t label, unsigned int length, cptr_t cptr, argument
97 exception_t decodeARMSIDInvocation(word_t label, unsigned int length, cptr_t cptr, argument
184 exception_t decodeARMCBControlInvocation(word_t label, unsigned int length, cptr_t cptr, argument
249 exception_t decodeARMCBInvocation(word_t label, unsigned int length, cptr_t cptr, argument
/seL4-refos-master/kernel/src/api/
H A Dsyscall.c100 word_t cptr = getRegister(NODE_STATE(ksCurThread), capRegister); local
112 word_t cptr = getRegister(NODE_STATE(ksCurThread), capRegister); local
366 static exception_t handleInvocation(bool_t isCall, bool_t isBlocking, bool_t canDonate, bool_t firstPhase, cptr_t cptr) argument
382 cptr_t cptr = getRegister(thread, capRegister); local
[all...]

Completed in 116 milliseconds

12