commit | 9b79f52d1a702dd5b160f9d2ee0199c3122809bb | [log] [tgz] |
---|---|---|
author | Punit Agrawal <punit.agrawal@arm.com> | Tue Nov 18 11:41:22 2014 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Thu Nov 20 16:33:43 2014 +0000 |
tree | 497967506563c89d76c9853408b7e271c7d400f5 | |
parent | f97fc810798c261b2790c2a1660461a508a479e0 [diff] |
arm64: Add support for hooks to handle undefined instructions Add support to register hooks for undefined instructions. The handlers will be called when the undefined instruction and the processor state (as contained in pstate) match criteria used at registration. Signed-off-by: Punit Agrawal <punit.agrawal@arm.com> Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>