commit | a7ba50ba1ca417e4426eb840b855f3003c7f9e28 | [log] [tgz] |
---|---|---|
author | Xinyu Zhang <xinyu.zhang@arm.com> | Mon Dec 27 17:32:53 2021 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Fri Dec 31 07:20:32 2021 +0100 |
tree | 49537f8144749fe43679dc375316677caedee0f3 | |
parent | 79130a9b8c280ec4bdbdcda67a02d77adb6944a6 [diff] |
SPM: Rename 'thread call' with 'cross call' Name "thread call" could not explicitly reflect the behaviour of call type. This call crosses between caller and callee stack, which enables caller and callee context to be sealed in their stack. Rename this call with "cross call" to make the code more readable. It will also benefit the upcoming optimization work. Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com> Change-Id: I7d2de563b6f498bde70e302065e743344d2a20fc