Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/mm/
Ddump_pagetables.c74 unsigned long wx_pages; member
130 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx()
198 .wx_pages = 0, in ptdump_check_wx()
209 if (st.wx_pages) in ptdump_check_wx()
210 pr_warn("Checked W+X mappings: FAILED, %lu W+X pages found\n", st.wx_pages); in ptdump_check_wx()
233 .wx_pages = 0, in ptdump_show()
/linux-5.19.10/arch/powerpc/mm/ptdump/
Dptdump.c67 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()
/linux-5.19.10/arch/riscv/mm/
Dptdump.c44 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()
/linux-5.19.10/arch/arm64/mm/
Dptdump.c83 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()
/linux-5.19.10/arch/x86/mm/
Ddump_pagetables.c39 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()
/linux-5.19.10/arch/arm/mm/
Ddump.c55 unsigned long wx_pages; member
255 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx()
462 if (st.wx_pages) in ptdump_check_wx()
464 st.wx_pages); in ptdump_check_wx()