Home
last modified time | relevance | path

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

/Linux-v6.1/arch/s390/mm/
Ddump_pagetables.c88 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()
/Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/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-v6.1/arch/arm/mm/
Ddump.c55 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()