arm-trusted-firmware/include/bl31
Andrew Thoelke 08ab89d324 Provide cm_get/set_context() for current CPU
All callers of cm_get_context() pass the calling CPU MPIDR to the
function. Providing a specialised version for the current
CPU results in a reduction in code size and better readability.

The current function has been renamed to cm_get_context_by_mpidr()
and the existing name is now used for the current-CPU version.

The same treatment has been done to cm_set_context(), although
only both forms are used at present in the PSCI and TSPD code.

Change-Id: I91cb0c2f7bfcb950a045dbd9ff7595751c0c0ffb
2014-06-11 12:10:16 +01:00
..
services Remove extern keyword from function declarations 2014-05-23 12:15:54 +01:00
bl31.h Further renames of platform porting functions 2014-05-27 16:17:21 +01:00
context.h Merge pull request #78 from jeenuv:tf-issues-148 2014-05-19 12:54:05 +01:00
context_mgmt.h Provide cm_get/set_context() for current CPU 2014-06-11 12:10:16 +01:00
interrupt_mgmt.h Remove extern keyword from function declarations 2014-05-23 12:15:54 +01:00
runtime_svc.h Remove extern keyword from function declarations 2014-05-23 12:15:54 +01:00