Home
last modified time | relevance | path

Searched refs:j_format (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/kernel/
H A Djump_label.c62 insn.j_format.opcode = bc6_op; in arch_jump_label_transform()
63 insn.j_format.target = offset; in arch_jump_label_transform()
72 insn.j_format.opcode = J_ISA_BIT ? mm_j32_op : j_op; in arch_jump_label_transform()
73 insn.j_format.target = e->target >> J_RANGE_SHIFT; in arch_jump_label_transform()
H A Dprocess.c320 if (ip->j_format.opcode == mm_j32_op) in is_jump_ins()
322 if (ip->j_format.opcode == mm_jal32_op) in is_jump_ins()
329 if (ip->j_format.opcode == j_op) in is_jump_ins()
331 if (ip->j_format.opcode == jal_op) in is_jump_ins()
470 if (ip->j_format.opcode == j_op) in get___schedule_addr()
471 return J_TARGET(ip, ip->j_format.target); in get___schedule_addr()
H A Dbranch.c238 *contpc |= (insn.j_format.target << 2); in __mm_isBranchInstr()
249 *contpc |= (insn.j_format.target << 1); in __mm_isBranchInstr()
561 * These are unconditional and in j_format. in __compute_return_epc_for_insn()
571 epc |= (insn.j_format.target << 2); in __compute_return_epc_for_insn()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Djump_label.c62 insn.j_format.opcode = bc6_op; in arch_jump_label_transform()
63 insn.j_format.target = offset; in arch_jump_label_transform()
72 insn.j_format.opcode = J_ISA_BIT ? mm_j32_op : j_op; in arch_jump_label_transform()
73 insn.j_format.target = e->target >> J_RANGE_SHIFT; in arch_jump_label_transform()
H A Dprocess.c335 if (ip->j_format.opcode == mm_j32_op) in is_jump_ins()
337 if (ip->j_format.opcode == mm_jal32_op) in is_jump_ins()
344 if (ip->j_format.opcode == j_op) in is_jump_ins()
346 if (ip->j_format.opcode == jal_op) in is_jump_ins()
487 if (ip->j_format.opcode == j_op) in get___schedule_addr()
488 return J_TARGET(ip, ip->j_format.target); in get___schedule_addr()
H A Dbranch.c238 *contpc |= (insn.j_format.target << 2); in __mm_isBranchInstr()
249 *contpc |= (insn.j_format.target << 1); in __mm_isBranchInstr()
561 * These are unconditional and in j_format. in __compute_return_epc_for_insn()
571 epc |= (insn.j_format.target << 2); in __compute_return_epc_for_insn()
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dinst.h626 struct j_format { struct
1087 struct j_format j_format; member
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dinst.h647 struct j_format { struct
1119 struct j_format j_format; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dinst.h745 struct j_format { struct
941 struct j_format j_format; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dinst.h745 struct j_format { struct
941 struct j_format j_format; member
/kernel/linux/linux-6.6/arch/mips/kvm/
H A Demulate.c139 /* These are unconditional and in j_format. */ in kvm_compute_return_epc()
147 epc |= (insn.j_format.target << 2); in kvm_compute_return_epc()
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Dcp1emu.c515 *contpc |= (insn.j_format.target << 2); in isBranchInstr()
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Demulate.c140 /* These are unconditional and in j_format. */ in kvm_compute_return_epc()
148 epc |= (insn.j_format.target << 2); in kvm_compute_return_epc()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Dcp1emu.c515 *contpc |= (insn.j_format.target << 2); in isBranchInstr()

Completed in 28 milliseconds