Home
last modified time | relevance | path

Searched refs:PLAT_ARM_TRUSTED_MAILBOX_BASE (Results 1 – 13 of 13) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/
H A Darm_pm.c193 uintptr_t *mailbox = (void *) PLAT_ARM_TRUSTED_MAILBOX_BASE; in plat_arm_program_trusted_mailbox()
201 assert((PLAT_ARM_TRUSTED_MAILBOX_BASE >= ARM_SHARED_RAM_BASE) && in plat_arm_program_trusted_mailbox()
202 ((PLAT_ARM_TRUSTED_MAILBOX_BASE + sizeof(*mailbox)) <= in plat_arm_program_trusted_mailbox()
/rk3399_ARM-atf/plat/arm/css/common/aarch64/
H A Dcss_helpers.S36 mov_imm x0, PLAT_ARM_TRUSTED_MAILBOX_BASE
64 mov_imm x0, PLAT_ARM_TRUSTED_MAILBOX_BASE
/rk3399_ARM-atf/include/plat/arm/css/common/
H A Dcss_def.h83 #define PLAT_ARM_TRUSTED_MAILBOX_BASE (ARM_SHARED_RAM_BASE + ARM_SHARED_RAM_SIZE - 0x8) macro
102 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE macro
/rk3399_ARM-atf/plat/arm/board/fvp/aarch64/
H A Dfvp_helpers.S71 mov_imm x0, PLAT_ARM_TRUSTED_MAILBOX_BASE
129 mov_imm x0, PLAT_ARM_TRUSTED_MAILBOX_BASE
/rk3399_ARM-atf/plat/arm/board/corstone1000/common/
H A Dcorstone1000_helpers.S41 mov_imm x0, PLAT_ARM_TRUSTED_MAILBOX_BASE
/rk3399_ARM-atf/plat/arm/board/corstone1000/common/include/
H A Dplatform_def.h255 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE macro
262 #define CORSTONE1000_SECONDARY_CORE_HOLD_BASE (PLAT_ARM_TRUSTED_MAILBOX_BASE + \
/rk3399_ARM-atf/plat/arm/css/common/aarch32/
H A Dcss_helpers.S44 ldr r0, =PLAT_ARM_TRUSTED_MAILBOX_BASE
/rk3399_ARM-atf/plat/arm/board/fvp/aarch32/
H A Dfvp_helpers.S74 ldr r0, =PLAT_ARM_TRUSTED_MAILBOX_BASE
/rk3399_ARM-atf/plat/arm/board/juno/aarch64/
H A Djuno_helpers.S216 mov_imm x0, PLAT_ARM_TRUSTED_MAILBOX_BASE
/rk3399_ARM-atf/plat/arm/board/corstone700/common/include/
H A Dplatform_def.h162 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE macro
/rk3399_ARM-atf/include/plat/nuvoton/npcm845x/
H A Dplatform_def.h296 #define PLAT_ARM_TRUSTED_MAILBOX_BASE 0xfffB0000 macro
/rk3399_ARM-atf/plat/arm/board/fvp/include/
H A Dplatform_def.h450 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE
426 #define PLAT_ARM_TRUSTED_MAILBOX_BASE global() macro
/rk3399_ARM-atf/drivers/arm/css/scp/
H A Dcss_pm_scmi.c329 mmio_write_64(PLAT_ARM_TRUSTED_MAILBOX_BASE, 0U); in css_scp_system_off()