Searched refs:do_mprotect (Results 1 – 2 of 2) sorted by relevance
180 do_mprotect(struct tcb *tcp, bool has_pkey) in do_mprotect() function194 return do_mprotect(tcp, false); in SYS_FUNC()199 return do_mprotect(tcp, true); in SYS_FUNC()
1596 * mem.c (do_mprotect): Likewise.1612 * mem.c (do_mprotect): Likewise.2775 * mem.c (do_mprotect): Retrieve 1st, 2nd and 3rd arguments using4459 * mem.c (do_mprotect): New function, common handler for mprotect and4461 (SYS_FUNC(mprotect)): Convert to wrapper around do_mprotect.