Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/mm/
Ddump.c76 u64 current_prot; member
198 if ((st->current_prot & bits->mask) == bits->val) in dump_prot()
213 if ((st->current_prot & PTE_UXN) == PTE_UXN) in note_prot_uxn()
226 if ((st->current_prot & PTE_RDONLY) == PTE_RDONLY) in note_prot_wx()
228 if ((st->current_prot & PTE_PXN) == PTE_PXN) in note_prot_wx()
245 st->current_prot = prot; in note_page()
248 } else if (prot != st->current_prot || level != st->level || in note_page()
253 if (st->current_prot) { in note_page()
278 st->current_prot = prot; in note_page()
/Linux-v4.19/arch/arm/mm/
Ddump.c54 u64 current_prot; member
231 if ((st->current_prot & bits->mask) == bits->val) in dump_prot()
245 if ((st->current_prot & pg_level[st->level].ro_bit->mask) == in note_prot_wx()
248 if ((st->current_prot & pg_level[st->level].nx_bit->mask) == in note_prot_wx()
266 st->current_prot = prot; in note_page()
269 } else if (prot != st->current_prot || level != st->level || in note_page()
275 if (st->current_prot) { in note_page()
300 st->current_prot = prot; in note_page()
/Linux-v4.19/arch/s390/mm/
Ddump_pagetables.c37 unsigned int current_prot; member
72 cur = st->current_prot; in note_page()
76 st->current_prot = new_prot; in note_page()
92 print_prot(m, st->current_prot, st->level); in note_page()
98 st->current_prot = new_prot; in note_page()
/Linux-v4.19/arch/x86/mm/
Ddump_pagetables.c32 pgprot_t current_prot; member
261 cur = pgprot_val(st->current_prot); in note_page()
266 st->current_prot = new_prot; in note_page()
305 printk_prot(m, st->current_prot, st->level, in note_page()
332 st->current_prot = new_prot; in note_page()