Searched refs:do_mprotect (Results 1 – 2 of 2) sorted by relevance
193 do_mprotect(struct tcb *tcp, bool has_pkey) in do_mprotect() function207 return do_mprotect(tcp, false); in SYS_FUNC()212 return do_mprotect(tcp, true); in SYS_FUNC()
13224 * mem.c (do_mprotect): Likewise.13240 * mem.c (do_mprotect): Likewise.14403 * mem.c (do_mprotect): Retrieve 1st, 2nd and 3rd arguments using16087 * mem.c (do_mprotect): New function, common handler for mprotect and16089 (SYS_FUNC(mprotect)): Convert to wrapper around do_mprotect.