Home
last modified time | relevance | path

Searched refs:page_table_check (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/mm/
Dpage_table_check.c16 struct page_table_check { struct
47 .size = sizeof(struct page_table_check),
53 static struct page_table_check *get_page_table_check(struct page_ext *page_ext) in get_page_table_check()
83 struct page_table_check *ptc = get_page_table_check(page_ext); in page_table_check_clear()
123 struct page_table_check *ptc = get_page_table_check(page_ext); in page_table_check_set()
154 struct page_table_check *ptc = get_page_table_check(page_ext); in __page_table_check_zero()
DMakefile125 obj-$(CONFIG_PAGE_TABLE_CHECK) += page_table_check.o
DKconfig.debug141 is disabled, and can be optionally enabled via page_table_check=on
/linux-6.12.1/Documentation/translations/zh_CN/mm/
Dpage_table_check.rst3 :Original: Documentation/mm/page_table_check.rst
53 - 使用 "page_table_check=on" 内核参数启动。
Dindex.rst55 page_table_check
/linux-6.12.1/Documentation/mm/
Dindex.rst57 page_table_check
Dpage_table_check.rst58 - Boot with 'page_table_check=on' kernel parameter.
/linux-6.12.1/
DMAINTAINERS17468 F: Documentation/mm/page_table_check.rst
17469 F: include/linux/page_table_check.h
17470 F: mm/page_table_check.c