Home
last modified time | relevance | path

Searched refs:MIPS_PWSIZE_PTW_SHIFT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dtlbex.c2459 (config & MIPS_PWSIZE_PTW_MASK) >> MIPS_PWSIZE_PTW_SHIFT, in print_htw_config()
2519 pwsize |= ilog2(PTRS_PER_PTE) << MIPS_PWSIZE_PTW_SHIFT; in config_htw_params()
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h634 #define MIPS_PWSIZE_PTW_SHIFT 6 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmipsregs.h875 #define MIPS_PWSIZE_PTW_SHIFT 6 macro
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dvz.c3201 kvm_write_sw_gc0_pwsize(cop0, 1 << MIPS_PWSIZE_PTW_SHIFT); in kvm_vz_vcpu_setup()