Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/mm/
Ddump_pagetables.c72 bool check_wx; member
111 if (!st->check_wx) in note_prot_wx()
191 .check_wx = true, in ptdump_check_wx()
224 .check_wx = false, in ptdump_show()
/Linux-v5.15/arch/arm64/mm/
Dptdump.c84 bool check_wx; member
226 if (!st->check_wx) in note_prot_uxn()
240 if (!st->check_wx) in note_prot_wx()
359 .check_wx = true, in ptdump_check_wx()
/Linux-v5.15/arch/powerpc/mm/ptdump/
Dptdump.c65 bool check_wx; member
186 if (!IS_ENABLED(CONFIG_PPC_DEBUG_WX) || !st->check_wx) in note_prot_wx()
338 .check_wx = true, in ptdump_check_wx()
/Linux-v5.15/arch/arm/mm/
Ddump.c54 bool check_wx; member
243 if (!st->check_wx) in note_prot_wx()
416 .check_wx = false, in ptdump_walk_pgd()
457 .check_wx = true, in ptdump_check_wx()
/Linux-v5.15/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-v5.15/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()