Searched defs:src (Results 1 - 25 of 44) sorted by relevance

12

/seL4-l4v-master/seL4/libsel4/arch_include/x86/sel4/arch/
H A Dsyscalls.h15 LIBSEL4_INLINE_FUNC seL4_MessageInfo_t seL4_Poll(seL4_CPtr src, seL4_Word *sender) argument
20 LIBSEL4_INLINE_FUNC void seL4_Wait(seL4_CPtr src, seL4_Word *sender) argument
24 LIBSEL4_INLINE_FUNC seL4_MessageInfo_t seL4_Poll(seL4_CPtr src, seL4_Word *sender) argument
/seL4-l4v-master/l4v/tools/autocorres/tests/examples/
H A Dmemcpy.c7 void *memcpy(void *dest, void *src, unsigned long size) argument
17 int *memcpy_int(int *dest, int *src) argument
28 memcpy_struct(struct my_structure *dest, struct my_structure *src) argument
/seL4-l4v-master/seL4/src/
H A Dstring.c18 word_t strlcpy(char *dest, const char *src, word_t size) argument
28 word_t strlcat(char *dest, const char *src, word_t size) argument
/seL4-l4v-master/seL4/include/arch/arm/arch/64/mode/machine/
H A Dfpu.h50 static inline void loadFpuState(user_fpu_state_t *src) argument
/seL4-l4v-master/seL4/src/arch/x86/64/kernel/
H A Delf.c51 paddr_t src; local
/seL4-l4v-master/seL4/src/arch/x86/32/kernel/
H A Delf.c54 paddr_t src; local
/seL4-l4v-master/seL4/include/arch/riscv/arch/machine/
H A Dfpu.h107 static inline void loadFpuState(user_fpu_state_t *src) argument
/seL4-l4v-master/HOL4/polyml/libpolyml/
H A Dgc_copy_phase.cpp192 static bool FindNextSpace(LocalMemSpace *src, LocalMemSpace **dst, bool isMutable, GCTaskId *id) argument
240 LocalMemSpace *src = *i; local
[all...]
/seL4-l4v-master/seL4/libsel4/sel4_arch_include/aarch64/sel4/sel4_arch/
H A Dsyscalls.h102 static inline void arm_sys_send_null(seL4_Word sys, seL4_Word src, seL4_Word info_arg) argument
116 static inline void arm_sys_recv(seL4_Word sys, seL4_Word src, seL4_Word *out_badge, seL4_Word *out_info, argument
178 static inline void arm_sys_nbsend_recv(seL4_Word sys, seL4_Word dest, seL4_Word src, seL4_Word *out_badge, argument
/seL4-l4v-master/seL4/libsel4/sel4_arch_include/aarch32/sel4/sel4_arch/
H A Dsyscalls.h101 static inline void arm_sys_send_null(seL4_Word sys, seL4_Word src, seL4_Word info_arg) argument
115 static inline void arm_sys_recv(seL4_Word sys, seL4_Word src, seL4_Word *out_badge, seL4_Word *out_info, argument
178 static inline void arm_sys_nbsend_recv(seL4_Word sys, seL4_Word dest, seL4_Word src, seL4_Word *out_badge, argument
/seL4-l4v-master/seL4/include/arch/x86/arch/32/mode/fastpath/
H A Dfastpath.h73 static inline void fastpath_copy_mrs(word_t length, tcb_t *src, tcb_t *dest) argument
/seL4-l4v-master/seL4/include/arch/arm/arch/64/mode/fastpath/
H A Dfastpath.h78 static inline void fastpath_copy_mrs(word_t length, tcb_t *src, tcb_t *dest) argument
/seL4-l4v-master/seL4/libsel4/sel4_arch_include/arm_hyp/sel4/sel4_arch/
H A Dsyscalls.h101 static inline void arm_sys_send_null(seL4_Word sys, seL4_Word src, seL4_Word info_arg) argument
115 static inline void arm_sys_recv(seL4_Word sys, seL4_Word src, seL4_Word *out_badge, seL4_Word *out_info, argument
178 static inline void arm_sys_nbsend_recv(seL4_Word sys, seL4_Word dest, seL4_Word src, seL4_Word *out_badge, argument
/seL4-l4v-master/HOL4/examples/muddy/muddyC/buddy/examples/solitare/
H A Dsolitare.cxx92 bdd all_other_idle(int src, int tmp, int dst) argument
107 bdd make_move(int src, int tmp, int dst) argument
/seL4-l4v-master/HOL4/examples/muddy/muddyC/buddy/src/
H A Dprime.c142 static unsigned int numberOfBits(unsigned int src) argument
158 isWitness(unsigned int witness, unsigned int src) argument
181 isMillerRabinPrime(unsigned int src) argument
201 hasEasyFactors(unsigned int src) argument
211 isPrime(unsigned int src) argument
224 bdd_prime_gte(unsigned int src) argument
236 bdd_prime_lte(unsigned int src) argument
[all...]
H A Dcppext.cxx538 bvec bvec::operator=(const bvec &src) argument
/seL4-l4v-master/seL4/include/arch/x86/arch/64/mode/fastpath/
H A Dfastpath.h96 static inline void fastpath_copy_mrs(word_t length, tcb_t *src, tcb_t *dest) argument
/seL4-l4v-master/seL4/include/arch/arm/arch/32/mode/machine/
H A Dfpu.h179 static inline void loadFpuState(user_fpu_state_t *src) argument
/seL4-l4v-master/seL4/include/arch/arm/arch/32/mode/fastpath/
H A Dfastpath.h94 static inline void fastpath_copy_mrs(word_t length, tcb_t *src, tcb_t *dest) argument
/seL4-l4v-master/seL4/include/arch/x86/arch/machine/
H A Dfpu.h78 static inline void loadFpuState(user_fpu_state_t *src) argument
[all...]
/seL4-l4v-master/seL4/libsel4/sel4_arch_include/x86_64/sel4/sel4_arch/
H A Dsyscalls_sysenter.h88 static inline void x64_sys_recv(seL4_Word sys, seL4_Word src, seL4_Word *out_badge, seL4_Word *out_info, argument
159 static inline void x64_sys_nbsend_recv(seL4_Word sys, seL4_Word dest, seL4_Word src, seL4_Word *out_dest, argument
H A Dsyscalls_syscall.h84 static inline void x64_sys_recv(seL4_Word sys, seL4_Word src, seL4_Word *out_badge, seL4_Word *out_info, argument
152 static inline void x64_sys_nbsend_recv(seL4_Word sys, seL4_Word dest, seL4_Word src, seL4_Word *out_dest, argument
/seL4-l4v-master/seL4/include/arch/riscv/arch/fastpath/
H A Dfastpath.h76 static inline void fastpath_copy_mrs(word_t length, tcb_t *src, tcb_t *dest) argument
/seL4-l4v-master/HOL4/src/HolSat/
H A DdimacsTools.sml[all...]
/seL4-l4v-master/HOL4/polyml/basis/
H A DWord8Array.sml373 val (src, start, length) = base src value
[all...]

Completed in 225 milliseconds

12