Searched refs:check_wx (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | dump_pagetables.c | 63 bool check_wx; member 102 if (!st->check_wx) in note_prot_wx() 182 .check_wx = true, in ptdump_check_wx() 215 .check_wx = false, in ptdump_show()
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | ptdump.c | 86 bool check_wx; member 232 if (!st->check_wx) in note_prot_uxn() 246 if (!st->check_wx) in note_prot_wx() 364 .check_wx = true, in ptdump_check_wx()
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | ptdump.c | 82 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()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | dump_pagetables.c | 87 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()
|
/kernel/linux/linux-5.10/arch/riscv/mm/ |
H A D | ptdump.c | 43 bool check_wx; member 224 if (!st->check_wx) in note_prot_wx() 306 .check_wx = true, in ptdump_check_wx()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/ |
H A D | ptdump.c | 66 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()
|
/kernel/linux/linux-6.6/arch/riscv/mm/ |
H A D | ptdump.c | 43 bool check_wx; member 251 if (!st->check_wx) in note_prot_wx() 333 .check_wx = true, in ptdump_check_wx()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | dump.c | 50 bool check_wx; member 239 if (!st->check_wx) in note_prot_wx() 412 .check_wx = false, in ptdump_walk_pgd() 450 .check_wx = true, in ptdump_check_wx()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | dump.c | 54 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()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/ |
H A D | ptdump.c | 65 bool check_wx; member 189 if (!IS_ENABLED(CONFIG_PPC_DEBUG_WX) || !st->check_wx) in note_prot_wx() 445 .check_wx = true, in ptdump_check_wx()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | dump_pagetables.c | 38 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()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | dump_pagetables.c | 38 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()
|
Completed in 8 milliseconds