Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/mm/
Ddump_pagetables.c87 bool check_wx; member
126 if (!st->check_wx) in note_prot_wx()
211 .check_wx = true, in ptdump_check_wx()
246 .check_wx = false, in ptdump_show()
/linux-6.1.9/arch/arm64/mm/
Dptdump.c82 bool check_wx; member
224 if (!st->check_wx) in note_prot_uxn()
238 if (!st->check_wx) in note_prot_wx()
357 .check_wx = true, in ptdump_check_wx()
/linux-6.1.9/arch/powerpc/mm/ptdump/
Dptdump.c66 bool check_wx; member
187 if (!IS_ENABLED(CONFIG_DEBUG_WX) || !st->check_wx) in note_prot_wx()
339 .check_wx = true, in ptdump_check_wx()
/linux-6.1.9/arch/arm/mm/
Ddump.c54 bool check_wx; member
246 if (!st->check_wx) in note_prot_wx()
420 .check_wx = false, in ptdump_walk_pgd()
461 .check_wx = true, in ptdump_check_wx()
/linux-6.1.9/arch/riscv/mm/
Dptdump.c43 bool check_wx; member
251 if (!st->check_wx) in note_prot_wx()
333 .check_wx = true, in ptdump_check_wx()
/linux-6.1.9/arch/x86/mm/
Ddump_pagetables.c38 bool check_wx; member
312 if (st->check_wx && (eff & _PAGE_RW) && !(eff & _PAGE_NX)) in note_page()
387 .check_wx = checkwx, in ptdump_walk_pgd_level_core()