Searched refs:rdhi (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/probes/kprobes/
H A Dactions-arm.c280 int rdhi = (insn >> 16) & 0xf; emulate_rdlo12rdhi16rn0rm8_rwflags_nopc() local
285 register unsigned long rdhiv asm("r2") = regs->uregs[rdhi]; emulate_rdlo12rdhi16rn0rm8_rwflags_nopc()
301 regs->uregs[rdhi] = rdhiv; emulate_rdlo12rdhi16rn0rm8_rwflags_nopc()
H A Dactions-thumb.c286 int rdhi = (insn >> 8) & 0xf; t32_emulate_rdlo12rdhi8rn16rm0_noflags() local
291 register unsigned long rdhiv asm("r1") = regs->uregs[rdhi]; t32_emulate_rdlo12rdhi8rn16rm0_noflags()
304 regs->uregs[rdhi] = rdhiv; t32_emulate_rdlo12rdhi8rn16rm0_noflags()

Completed in 117 milliseconds