Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/mm/
Ddump.c83 bool check_wx; member
216 if (!st->check_wx) in note_prot_uxn()
230 if (!st->check_wx) in note_prot_wx()
400 .check_wx = true, in ptdump_check_wx()
/Linux-v5.4/arch/arm/mm/
Ddump.c51 bool check_wx; member
239 if (!st->check_wx) in note_prot_wx()
396 .check_wx = false, in ptdump_walk_pgd()
434 .check_wx = true, in ptdump_check_wx()
/Linux-v5.4/arch/powerpc/mm/ptdump/
Dptdump.c63 bool check_wx; member
176 if (!IS_ENABLED(CONFIG_PPC_DEBUG_WX) || !st->check_wx) in note_prot_wx()
395 .check_wx = true, in ptdump_check_wx()
/Linux-v5.4/arch/x86/mm/
Ddump_pagetables.c37 bool check_wx; member
298 if (st->check_wx && (eff & _PAGE_RW) && !(eff & _PAGE_NX)) in note_page()
531 st.check_wx = checkwx; in ptdump_walk_pgd_level_core()