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

/linux-4.4.14/arch/arm/probes/kprobes/
H A Dactions-arm.c279 int rdlo = (insn >> 12) & 0xf; emulate_rdlo12rdhi16rn0rm8_rwflags_nopc() local
284 register unsigned long rdlov asm("r0") = regs->uregs[rdlo]; emulate_rdlo12rdhi16rn0rm8_rwflags_nopc()
300 regs->uregs[rdlo] = rdlov; emulate_rdlo12rdhi16rn0rm8_rwflags_nopc()
H A Dactions-thumb.c285 int rdlo = (insn >> 12) & 0xf; t32_emulate_rdlo12rdhi8rn16rm0_noflags() local
290 register unsigned long rdlov asm("r0") = regs->uregs[rdlo]; t32_emulate_rdlo12rdhi8rn16rm0_noflags()
303 regs->uregs[rdlo] = rdlov; t32_emulate_rdlo12rdhi8rn16rm0_noflags()

Completed in 78 milliseconds