Home
last modified time | relevance | path

Searched refs:cpu_vabits (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/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)) - PMD_SIZE - VMEMMAP_SIZE - KFENCE_AREA_SIZE)
100 min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL << cpu_vabits) / 2) - PMD_SIZE - VMEMMAP_SIZE - KFENCE_AREA_SIZE)
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dcpu-features.h20 # define cpu_vabits 31 macro
26 # define cpu_vabits cpu_data[0].vabits macro
H A Dprocessor.h32 #define TASK_SIZE64 (0x1UL << ((cpu_vabits > VA_BITS) ? VA_BITS : cpu_vabits))
H A Dpgtable-64.h78 min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL << cpu_vabits)) - PMD_SIZE - VMEMMAP_SIZE)
82 min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL << cpu_vabits) / 2) - PMD_SIZE - VMEMMAP_SIZE)
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dproc.c64 cpu_pabits + 1, cpu_vabits + 1); in show_cpuinfo()
H A Dcpu-probe.c377 __ua_limit = ~((1ull << cpu_vabits) - 1); in cpu_probe()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds