Searched refs:PG_LEVEL_1G (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/x86/coco/tdx/ |
| H A D | tdx-shared.c | 30 case PG_LEVEL_1G: in try_accept_one() 60 accept_size = try_accept_one(start, len, PG_LEVEL_1G); in tdx_accept_memory()
|
| /linux/arch/x86/mm/pat/ |
| H A D | set_memory.c | 103 else if (level == PG_LEVEL_1G) in split_page_count() 115 else if (level == PG_LEVEL_1G) in collapse_page_count() 134 direct_pages_count[PG_LEVEL_1G] << 20); in arch_report_meminfo() 168 if (level == PG_LEVEL_1G) in cpa_inc_lp_sameprot() 176 if (level == PG_LEVEL_1G) in cpa_inc_lp_preserved() 743 *level = PG_LEVEL_1G; in lookup_address_in_pgd_attr() 867 case PG_LEVEL_1G: in slow_virt_to_phys() 951 case PG_LEVEL_1G: in __should_split_large_page() 1164 case PG_LEVEL_1G: in __split_large_page() 1364 collapse_page_count(PG_LEVEL_1G); in collapse_pud_page()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | capabilities.h | 337 return PG_LEVEL_1G; in ept_caps_to_lpage_level()
|
| /linux/arch/x86/mm/ |
| H A D | mem_encrypt_amd.c | 231 case PG_LEVEL_1G: in pg_level_to_pfn()
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | mmu_stress_test.c | 365 virt_map_level(vm, gpa, gpa, slot_size, PG_LEVEL_1G); in main()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 1464 PG_LEVEL_1G, enumerator 1474 #define PG_SIZE_1G PG_LEVEL_SIZE(PG_LEVEL_1G)
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 3300 level = PG_LEVEL_1G; in host_pfn_mapping_level() 3318 BUILD_BUG_ON(KVM_MAX_HUGEPAGE_LEVEL > PG_LEVEL_1G); in kvm_max_level_for_order() 3320 KVM_MMU_WARN_ON(order != KVM_HPAGE_GFN_SHIFT(PG_LEVEL_1G) && in kvm_max_level_for_order() 3324 if (order >= KVM_HPAGE_GFN_SHIFT(PG_LEVEL_1G)) in kvm_max_level_for_order() 3325 return PG_LEVEL_1G; in kvm_max_level_for_order() 5411 if (huge_page_level < PG_LEVEL_1G) in __reset_rsvds_bits_mask_ept() 6638 max_huge_page_level = PG_LEVEL_1G; in kvm_configure_mmu()
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 546 __tdp_map(vm, addr, addr, size, PG_LEVEL_1G); in tdp_identity_map_1g()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 156 #define KVM_MAX_HUGEPAGE_LEVEL PG_LEVEL_1G
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 5604 get_npt_level(), PG_LEVEL_1G); in svm_hardware_setup()
|