Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/x86/include/asm/
A Dkfence.h33 if (level != PG_LEVEL_4K) in arch_kfence_init_pool()
46 if (WARN_ON(!pte || level != PG_LEVEL_4K)) in kfence_protect_page()
A Dpgtable_types.h521 PG_LEVEL_4K, enumerator
/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dpage_track.c93 index = gfn_to_index(gfn, slot->base_gfn, PG_LEVEL_4K); in update_gfn_track()
136 if (kvm_mmu_slot_gfn_write_protect(kvm, slot, gfn, PG_LEVEL_4K)) in kvm_slot_page_track_add_page()
194 index = gfn_to_index(gfn, slot->base_gfn, PG_LEVEL_4K); in kvm_slot_page_track_is_active()
A Dspte.c176 if (level > PG_LEVEL_4K && (pte_access & ACC_EXEC_MASK) && in make_spte()
189 if (level > PG_LEVEL_4K) in make_spte()
245 WARN_ON(level > PG_LEVEL_4K); in make_spte()
296 if (role.level == PG_LEVEL_4K) { in make_huge_page_split_spte()
A Dpaging_tmpl.h74 #define gpte_to_gfn(pte) gpte_to_gfn_lvl((pte), PG_LEVEL_4K)
163 if (FNAME(is_rsvd_bits_set)(vcpu->arch.mmu, gpte, PG_LEVEL_4K)) in FNAME()
295 gpte |= level - PG_LEVEL_4K - 1; in FNAME()
429 if (walker->level > PG_LEVEL_4K && is_cpuid_PSE36()) in FNAME()
560 if (level == PG_LEVEL_4K) { in FNAME()
585 if (sp->role.level > PG_LEVEL_4K) in FNAME()
834 fault->max_level = PG_LEVEL_4K; in FNAME()
882 WARN_ON(sp->role.level != PG_LEVEL_4K); in FNAME()
A Dmmu.c821 if (sp->role.level > PG_LEVEL_4K) in account_shadowed()
868 if (sp->role.level > PG_LEVEL_4K) in unaccount_shadowed()
1315 PG_LEVEL_4K, slot); in kvm_mmu_write_protect_pt_masked()
1348 PG_LEVEL_4K, slot); in kvm_mmu_clear_dirty_pt_masked()
1973 if (level == PG_LEVEL_4K) in mmu_pages_next()
1995 WARN_ON(level == PG_LEVEL_4K); in mmu_pages_first()
2984 if (sp->role.level > PG_LEVEL_4K) in direct_pte_prefetch()
3025 int level = PG_LEVEL_4K; in host_pfn_mapping_level()
3100 if (max_level == PG_LEVEL_4K) in kvm_mmu_max_mapping_level()
3101 return PG_LEVEL_4K; in kvm_mmu_max_mapping_level()
[all …]
A Dmmu_internal.h292 .req_level = PG_LEVEL_4K, in kvm_mmu_do_page_fault()
293 .goal_level = PG_LEVEL_4K, in kvm_mmu_do_page_fault()
A Dtdp_iter.h109 for_each_tdp_pte_min_level(iter, root, PG_LEVEL_4K, start, end)
A Dtdp_mmu.c354 if (level > PG_LEVEL_4K) in handle_changed_spte_dirty_log()
533 WARN_ON(level < PG_LEVEL_4K); in __handle_changed_spte()
950 for_each_tdp_pte_min_level(iter, root, PG_LEVEL_4K, start, end) { in tdp_mmu_zap_leafs()
1319 if (iter->level != PG_LEVEL_4K || in set_spte_gfn()
1688 if (iter.level > PG_LEVEL_4K || in clear_dirty_pt_masked()
A Dspte.h307 return (level == PG_LEVEL_4K) || is_large_pte(pte); in is_last_spte()
/linux-6.3-rc2/arch/x86/xen/
A Dp2m.c245 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()
662 BUG_ON(!ptep || level != PG_LEVEL_4K); in __set_phys_to_machine()
/linux-6.3-rc2/arch/x86/mm/
A Dmem_encrypt_amd.c258 case PG_LEVEL_4K: in pg_level_to_pfn()
423 if (level == PG_LEVEL_4K) { in early_set_memory_enc_dec()
A Dpti.c283 if (!pte || WARN_ON(level != PG_LEVEL_4K) || pte_none(*pte)) in pti_setup_vsyscall()
A Dkmmio.c174 case PG_LEVEL_4K: in clear_page_presence()
A Dinit_32.c376 update_page_count(PG_LEVEL_4K, pages_4k); in kernel_physical_mapping_init()
A Dinit_64.c497 update_page_count(PG_LEVEL_4K, pages); in phys_pte_init()
1099 update_page_count(PG_LEVEL_4K, -pages); in remove_pte_table()
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/x86_64/
A Dvmx.c429 for (int level = PG_LEVEL_512G; level >= PG_LEVEL_4K; level--) { in __nested_pg_map()
453 __nested_pg_map(vmx, vm, nested_paddr, paddr, PG_LEVEL_4K); in nested_pg_map()
493 __nested_map(vmx, vm, nested_paddr, paddr, size, PG_LEVEL_4K); in nested_map()
A Dprocessor.c220 pte = virt_get_pte(vm, pde, vaddr, PG_LEVEL_4K); in __virt_pg_map()
228 __virt_pg_map(vm, vaddr, paddr, PG_LEVEL_4K); in virt_arch_pg_map()
295 return virt_get_pte(vm, pde, vaddr, PG_LEVEL_4K); in __vm_get_page_table_entry()
300 int level = PG_LEVEL_4K; in vm_get_page_table_entry()
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dnx_huge_pages_test.c150 virt_map_level(vm, HPAGE_GVA, HPAGE_GPA, nr_bytes, PG_LEVEL_4K); in run_test()
A Dhyperv_tlb_flush.c630 __virt_pg_map(vm, gva + PAGE_SIZE * i, gpa & PAGE_MASK, PG_LEVEL_4K); in main()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dcapabilities.h330 return PG_LEVEL_4K; in ept_caps_to_lpage_level()
/linux-6.3-rc2/arch/x86/coco/tdx/
A Dtdx.c768 case PG_LEVEL_4K: in try_accept_one()
836 if (!try_accept_one(&start, len, PG_LEVEL_4K)) in tdx_enc_status_changed()
/linux-6.3-rc2/arch/x86/mm/pat/
A Dcpa-test.c206 if (level != PG_LEVEL_4K) { in pageattr_test()
A Dset_memory.c112 direct_pages_count[PG_LEVEL_4K] << 2); in arch_report_meminfo()
531 if (lookup_address(start, &level) && (level != PG_LEVEL_4K)) in protect_kernel_text_ro()
697 *level = PG_LEVEL_4K; in lookup_address_in_pgd()
1603 if (level == PG_LEVEL_4K) { in __change_page_attr()
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h1074 PG_LEVEL_4K, enumerator
1084 #define PG_SIZE_4K PG_LEVEL_SIZE(PG_LEVEL_4K)

Completed in 89 milliseconds

12