Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/arm64/mm/
Ddump.c75 u64 current_prot; member
174 if ((st->current_prot & bits->mask) == bits->val) in dump_prot()
192 st->current_prot = prot; in note_page()
195 } else if (prot != st->current_prot || level != st->level || in note_page()
200 if (st->current_prot) { in note_page()
222 st->current_prot = prot; in note_page()
/linux-4.1.27/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.1.27/arch/x86/mm/
Ddump_pagetables.c29 pgprot_t current_prot; member
202 cur = pgprot_val(st->current_prot) & PTE_FLAGS_MASK; in note_page()
206 st->current_prot = new_prot; in note_page()
235 printk_prot(m, st->current_prot, st->level, in note_page()
262 st->current_prot = new_prot; in note_page()