Home
last modified time | relevance | path

Searched refs:CPU_RESET_FUNC_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/trusty/arm-trusted-firmware/include/lib/cpus/
Dcpu_ops.h41 #define CPU_RESET_FUNC_SIZE CPU_WORD_SIZE macro
43 #define CPU_RESET_FUNC_SIZE 0 macro
89 #define CPU_EXTRA1_FUNC CPU_RESET_FUNC + CPU_RESET_FUNC_SIZE
95 #define CPU_PWR_DWN_OPS CPU_RESET_FUNC + CPU_RESET_FUNC_SIZE
/external/arm-trusted-firmware/include/lib/cpus/aarch32/
Dcpu_macros.S40 .equ CPU_RESET_FUNC_SIZE, CPU_WORD_SIZE define
47 .equ CPU_RESET_FUNC_SIZE, 0 define
74 .equ CPU_PWR_DWN_OPS, CPU_RESET_FUNC + CPU_RESET_FUNC_SIZE
/external/arm-trusted-firmware/include/lib/cpus/aarch64/
Dcpu_macros.S43 .equ CPU_RESET_FUNC_SIZE, CPU_WORD_SIZE define
51 .equ CPU_RESET_FUNC_SIZE, 0 define
81 .equ CPU_EXTRA1_FUNC, CPU_RESET_FUNC + CPU_RESET_FUNC_SIZE