Home
last modified time | relevance | path

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

/trusted-firmware-a/services/spd/trusty/
A Dtrusty.c429 uint32_t instr; in trusty_setup() local
449 instr = *(uint32_t *)ep_info->pc; in trusty_setup()
451 if (instr >> 24 == 0xeaU) { in trusty_setup()
454 } else if (instr >> 8 == 0xd53810U || instr >> 16 == 0x9400U) { in trusty_setup()
457 ERROR("trusty: Found unknown image, 0x%x\n", instr); in trusty_setup()

Completed in 3 milliseconds