Searched refs:SP_C_RT_CTX_SIZE (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/spm/common/aarch64/ |
| H A D | spm_helpers.S | 25 sub sp, sp, #SP_C_RT_CTX_SIZE 58 ldp x19, x20, [x0, #(SP_C_RT_CTX_X19 - SP_C_RT_CTX_SIZE)] 59 ldp x21, x22, [x0, #(SP_C_RT_CTX_X21 - SP_C_RT_CTX_SIZE)] 60 ldp x23, x24, [x0, #(SP_C_RT_CTX_X23 - SP_C_RT_CTX_SIZE)] 61 ldp x25, x26, [x0, #(SP_C_RT_CTX_X25 - SP_C_RT_CTX_SIZE)] 62 ldp x27, x28, [x0, #(SP_C_RT_CTX_X27 - SP_C_RT_CTX_SIZE)] 63 ldp x29, x30, [x0, #(SP_C_RT_CTX_X29 - SP_C_RT_CTX_SIZE)]
|
| /rk3399_ARM-atf/services/std_svc/spm/common/include/ |
| H A D | spm_common.h | 29 #define SP_C_RT_CTX_SIZE 0x60 macro 30 #define SP_C_RT_CTX_ENTRIES (SP_C_RT_CTX_SIZE >> DWORD_SHIFT)
|
| /rk3399_ARM-atf/services/std_svc/spm/spm_mm/ |
| H A D | spm_mm_private.h | 30 #define SP_C_RT_CTX_SIZE 0x60 macro 31 #define SP_C_RT_CTX_ENTRIES (SP_C_RT_CTX_SIZE >> DWORD_SHIFT)
|