Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c1912 set_c0_pagegrain(PG_IEC); in cpu_probe()
1915 if (read_c0_pagegrain() & PG_IEC) in cpu_probe()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h187 #define PG_IEC (_ULCAST_(1) << 27) macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h247 #define PG_IEC (_ULCAST_(1) << 27) macro
/openbmc/linux/arch/mips/kvm/
H A Dvz.c3096 kvm_write_sw_gc0_pagegrain(cop0, PG_RIE | PG_XIE | PG_IEC); in kvm_vz_vcpu_setup()