Home
last modified time | relevance | path

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

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