Home
last modified time | relevance | path

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

/rk3399_ARM-atf/docs/perf/
H A Dindex.rst8 psci-performance-instr
H A Dpsci-performance-n1sdp.rst15 `tf-psci-lava-instr/n1sdp-runtime-instrumentation,n1sdp-runtime-instrumentation:n1sdp-fip.tftf-firm…
H A Dpsci-performance-juno.rst40 `tf-psci-lava-instr/juno-enable-runtime-instr,juno-instrumentation:juno-tftf`
/rk3399_ARM-atf/services/spd/trusty/
H A Dtrusty.c441 uint32_t instr; in trusty_setup() local
461 instr = *(uint32_t *)ep_info->pc; in trusty_setup()
463 if (instr >> 24 == 0xeaU) { in trusty_setup()
466 } else if (instr >> 8 == 0xd53810U || instr >> 16 == 0x9400U) { in trusty_setup()
469 ERROR("trusty: Found unknown image, 0x%x\n", instr); in trusty_setup()