Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Ddump_pagetables.c32 unsigned int current_prot; member
73 if (st->current_prot & _PAGE_INVALID) in note_prot_wx()
75 if (st->current_prot & _PAGE_PROTECT) in note_prot_wx()
77 if (st->current_prot & _PAGE_NOEXEC) in note_prot_wx()
103 st->current_prot = prot; in note_page_update_state()
131 } else if (prot != st->current_prot || level != st->level || in note_page()
143 print_prot(m, st->current_prot, st->level); in note_page()
160 .current_prot = 0, in ptdump_check_wx()
199 .current_prot = 0, in ptdump_show()
/linux/arch/arm64/mm/
H A Dptdump.c152 if ((st->current_prot & bits->mask) == bits->val) in dump_prot()
167 if ((st->current_prot & PTE_UXN) == PTE_UXN) in note_prot_uxn()
180 if ((st->current_prot & PTE_RDONLY) == PTE_RDONLY) in note_prot_wx()
182 if ((st->current_prot & PTE_PXN) == PTE_PXN) in note_prot_wx()
209 st->current_prot = prot; in note_page()
212 } else if (prot != st->current_prot || level != st->level || in note_page()
217 if (st->current_prot) { in note_page()
232 if (st->current_prot && pg_level[st->level].bits) in note_page()
243 st->current_prot = prot; in note_page()
/linux/arch/riscv/mm/
H A Dptdump.c42 u64 current_prot; member
214 val = st->current_prot & pte_bits[i].mask; in dump_prot()
269 if ((st->current_prot & (_PAGE_WRITE | _PAGE_EXEC)) != in note_prot_wx()
291 st->current_prot = prot; in note_page()
296 } else if (prot != st->current_prot || in note_page()
298 if (st->current_prot) { in note_page()
314 st->current_prot = prot; in note_page()
/linux/arch/arm/mm/
H A Ddump.c53 u64 current_prot; member
234 if ((st->current_prot & bits->mask) == bits->val) in dump_prot()
248 if ((st->current_prot & pg_level[st->level].ro_bit->mask) == in note_prot_wx()
251 if ((st->current_prot & pg_level[st->level].nx_bit->mask) == in note_prot_wx()
269 st->current_prot = prot; in note_page()
272 } else if (prot != st->current_prot || level != st->level || in note_page()
278 if (st->current_prot) { in note_page()
304 st->current_prot = prot; in note_page()
/linux/arch/x86/mm/
H A 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()
/linux/arch/arm64/include/asm/
H A Dptdump.h54 u64 current_prot; member