Searched refs:do_mprotect (Results 1 – 2 of 2) sorted by relevance
206 do_mprotect(struct tcb *tcp, bool has_pkey) in do_mprotect() function220 return do_mprotect(tcp, false); in SYS_FUNC()225 return do_mprotect(tcp, true); in SYS_FUNC()
20786 * mem.c (do_mprotect): Likewise.20802 * mem.c (do_mprotect): Likewise.21965 * mem.c (do_mprotect): Retrieve 1st, 2nd and 3rd arguments using23649 * mem.c (do_mprotect): New function, common handler for mprotect and23651 (SYS_FUNC(mprotect)): Convert to wrapper around do_mprotect.