Searched refs:target_prot (Results 1 – 1 of 1) sorted by relevance
176 int target_mprotect(abi_ulong start, abi_ulong len, int target_prot) in target_mprotect() argument185 trace_target_mprotect(start, len, target_prot); in target_mprotect()190 page_flags = validate_prot_to_pageflags(target_prot); in target_mprotect()211 prot1 = target_prot; in target_mprotect()225 prot1 = target_prot; in target_mprotect()230 if (prot1 != target_prot) { in target_mprotect()241 prot1 = target_prot; in target_mprotect()246 if (prot1 != target_prot) { in target_mprotect()259 prots[nranges] = target_prot; in target_mprotect()789 int target_prot, int host_prot, in mmap_h_gt_g() argument[all …]