Searched refs:SP_C_RT_CTX_SIZE (Results 1 – 2 of 2) sorted by relevance
/external/arm-trusted-firmware/services/std_svc/spm_mm/aarch64/ |
D | spm_mm_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)]
|
/external/arm-trusted-firmware/services/std_svc/spm_mm/ |
D | spm_mm_private.h | 29 #define SP_C_RT_CTX_SIZE 0x60 macro 30 #define SP_C_RT_CTX_ENTRIES (SP_C_RT_CTX_SIZE >> DWORD_SHIFT)
|