Home
last modified time | relevance | path

Searched defs:imm5 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dmodule.c78 u16 imm5 = (offset & 0x20) >> (5 - 2); in apply_r_riscv_rcv_branch_rela() local
96 u16 imm5 = (offset & 0x20) >> (5 - 2); in apply_r_riscv_rvc_jump_rela() local
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
H A Dactions-thumb.c372 long imm5 = insn & 0xf8; in t16_simulate_cbz() local
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/
H A Dactions-thumb.c372 long imm5 = insn & 0xf8; in t16_simulate_cbz() local
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dmodule.c79 u16 imm5 = (offset & 0x20) >> (5 - 2); in apply_r_riscv_rvc_branch_rela() local
97 u16 imm5 = (offset & 0x20) >> (5 - 2); in apply_r_riscv_rvc_jump_rela() local

Completed in 5 milliseconds