Searched refs:PG_LEVEL_512G (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/x86_64/ |
A D | processor.c | 207 pml4e = virt_create_upper_pte(vm, &vm->pgd, vaddr, paddr, PG_LEVEL_512G, level); in __virt_pg_map() 283 pml4e = virt_get_pte(vm, &vm->pgd, vaddr, PG_LEVEL_512G); in __vm_get_page_table_entry() 284 if (vm_is_target_pte(pml4e, level, PG_LEVEL_512G)) in __vm_get_page_table_entry()
|
A D | vmx.c | 429 for (int level = PG_LEVEL_512G; level >= PG_LEVEL_4K; level--) { in __nested_pg_map()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable_types.h | 524 PG_LEVEL_512G, enumerator
|
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/ |
A D | processor.h | 1077 PG_LEVEL_512G, enumerator
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | init_64.c | 1214 update_page_count(PG_LEVEL_512G, -pages); in remove_p4d_table()
|
/linux-6.3-rc2/arch/x86/mm/pat/ |
A D | set_memory.c | 677 *level = PG_LEVEL_512G; in lookup_address_in_pgd()
|
Completed in 18 milliseconds