Home
last modified time | relevance | path

Searched refs:halfwords (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/probes/kprobes/
H A Dactions-thumb.c33 unsigned int halfwords; in t32_simulate_table_branch() local
36 halfwords = ((u16 *)rnv)[rmv]; in t32_simulate_table_branch()
38 halfwords = ((u8 *)rnv)[rmv]; in t32_simulate_table_branch()
40 regs->ARM_pc = pc + 2 * halfwords; in t32_simulate_table_branch()
/linux/arch/arm/kernel/
H A Dhead.S588 THUMB( strh r6, [r0], #2 ) @ For Thumb-2, store as two halfwords