Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/mm/
Ddump_pagetables.c36 unsigned int current_prot; member
71 cur = st->current_prot; in note_page()
75 st->current_prot = new_prot; in note_page()
91 print_prot(m, st->current_prot, st->level); in note_page()
97 st->current_prot = new_prot; in note_page()
/linux-4.4.14/arch/arm64/mm/
Ddump.c81 u64 current_prot; member
190 if ((st->current_prot & bits->mask) == bits->val) in dump_prot()
208 st->current_prot = prot; in note_page()
211 } else if (prot != st->current_prot || level != st->level || in note_page()
216 if (st->current_prot) { in note_page()
238 st->current_prot = prot; in note_page()
/linux-4.4.14/arch/arm/mm/
Ddump.c44 u64 current_prot; member
208 if ((st->current_prot & bits->mask) == bits->val) in dump_prot()
225 st->current_prot = prot; in note_page()
227 } else if (prot != st->current_prot || level != st->level || in note_page()
232 if (st->current_prot) { in note_page()
252 st->current_prot = prot; in note_page()
/linux-4.4.14/arch/x86/mm/
Ddump_pagetables.c29 pgprot_t current_prot; member
204 cur = pgprot_val(st->current_prot); in note_page()
208 st->current_prot = new_prot; in note_page()
219 pgprotval_t pr = pgprot_val(st->current_prot); in note_page()
247 printk_prot(m, st->current_prot, st->level, in note_page()
274 st->current_prot = new_prot; in note_page()