Searched defs:prot (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/linux/
H A Dremap_file_pages.c5 int remap_file_pages(void *addr, size_t size, int prot, size_t pgoff, int flags) argument
/seL4-refos-master/libs/libmuslc/src/mman/
H A Dmprotect.c5 int __mprotect(void *addr, size_t len, int prot) argument
H A Dmmap.c15 void *__mmap(void *start, size_t len, int prot, int flags, int fd, off_t off) argument
/seL4-refos-master/libs/librefossys/src/
H A Dsys_morecore.c116 int prot = va_arg(ap, int); local
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_morecore.c116 int prot = va_arg(ap, int); local
/seL4-refos-master/libs/libsel4muslcsys/src/
H A Dsys_morecore.c70 long sys_mmap_impl(void *addr, size_t length, int prot, int flags, int fd, off_t offset) argument
193 static long sys_mmap_impl_static(void *addr, size_t length, int prot, int flags, int fd, off_t offset) argument
210 static long sys_mmap_impl_dynamic(void *addr, size_t length, int prot, int flags, int fd, off_t offset) argument
227 long sys_mmap_impl(void *addr, size_t length, int prot, int flags, int fd, off_t offset) argument
343 int prot = va_arg(ap, int); local
354 int prot = va_arg(ap, int); local
[all...]
/seL4-refos-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dsys_morecore.c70 long sys_mmap_impl(void *addr, size_t length, int prot, int flags, int fd, off_t offset) argument
193 static long sys_mmap_impl_static(void *addr, size_t length, int prot, int flags, int fd, off_t offset) argument
210 static long sys_mmap_impl_dynamic(void *addr, size_t length, int prot, int flags, int fd, off_t offset) argument
227 long sys_mmap_impl(void *addr, size_t length, int prot, int flags, int fd, off_t offset) argument
343 int prot = va_arg(ap, int); local
354 int prot = va_arg(ap, int); local
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c1009 int prot = 0; local
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c1009 int prot = 0; local
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c493 static void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) argument
548 unsigned prot; local
852 int prot = PROT_READ|PROT_WRITE, flags = MAP_ANONYMOUS|MAP_PRIVATE; local
[all...]

Completed in 119 milliseconds