Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu-features.h452 # ifndef cpu_vmbits
453 # define cpu_vmbits 31 macro
470 # ifndef cpu_vmbits
471 # define cpu_vmbits cpu_data[0].vmbits macro
H A Dpgtable-64.h151 (1UL << cpu_vmbits)) - (1UL << 32))
H A Dkvm_host.h316 #define VPN2_MASK GENMASK(cpu_vmbits - 1, 13)
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dcpu-probe.c2127 __ua_limit = ~((1ull << cpu_vmbits) - 1); in cpu_probe()
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dvz.c3182 ((1ull << (cpu_vmbits - 13)) - 1) << 4); in kvm_vz_vcpu_setup()