Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/kvm/
Dhypcall.c20 unsigned int code = (inst.co_format.code >> 5) & 0x3ff; in kvm_mips_emul_hypcall()
Dvz.c920 if (inst.co_format.co) { in kvm_vz_gpsi_cop0()
921 switch (inst.co_format.func) { in kvm_vz_gpsi_cop0()
Demulate.c1282 if (inst.co_format.co) { in kvm_mips_emulate_CP0()
1283 switch (inst.co_format.func) { in kvm_mips_emulate_CP0()
/Linux-v5.4/arch/mips/include/uapi/asm/
Dinst.h689 struct co_format { /* C0 CO format */ struct
1060 struct co_format co_format; member