Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/
A Ddecode.c38 uint16_t hw2; in decode_thumb2() local
41 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