Searched defs:tinst2 (Results 1 - 1 of 1) sorted by relevance

/arch/arm/mm/
H A Dalignment.c706 u16 tinst2 = instr & 0xffff; local
718 if (RN_BITS(instr) == 13 && (tinst2 & 0x09ff) == 0x0904) {
735 poffset->un = (tinst2 & 0xff) << 2;
775 u16 tinst2 = 0; local
776 fault = probe_kernel_address(ptr + 1, tinst2);
777 tinst2 = __mem_to_opcode_thumb16(tinst2);
778 instr = __opcode_thumb32_compose(tinstr, tinst2);

Completed in 165 milliseconds