Searched refs:cpu_vabits (Results 1 – 7 of 7) sorted by relevance
23 # define cpu_vabits 31 macro28 # define cpu_vabits cpu_data[0].vabits macro
33 #define TASK_SIZE64 (0x1UL << ((cpu_vabits > VA_BITS) ? VA_BITS : cpu_vabits))
19 #define XRANGE_SHADOW_SHIFT min(cpu_vabits, VA_BITS)
109 …min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL << cpu_vabits)) - …113 …min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL << cpu_vabits) / 2…
111 c->vabits = cpu_vabits; in cpu_probe_addrbits()400 __ua_limit = ~((1ull << cpu_vabits) - 1); in cpu_probe()
51 cpu_pabits + 1, cpu_vabits + 1); in show_cpuinfo()
87 kvm->arch.gpa_size = BIT(cpu_vabits); in kvm_arch_init_vm()