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

/seL4-test-master/projects/musllibc/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-test-master/projects/musllibc/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-test-master/tools/riscv-pk/pk/
H A Delf.c80 int prot = get_prot(ph[i].p_flags); local
H A Dmmap.c18 int prot; member in struct:__anon679
148 static inline pte_t prot_to_type(int prot, int user) argument
166 static int __handle_page_fault(uintptr_t vaddr, int prot) argument
40 __vmr_alloc(uintptr_t addr, size_t length, file_t* file, size_t offset, unsigned refcnt, int prot) argument
204 handle_page_fault(uintptr_t vaddr, int prot) argument
228 __do_mmap(uintptr_t addr, size_t length, int prot, int flags, file_t* f, off_t offset) argument
273 do_mmap(uintptr_t addr, size_t length, int prot, int flags, int fd, off_t offset) argument
328 do_mprotect(uintptr_t addr, size_t length, int prot) argument
369 __map_kernel_range(uintptr_t vaddr, uintptr_t paddr, size_t len, int prot) argument
381 populate_mapping(const void* start, size_t size, int prot) argument
[all...]
H A Dsyscall.c321 uintptr_t sys_mmap(uintptr_t addr, size_t length, int prot, int flags, int fd, off_t offset) argument
341 uintptr_t sys_mprotect(uintptr_t addr, size_t length, int prot) argument
/seL4-test-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-test-master/projects/musllibc/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 64 milliseconds