Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu-features.h24 # define cpu_vabits 31 macro
30 # define cpu_vabits cpu_data[0].vabits macro
H A Dprocessor.h33 #define TASK_SIZE64 (0x1UL << ((cpu_vabits > VA_BITS) ? VA_BITS : cpu_vabits))
H A Dpgtable.h96 …min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL << cpu_vabits)) - …
100 …min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL << cpu_vabits) / 2…
/openbmc/linux/arch/loongarch/kernel/
H A Dproc.c64 cpu_pabits + 1, cpu_vabits + 1); in show_cpuinfo()
H A Dcpu-probe.c325 __ua_limit = ~((1ull << cpu_vabits) - 1); in cpu_probe()