Home
last modified time | relevance | path

Searched refs:prot1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/linux-user/
H A Dmmap.c183 int prot1, ret, page_flags, nranges; in target_mprotect() local
211 prot1 = target_prot; in target_mprotect()
213 prot1 |= page_get_flags(a); in target_mprotect()
216 prot1 |= page_get_flags(a + 1); in target_mprotect()
220 prots[nranges] = prot1; in target_mprotect()
225 prot1 = target_prot; in target_mprotect()
227 prot1 |= page_get_flags(a); in target_mprotect()
230 if (prot1 != target_prot) { in target_mprotect()
233 prots[nranges] = prot1; in target_mprotect()
241 prot1 = target_prot; in target_mprotect()
[all …]