| /rk3399_ARM-atf/make_helpers/ |
| H A D | utilities.mk | 255 with.ns = with.ns.$(with.ns.stack.head) 257 with.ns.stack := 258 with.ns.stack.head = $(words $(with.ns.stack)) 260 with.ns.push = $(eval with.ns.stack += $(with.ns.stack.head)) 267 with.ns.stack := $(wordlist 2,$(with.ns.stack.head),$(with.ns.stack))
|
| /rk3399_ARM-atf/lib/stack_protector/ |
| H A D | stack_protector.mk | 15 cflags-common += -fno-stack-protector
|
| /rk3399_ARM-atf/drivers/renesas/rcar_gen4/pwrc/ |
| H A D | pwrc.h | 29 extern uint32_t rcar_pwrc_switch_stack(uintptr_t jump, uintptr_t stack,
|
| H A D | pwrc.c | 429 uintptr_t stack = (uintptr_t) (DEVICE_SRAM_STACK_BASE + in rcar_pwrc_suspend_to_ram() local 443 (void)rcar_pwrc_switch_stack(jump, stack, NULL); in rcar_pwrc_suspend_to_ram()
|
| /rk3399_ARM-atf/drivers/renesas/common/pwrc/ |
| H A D | pwrc.h | 72 extern uint32_t rcar_pwrc_switch_stack(uintptr_t jump, uintptr_t stack,
|
| H A D | pwrc.c | 694 uintptr_t stack = (uintptr_t) (DEVICE_SRAM_STACK_BASE + in rcar_pwrc_set_suspend_to_ram() local 705 rcar_pwrc_switch_stack(jump, stack, NULL); in rcar_pwrc_set_suspend_to_ram()
|
| /rk3399_ARM-atf/plat/arm/board/tc/fdts/ |
| H A D | tc_spmc_common_sp_manifest.dtsi | 19 * | ... | Hafnium stack
|
| /rk3399_ARM-atf/docs/plat/arm/juno/ |
| H A D | index.rst | 16 stack that includes TF-A. This version of TF-A is tested with pre-built 17 `Linaro release software stack`_ version 20.01. You can alternatively 18 build the software stack yourself by following the 19 `Juno platform software user guide`_. Once you prepare the software stack 28 a single FIP binary. It assumes that a Linaro release software stack has been 246 .. _Linaro release software stack: http://releases.linaro.org/members/arm/platforms/
|
| /rk3399_ARM-atf/fdts/ |
| H A D | juno-ethosn.dtsi | 10 * Refer to the Arm(R) Ethos(TM)-N driver stack for complete device tree examples. 11 * https://github.com/ARM-software/ethos-n-driver-stack
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-11.rst | 43 Call stack: 57 Call stack:
|
| H A D | security-advisory-tfv-8.rst | 29 ``x0`` to ``x3`` are not part of the CPU context saved on the stack. 38 CPU context stored on the stack. This includes registers ``x0`` to ``x3``, as
|
| H A D | security-advisory-tfv-7.rst | 60 This approach permanently mitigates the entire software stack and no additional 89 approach will effectively permanently mitigate the entire software stack, since
|
| H A D | security-advisory-tfv-9.rst | 104 (from r1p0). The patch stack also includes an implementation for a specified
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | dtpm_drivers.rst | 52 The following diagram illustrates the Discrete TPM driver stack for the Raspberry 55 |rpi3 dtpm driver stack| 117 .. |rpi3 dtpm driver stack| image::
|
| /rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/ |
| H A D | cot_parser.py | 61 stack = [root] 63 while stack: 65 while stack: 66 cur_node = stack.pop() 71 stack = tmp_stack.copy()
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | amd-versal2.rst | 48 The stack size in TF-A for the Versal platform is configurable. 49 The custom package can define the desired stack size as per the requirement in
|
| H A D | xilinx-versal.rst | 65 The stack size in TF-A for the Versal platform is configurable. 66 The custom package can define the desired stack size as per the requirement in
|
| H A D | xilinx-zynqmp.rst | 95 The stack size in TF-A for ZynqMP platform is configurable. 96 The custom package can define the desired stack size as per the requirement in
|
| H A D | qemu.rst | 94 An alternate approach to deploy a full system stack on QEMU is to load the 99 For example, to test the following firmware stack:
|
| /rk3399_ARM-atf/docs/plat/arm/fvp-ve/ |
| H A D | index.rst | 27 - Obtain arm toolchain. The software stack has been verified with linaro 6.2
|
| /rk3399_ARM-atf/services/spd/trusty/ |
| H A D | trusty.c | 175 uint64_t handler, uint64_t stack) in trusty_set_fiq_handler() argument 187 ctx->fiq_handler_sp = stack; in trusty_set_fiq_handler()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | numa-per-cpu.rst | 28 \`.stack\`, \`.bss\`, and \`xlat\` sections. The \`.text\`, 30 \`.stack\`, \`.bss\`, and \`xlat\` form the \`NOBITS\` sections at 68 layout with the \`.text\`, \`.rodata\`, \`.data\`, \`.stack\`,
|
| H A D | exception-handling.rst | 62 rest of the handling to a dedicated software stack running at lower Secure 66 processing of the error to dedicated software stack running at lower secure 95 priority levels as applicable for the Secure software stack. It then assigns the 132 stack—priority levels stack up in strictly increasing fashion, and need to be
|
| /rk3399_ARM-atf/plat/renesas/common/ |
| H A D | plat_pm.c | 42 extern void rcar_pwrc_restore_generic_timer(uint64_t *stack);
|
| /rk3399_ARM-atf/lib/compiler-rt/builtins/ |
| H A D | assembly.h | 53 #define NO_EXEC_STACK_DIRECTIVE .section .note.GNU-stack,"",%progbits
|