Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/kvm/
Dhypcall.c20 unsigned int code = (inst.co_format.code >> 5) & 0x3ff; in kvm_mips_emul_hypcall()
Dvz.c896 if (inst.co_format.co) { in kvm_vz_gpsi_cop0()
897 switch (inst.co_format.func) { in kvm_vz_gpsi_cop0()
Demulate.c1281 if (inst.co_format.co) { in kvm_mips_emulate_CP0()
1282 switch (inst.co_format.func) { in kvm_mips_emulate_CP0()
/Linux-v5.10/arch/mips/include/uapi/asm/
Dinst.h689 struct co_format { /* C0 CO format */ struct
1094 struct co_format co_format; member