Searched refs:target_prot (Results 1 – 1 of 1) sorted by relevance
167 int target_mprotect(abi_ulong start, abi_ulong len, int target_prot) in target_mprotect() argument176 trace_target_mprotect(start, len, target_prot); in target_mprotect()181 page_flags = validate_prot_to_pageflags(target_prot); in target_mprotect()202 prot1 = target_prot; in target_mprotect()216 prot1 = target_prot; in target_mprotect()221 if (prot1 != target_prot) { in target_mprotect()232 prot1 = target_prot; in target_mprotect()237 if (prot1 != target_prot) { in target_mprotect()250 prots[nranges] = target_prot; in target_mprotect()780 int target_prot, int host_prot, in mmap_h_gt_g() argument[all …]