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

/linux-master/arch/s390/mm/
H A Ddump_pagetables.c85 unsigned int current_prot; member in struct:pg_state
126 if (st->current_prot & _PAGE_INVALID)
128 if (st->current_prot & _PAGE_PROTECT)
130 if (st->current_prot & _PAGE_NOEXEC)
170 st->current_prot = prot;
172 } else if (prot != st->current_prot || level != st->level ||
184 print_prot(m, st->current_prot, st->level);
190 st->current_prot = prot;
207 .current_prot = 0,
246 .current_prot
[all...]
/linux-master/arch/arm64/mm/
H A Dptdump.c54 u64 current_prot; member in struct:pg_state
185 if ((st->current_prot & bits->mask) == bits->val)
200 if ((st->current_prot & PTE_UXN) == PTE_UXN)
213 if ((st->current_prot & PTE_RDONLY) == PTE_RDONLY)
215 if ((st->current_prot & PTE_PXN) == PTE_PXN)
241 st->current_prot = prot;
244 } else if (prot != st->current_prot || level != st->level ||
249 if (st->current_prot) {
264 if (st->current_prot && pg_level[st->level].bits)
275 st->current_prot
[all...]
/linux-master/arch/riscv/mm/
H A Dptdump.c41 u64 current_prot; member in struct:pg_state
213 val = st->current_prot & pte_bits[i].mask;
268 if ((st->current_prot & (_PAGE_WRITE | _PAGE_EXEC)) !=
290 st->current_prot = prot;
295 } else if (prot != st->current_prot ||
297 if (st->current_prot) {
313 st->current_prot = prot;
/linux-master/arch/arm/mm/
H A Ddump.c53 u64 current_prot; member in struct:pg_state
234 if ((st->current_prot & bits->mask) == bits->val)
248 if ((st->current_prot & pg_level[st->level].ro_bit->mask) ==
251 if ((st->current_prot & pg_level[st->level].nx_bit->mask) ==
269 st->current_prot = prot;
272 } else if (prot != st->current_prot || level != st->level ||
278 if (st->current_prot) {
304 st->current_prot = prot;
/linux-master/arch/x86/mm/
H A Ddump_pagetables.c31 pgprotval_t current_prot; member in struct:pg_state
294 cur = st->current_prot;
299 st->current_prot = new_prot;
332 printk_prot(m, st->current_prot, st->level,
359 st->current_prot = new_prot;

Completed in 124 milliseconds