Searched refs:__mprotect (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/mman/
H A Dmprotect.c5 int __mprotect(void *addr, size_t len, int prot) function
13 weak_alias(__mprotect, mprotect);
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_create.c11 int __mprotect(void *, size_t, int);
242 if (__mprotect(map+guard, size-guard, PROT_READ|PROT_WRITE)

Completed in 79 milliseconds