Searched refs:hw2 (Results 1 – 1 of 1) sorted by relevance
38 uint16_t hw2; in decode_thumb2() local41 if ( raw_copy_from_guest(&hw2, (void *__user)(pc + 2), sizeof (hw2)) ) in decode_thumb2()44 rt = (hw2 >> 12) & 0xf; in decode_thumb2()81 gprintk(XENLOG_ERR, "unhandled THUMB2 instruction 0x%x%x\n", hw1, hw2); in decode_thumb2()
Completed in 2 milliseconds