Home
last modified time | relevance | path

Searched refs:PG_LEVEL_4K (Results 1 – 9 of 9) sorted by relevance

/arch/x86/mm/kmemcheck/
Dpte.c15 if (level != PG_LEVEL_4K) in kmemcheck_pte_lookup()
Dkmemcheck.c277 BUG_ON(level != PG_LEVEL_4K); in kmemcheck_show_pages()
303 BUG_ON(level != PG_LEVEL_4K); in kmemcheck_hide_pages()
/arch/x86/mm/
Dpageattr-test.c186 if (level != PG_LEVEL_4K) { in pageattr_test()
Dpageattr.c76 direct_pages_count[PG_LEVEL_4K] << 2); in arch_report_meminfo()
316 if (lookup_address(address, &level) && (level != PG_LEVEL_4K)) in static_protections()
357 *level = PG_LEVEL_4K; in lookup_address_in_pgd()
1117 if (level == PG_LEVEL_4K) { in __change_page_attr()
Dkmmio.c162 case PG_LEVEL_4K: in clear_page_presence()
Dinit_64.c453 update_page_count(PG_LEVEL_4K, pages); in phys_pte_init()
871 update_page_count(PG_LEVEL_4K, -pages); in remove_pte_table()
Dinit_32.c373 update_page_count(PG_LEVEL_4K, pages_4k); in kernel_physical_mapping_init()
/arch/x86/include/asm/
Dpgtable_types.h378 PG_LEVEL_4K, enumerator
/arch/x86/xen/
Dp2m.c972 if (WARN(ptep == NULL || level != PG_LEVEL_4K, in m2p_add_override()
1074 if (WARN(ptep == NULL || level != PG_LEVEL_4K, in m2p_remove_override()