Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/mm/
Ddump.c82 u64 current_prot; member
204 if ((st->current_prot & bits->mask) == bits->val) in dump_prot()
219 if ((st->current_prot & PTE_UXN) == PTE_UXN) in note_prot_uxn()
232 if ((st->current_prot & PTE_RDONLY) == PTE_RDONLY) in note_prot_wx()
234 if ((st->current_prot & PTE_PXN) == PTE_PXN) in note_prot_wx()
251 st->current_prot = prot; in note_page()
254 } else if (prot != st->current_prot || level != st->level || in note_page()
259 if (st->current_prot) { in note_page()
284 st->current_prot = prot; in note_page()
/Linux-v5.4/arch/arm/mm/
Ddump.c50 u64 current_prot; member
227 if ((st->current_prot & bits->mask) == bits->val) in dump_prot()
241 if ((st->current_prot & pg_level[st->level].ro_bit->mask) == in note_prot_wx()
244 if ((st->current_prot & pg_level[st->level].nx_bit->mask) == in note_prot_wx()
262 st->current_prot = prot; in note_page()
265 } else if (prot != st->current_prot || level != st->level || in note_page()
271 if (st->current_prot) { in note_page()
296 st->current_prot = prot; in note_page()
/Linux-v5.4/arch/s390/mm/
Ddump_pagetables.c47 unsigned int current_prot; member
82 cur = st->current_prot; in note_page()
86 st->current_prot = new_prot; in note_page()
102 print_prot(m, st->current_prot, st->level); in note_page()
108 st->current_prot = new_prot; in note_page()
/Linux-v5.4/arch/x86/mm/
Ddump_pagetables.c30 pgprot_t current_prot; member
280 cur = pgprot_val(st->current_prot); in note_page()
285 st->current_prot = new_prot; in note_page()
318 printk_prot(m, st->current_prot, st->level, in note_page()
345 st->current_prot = new_prot; in note_page()