Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/mm/
Ddump_pagetables.c73 unsigned long wx_pages; member
124 st->wx_pages += (addr - st->start_address) / PAGE_SIZE; in note_prot_wx()
192 .wx_pages = 0, in ptdump_check_wx()
203 if (st.wx_pages) in ptdump_check_wx()
204 pr_warn("Checked W+X mappings: FAILED, %lu W+X pages found\n", st.wx_pages); in ptdump_check_wx()
225 .wx_pages = 0, in ptdump_show()
/Linux-v5.15/arch/powerpc/mm/ptdump/
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-v5.15/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-v5.15/arch/arm64/mm/
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-v5.15/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-v5.15/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()