Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/mm/
Dmem_encrypt.c206 case PG_LEVEL_4K: in __set_clr_pte_enc()
272 if (level == PG_LEVEL_4K) { in early_set_memory_enc_dec()
Dpageattr-test.c207 if (level != PG_LEVEL_4K) { in pageattr_test()
Dpageattr.c93 direct_pages_count[PG_LEVEL_4K] << 2); in arch_report_meminfo()
476 if (lookup_address(start, &level) && (level != PG_LEVEL_4K)) in protect_kernel_text_ro()
602 *level = PG_LEVEL_4K; in lookup_address_in_pgd()
1506 if (level == PG_LEVEL_4K) { in __change_page_attr()
Dpti.c284 if (!pte || WARN_ON(level != PG_LEVEL_4K) || pte_none(*pte)) in pti_setup_vsyscall()
Dkmmio.c168 case PG_LEVEL_4K: in clear_page_presence()
Dinit_32.c374 update_page_count(PG_LEVEL_4K, pages_4k); in kernel_physical_mapping_init()
Dinit_64.c491 update_page_count(PG_LEVEL_4K, pages); in phys_pte_init()
1025 update_page_count(PG_LEVEL_4K, -pages); in remove_pte_table()
/Linux-v5.4/arch/x86/xen/
Dp2m.c250 BUG_ON(!ptep || level != PG_LEVEL_4K); in xen_build_mfn_list_list()
452 BUG_ON(!ptep || level != PG_LEVEL_4K); in get_phys_to_machine()
546 BUG_ON(!ptep || level != PG_LEVEL_4K); in xen_alloc_p2m_entry()
672 BUG_ON(!ptep || level != PG_LEVEL_4K); in __set_phys_to_machine()
/Linux-v5.4/arch/x86/include/asm/
Dpgtable_types.h542 PG_LEVEL_4K, enumerator