Searched refs:sys_madvise (Results 1 - 10 of 10) sorted by path

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c236 long sys_madvise(va_list ap);
577 syscall_table[__NR_madvise] = sys_madvise;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c853 long sys_madvise(va_list ap) { function
854 assert(!"sys_madvise not implemented");
2009 long sys_madvise(va_list ap) { function
2010 assert(!"sys_madvise not implemented");
/seL4-refos-master/libs/libsel4muslcsys/src/
H A Dsys_morecore.c332 /* This is a "dummy" implementation of sys_madvise() to satisfy free() in muslc. */
333 long sys_madvise(va_list ap) function
335 ZF_LOGV("calling dummy version of sys_madvise()\n");
H A Dsyscalls.h44 long sys_madvise(va_list ap);
H A Dvsyscall.c162 [__NR_madvise] = sys_madvise,
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c236 long sys_madvise(va_list ap);
577 syscall_table[__NR_madvise] = sys_madvise;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c853 long sys_madvise(va_list ap) { function
854 assert(!"sys_madvise not implemented");
2009 long sys_madvise(va_list ap) { function
2010 assert(!"sys_madvise not implemented");
/seL4-refos-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dsys_morecore.c332 /* This is a "dummy" implementation of sys_madvise() to satisfy free() in muslc. */
333 long sys_madvise(va_list ap) function
335 ZF_LOGV("calling dummy version of sys_madvise()\n");
H A Dsyscalls.h44 long sys_madvise(va_list ap);
H A Dvsyscall.c162 [__NR_madvise] = sys_madvise,

Completed in 164 milliseconds