Searched refs:wx_pages (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | dump_pagetables.c | 64 unsigned long wx_pages; member 115 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx() 183 .wx_pages = 0, in ptdump_check_wx() 194 if (st.wx_pages) in ptdump_check_wx() 195 pr_warn("Checked W+X mappings: FAILED, %lu W+X pages found\n", st.wx_pages); in ptdump_check_wx() 216 .wx_pages = 0, in ptdump_show()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | dump_pagetables.c | 88 unsigned long wx_pages; member 144 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx() 212 .wx_pages = 0, in ptdump_check_wx() 223 if (st.wx_pages) in ptdump_check_wx() 224 pr_warn("Checked W+X mappings: FAILED, %lu W+X pages found\n", st.wx_pages); in ptdump_check_wx() 247 .wx_pages = 0, in ptdump_show()
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | ptdump.c | 87 unsigned long wx_pages; member 256 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx() 376 if (st.wx_pages || st.uxn_pages) in ptdump_check_wx() 378 st.wx_pages, st.uxn_pages); in ptdump_check_wx()
|
/kernel/linux/linux-5.10/arch/riscv/mm/ |
H A D | ptdump.c | 44 unsigned long wx_pages; member 234 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx() 318 if (st.wx_pages) in ptdump_check_wx() 320 st.wx_pages); in ptdump_check_wx()
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | ptdump.c | 83 unsigned long wx_pages; member 248 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx() 369 if (st.wx_pages || st.uxn_pages) in ptdump_check_wx() 371 st.wx_pages, st.uxn_pages); in ptdump_check_wx()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/ |
H A D | ptdump.c | 67 unsigned long wx_pages; member 196 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx() 348 if (st.wx_pages) in ptdump_check_wx() 350 st.wx_pages); in ptdump_check_wx()
|
/kernel/linux/linux-6.6/arch/riscv/mm/ |
H A D | ptdump.c | 44 unsigned long wx_pages; member 261 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx() 345 if (st.wx_pages) in ptdump_check_wx() 347 st.wx_pages); in ptdump_check_wx()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | dump.c | 51 unsigned long wx_pages; member 251 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx() 455 if (st.wx_pages) in ptdump_check_wx() 457 st.wx_pages); in ptdump_check_wx()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/ |
H A D | ptdump.c | 66 unsigned long wx_pages; member 198 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx() 456 if (st.wx_pages) in ptdump_check_wx() 458 st.wx_pages); in ptdump_check_wx()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | dump_pagetables.c | 39 unsigned long wx_pages; member 245 st->wx_pages += npages; in note_wx() 395 if (st.wx_pages) in ptdump_walk_pgd_level_core() 397 st.wx_pages); in ptdump_walk_pgd_level_core()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | dump.c | 55 unsigned long wx_pages; member 258 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx() 466 if (st.wx_pages) in ptdump_check_wx() 468 st.wx_pages); in ptdump_check_wx()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | dump_pagetables.c | 39 unsigned long wx_pages; member 245 st->wx_pages += npages; in note_wx() 395 if (st.wx_pages) in ptdump_walk_pgd_level_core() 397 st.wx_pages); in ptdump_walk_pgd_level_core()
|
Completed in 9 milliseconds