Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/mm/
Ddump_pagetables.c72 unsigned int current_prot; member
114 if (st->current_prot & _PAGE_INVALID) in note_prot_wx()
116 if (st->current_prot & _PAGE_PROTECT) in note_prot_wx()
118 if (st->current_prot & _PAGE_NOEXEC) in note_prot_wx()
158 st->current_prot = prot; in note_page()
160 } else if (prot != st->current_prot || level != st->level || in note_page()
172 print_prot(m, st->current_prot, st->level); in note_page()
178 st->current_prot = prot; in note_page()
196 .current_prot = 0, in ptdump_check_wx()
231 .current_prot = 0, in ptdump_show()
/linux-5.19.10/arch/arm64/mm/
Dptdump.c81 u64 current_prot; member
212 if ((st->current_prot & bits->mask) == bits->val) in dump_prot()
227 if ((st->current_prot & PTE_UXN) == PTE_UXN) in note_prot_uxn()
240 if ((st->current_prot & PTE_RDONLY) == PTE_RDONLY) in note_prot_wx()
242 if ((st->current_prot & PTE_PXN) == PTE_PXN) in note_prot_wx()
263 st->current_prot = prot; in note_page()
266 } else if (prot != st->current_prot || level != st->level || in note_page()
271 if (st->current_prot) { in note_page()
286 if (st->current_prot && pg_level[st->level].bits) in note_page()
297 st->current_prot = prot; in note_page()
/linux-5.19.10/arch/riscv/mm/
Dptdump.c42 u64 current_prot; member
213 if ((st->current_prot & pte_bits[i].mask) == pte_bits[i].val) in dump_prot()
254 if ((st->current_prot & (_PAGE_WRITE | _PAGE_EXEC)) != in note_prot_wx()
276 st->current_prot = prot; in note_page()
281 } else if (prot != st->current_prot || in note_page()
283 if (st->current_prot) { in note_page()
299 st->current_prot = prot; in note_page()
/linux-5.19.10/arch/arm/mm/
Ddump.c53 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-5.19.10/arch/x86/mm/
Ddump_pagetables.c31 pgprotval_t current_prot; member
294 cur = st->current_prot; in note_page()
299 st->current_prot = new_prot; in note_page()
332 printk_prot(m, st->current_prot, st->level, in note_page()
359 st->current_prot = new_prot; in note_page()