Home
last modified time | relevance | path

Searched refs:check_wx (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/arm64/mm/
Ddump.c77 bool check_wx; member
210 if (!st->check_wx) in note_prot_uxn()
224 if (!st->check_wx) in note_prot_wx()
395 .check_wx = true, in ptdump_check_wx()
/Linux-v4.19/arch/arm/mm/
Ddump.c55 bool check_wx; member
243 if (!st->check_wx) in note_prot_wx()
400 .check_wx = false, in ptdump_walk_pgd()
438 .check_wx = true, in ptdump_check_wx()
/Linux-v4.19/arch/x86/mm/
Ddump_pagetables.c39 bool check_wx; member
279 if (st->check_wx && (eff & _PAGE_RW) && !(eff & _PAGE_NX)) { in note_page()
519 st.check_wx = checkwx; in ptdump_walk_pgd_level_core()