/openbmc/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()
|
/openbmc/linux/arch/x86/mm/ |
H A D | init.c | 258 page_size_mask |= 1 << PG_LEVEL_1G; in probe_page_size_mask() 367 if ((page_size_mask & (1<<PG_LEVEL_1G)) && in adjust_range_page_size_mask() 368 !(mr[i].page_size_mask & (1<<PG_LEVEL_1G))) { in adjust_range_page_size_mask() 373 mr[i].page_size_mask |= 1<<PG_LEVEL_1G; in page_size_string() 385 if (mr->page_size_mask & (1<<PG_LEVEL_1G)) in page_size_string() 459 ((1<<PG_LEVEL_2M)|(1<<PG_LEVEL_1G))); in split_mem_range()
|
H A D | init_64.c | 640 if (page_size_mask & (1 << PG_LEVEL_1G)) { in phys_pud_init() 649 if (page_size_mask & (1<<PG_LEVEL_1G)) { in phys_pud_init() 669 update_page_count(PG_LEVEL_1G, pages); in phys_pud_init() 1186 update_page_count(PG_LEVEL_1G, -pages); in remove_pud_table()
|
H A D | mem_encrypt_amd.c | 267 case PG_LEVEL_1G: in pg_level_to_pfn()
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | set_memory.c | 104 else if (level == PG_LEVEL_1G) in split_page_count() 123 direct_pages_count[PG_LEVEL_1G] << 20); in arch_report_meminfo() 156 if (level == PG_LEVEL_1G) in cpa_inc_lp_sameprot() 164 if (level == PG_LEVEL_1G) in cpa_inc_lp_preserved() 700 *level = PG_LEVEL_1G; in lookup_address_in_pgd_attr() 815 case PG_LEVEL_1G: in slow_virt_to_phys() 899 case PG_LEVEL_1G: in __should_split_large_page() 1111 case PG_LEVEL_1G: in __split_large_page()
|
H A D | cpa-test.c | 69 if (level == PG_LEVEL_1G && sizeof(long) == 8) { in print_split()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | capabilities.h | 327 return PG_LEVEL_1G; in ept_caps_to_lpage_level()
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | max_guest_memory_test.c | 246 __virt_pg_map(vm, gpa + i, gpa + i, PG_LEVEL_1G); in main()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | processor.c | 212 pdpe = virt_create_upper_pte(vm, pml4e, vaddr, paddr, PG_LEVEL_1G, level); in __virt_pg_map() 288 pdpe = virt_get_pte(vm, pml4e, vaddr, PG_LEVEL_1G); in __vm_get_page_table_entry() 289 if (vm_is_target_pte(pdpe, level, PG_LEVEL_1G)) in __vm_get_page_table_entry()
|
H A D | vmx.c | 524 __nested_map(vmx, vm, addr, addr, size, PG_LEVEL_1G); in nested_identity_map_1g()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | processor.h | 1206 PG_LEVEL_1G, enumerator 1216 #define PG_SIZE_1G PG_LEVEL_SIZE(PG_LEVEL_1G)
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable_types.h | 554 PG_LEVEL_1G, enumerator
|
H A D | kvm_host.h | 138 #define KVM_MAX_HUGEPAGE_LEVEL PG_LEVEL_1G
|
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 757 __tdp_mmu_zap_root(kvm, root, shared, PG_LEVEL_1G); in tdp_mmu_zap_root()
|
H A D | mmu.c | 3124 level = PG_LEVEL_1G; in host_pfn_mapping_level() 4808 if (huge_page_level < PG_LEVEL_1G) in __reset_rsvds_bits_mask_ept() 5904 max_huge_page_level = PG_LEVEL_1G; in kvm_configure_mmu()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 5286 get_npt_level(), PG_LEVEL_1G); in svm_hardware_setup()
|