Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dmem_encrypt.c205 case PG_LEVEL_4K: in __set_clr_pte_enc()
271 if (level == PG_LEVEL_4K) { in early_set_memory_enc_dec()
Dpageattr-test.c189 if (level != PG_LEVEL_4K) { in pageattr_test()
Dpageattr.c81 direct_pages_count[PG_LEVEL_4K] << 2); in arch_report_meminfo()
359 if (lookup_address(address, &level) && (level != PG_LEVEL_4K)) in static_protections()
409 *level = PG_LEVEL_4K; in lookup_address_in_pgd()
1242 if (level == PG_LEVEL_4K) { in __change_page_attr()
Dpti.c290 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_64.c460 update_page_count(PG_LEVEL_4K, pages); in phys_pte_init()
965 update_page_count(PG_LEVEL_4K, -pages); in remove_pte_table()
Dinit_32.c374 update_page_count(PG_LEVEL_4K, pages_4k); in kernel_physical_mapping_init()
/Linux-v4.19/arch/x86/xen/
Dp2m.c241 BUG_ON(!ptep || level != PG_LEVEL_4K); in xen_build_mfn_list_list()
443 BUG_ON(!ptep || level != PG_LEVEL_4K); in get_phys_to_machine()
537 BUG_ON(!ptep || level != PG_LEVEL_4K); in xen_alloc_p2m_entry()
664 BUG_ON(!ptep || level != PG_LEVEL_4K); in __set_phys_to_machine()
/Linux-v4.19/arch/x86/include/asm/
Dpgtable_types.h543 PG_LEVEL_4K, enumerator