Searched refs:_secure (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | u-boot.lds | 19 /DISCARD/ : { *(.rela._secure*) } 60 *(._secure.text) 65 *(._secure.data)
|
H A D | psci.S | 25 .pushsection ._secure.text, "ax"
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | ls1043a_psci.S | 12 .pushsection ._secure.text, "ax"
|
/openbmc/u-boot/board/freescale/ls1021atwr/ |
H A D | psci.S | 13 .pushsection ._secure.text, "ax"
|
/openbmc/u-boot/board/freescale/ls1021aiot/ |
H A D | psci.S | 13 .pushsection ._secure.text, "ax"
|
/openbmc/u-boot/arch/arm/cpu/ |
H A D | u-boot.lds | 36 /DISCARD/ : { *(.rel._secure*) } 87 *(._secure.text) 92 *(._secure.data)
|
/openbmc/u-boot/board/freescale/ls1021aqds/ |
H A D | psci.S | 13 .pushsection ._secure.text, "ax"
|
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/ |
H A D | psci_smp.S | 10 .section ._secure.text, "ax"
|
/openbmc/u-boot/arch/arm/mach-imx/mx7/ |
H A D | psci-suspend.S | 12 .pushsection ._secure.text, "ax"
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | psci.S | 15 .pushsection ._secure.text, "ax"
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | nonsec_virt.S | 17 .pushsection ._secure.text, "ax"
|
H A D | psci.S | 23 .pushsection ._secure.text, "ax"
|
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
H A D | psci.S | 33 .pushsection ._secure.text, "ax"
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 2642 #define A32_BANKED_REG_GET(_env, _regname, _secure) \ argument 2643 ((_secure) ? (_env)->cp15._regname##_s : (_env)->cp15._regname##_ns) 2645 #define A32_BANKED_REG_SET(_env, _regname, _secure, _val) \ argument 2647 if (_secure) { \
|