Home
last modified time | relevance | path

Searched defs:cptr (Results 1 – 25 of 28) sorted by relevance

12

/seL4-master/include/arch/arm/arch/64/mode/machine/
A Dfpu.h87 word_t cptr; in enableTrapFpu() local
96 word_t cptr; in disableTrapFpu() local
/seL4-master/src/api/
A Dsyscall.c96 word_t cptr = getRegister(NODE_STATE(ksCurThread), capRegister); in handleUnknownSyscall() local
108 word_t cptr = getRegister(NODE_STATE(ksCurThread), capRegister); in handleUnknownSyscall() local
362 …andleInvocation(bool_t isCall, bool_t isBlocking, bool_t canDonate, bool_t firstPhase, cptr_t cptr) in handleInvocation()
378 cptr_t cptr = getRegister(thread, capRegister); in handleInvocation() local
598 #define handleInvocation(isCall, isBlocking, canDonate, firstPhase, cptr) handleInvocation(isCall, … argument
/seL4-master/include/benchmark/
A Dbenchmark_track.h50 static inline void benchmark_debug_syscall_start(word_t cptr, word_t msgInfo, word_t syscall) in benchmark_debug_syscall_start()
/seL4-master/src/arch/arm/object/
A Dsmmu.c21 exception_t decodeARMSIDControlInvocation(word_t label, unsigned int length, cptr_t cptr, in decodeARMSIDControlInvocation()
96 exception_t decodeARMSIDInvocation(word_t label, unsigned int length, cptr_t cptr, in decodeARMSIDInvocation()
182 exception_t decodeARMCBControlInvocation(word_t label, unsigned int length, cptr_t cptr, in decodeARMCBControlInvocation()
246 exception_t decodeARMCBInvocation(word_t label, unsigned int length, cptr_t cptr, in decodeARMCBInvocation()
A Dvcpu.c473 cptr_t cptr, in decodeARMVCPUInvocation()
/seL4-master/src/fastpath/
A Dfastpath.c22 void NORETURN fastpath_call(word_t cptr, word_t msgInfo) in fastpath_call()
227 void NORETURN fastpath_reply_recv(word_t cptr, word_t msgInfo, word_t reply) in fastpath_reply_recv()
/seL4-master/src/arch/x86/
A Dc_traps.c145 void VISIBLE NORETURN c_handle_syscall(word_t cptr, word_t msgInfo, syscall_t syscall, word_t reply) in c_handle_syscall()
/seL4-master/src/arch/riscv/
A Dc_traps.c208 void VISIBLE NORETURN c_handle_syscall(word_t cptr, word_t msgInfo, syscall_t syscall) in c_handle_syscall()
/seL4-master/src/arch/arm/
A Dc_traps.c127 void VISIBLE c_handle_syscall(word_t cptr, word_t msgInfo, syscall_t syscall) in c_handle_syscall()
/seL4-master/src/arch/x86/64/object/
A Dobjecttype.c320 cptr_t cptr, in Mode_decodeInvocation()
/seL4-master/src/arch/x86/32/object/
A Dobjecttype.c196 cptr_t cptr, in Mode_decodeInvocation()
/seL4-master/src/arch/x86/object/
A Dioport.c106 cptr_t cptr, in decodeX86PortControlInvocation()
235 cptr_t cptr, in decodeX86PortInvocation()
A Dobjecttype.c507 cptr_t cptr, in Arch_decodeInvocation()
A Dvcpu.c940 cptr_t cptr, in decodeX86VCPUInvocation()
/seL4-master/include/fastpath/
A Dfastpath.h10 static inline cap_t FORCE_INLINE lookup_fp(cap_t cap, cptr_t cptr) in lookup_fp()
/seL4-master/libsel4/include/sel4/
A Dfunctions.h76 LIBSEL4_INLINE_FUNC void seL4_SetCap(int i, seL4_CPtr cptr) in seL4_SetCap()
/seL4-master/src/arch/arm/64/object/
A Dobjecttype.c474 exception_t Arch_decodeInvocation(word_t label, word_t length, cptr_t cptr,
/seL4-master/src/arch/arm/32/object/
A Dobjecttype.c536 exception_t Arch_decodeInvocation(word_t invLabel, word_t length, cptr_t cptr,
/seL4-master/src/arch/riscv/object/
A Dobjecttype.c294 cptr_t cptr, in Arch_decodeInvocation()
/seL4-master/src/arch/x86/32/kernel/
A Dvspace.c630 cptr_t cptr, in decodeX86ModeMMUInvocation()
/seL4-master/src/object/
A Dcnode.c892 cptr_t cptr; in getReceiveSlots() local
/seL4-master/src/arch/x86/kernel/
A Dvspace.c1248 cptr_t cptr, in decodeX86MMUInvocation()
A Dept.c366 cptr_t cptr, in decodeX86EPTInvocation()
/seL4-master/src/arch/arm/32/kernel/
A Dvspace.c1996 cptr_t cptr, cte_t *cte, cap_t cap,
2497 exception_t decodeARMMMUInvocation(word_t invLabel, word_t length, cptr_t cptr,
/seL4-master/src/arch/riscv/kernel/
A Dvspace.c926 exception_t decodeRISCVMMUInvocation(word_t label, word_t length, cptr_t cptr, in decodeRISCVMMUInvocation()

Completed in 35 milliseconds

12