Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
A 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/arch/powerpc/mm/ptdump/
A Dptdump.c66 unsigned long wx_pages; member
195 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx()
347 if (st.wx_pages) in ptdump_check_wx()
349 st.wx_pages); in ptdump_check_wx()
/linux/arch/arm64/mm/
A Dptdump.c85 unsigned long wx_pages; member
250 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx()
371 if (st.wx_pages || st.uxn_pages) in ptdump_check_wx()
373 st.wx_pages, st.uxn_pages); in ptdump_check_wx()
/linux/arch/riscv/mm/
A 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/arch/x86/mm/
A 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/arch/arm/mm/
A 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()

Completed in 16 milliseconds