Home
last modified time | relevance | path

Searched refs:cpu_vabits (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/loongarch/include/asm/
Dcpu-features.h29 # define cpu_vabits 31 macro
35 # define cpu_vabits cpu_data[0].vabits macro
Dprocessor.h32 #define TASK_SIZE64 (0x1UL << ((cpu_vabits > VA_BITS) ? VA_BITS : cpu_vabits))
Dpgtable.h95 …min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL << cpu_vabits)) - …
/linux-5.19.10/arch/loongarch/kernel/
Dproc.c63 cpu_pabits + 1, cpu_vabits + 1); in show_cpuinfo()
Dcpu-probe.c288 __ua_limit = ~((1ull << cpu_vabits) - 1); in cpu_probe()