Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 40) sorted by relevance

12

/rk3399_ARM-atf/make_helpers/
H A Dutilities.mk255 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 Dstack_protector.mk15 cflags-common += -fno-stack-protector
/rk3399_ARM-atf/drivers/renesas/rcar_gen4/pwrc/
H A Dpwrc.h29 extern uint32_t rcar_pwrc_switch_stack(uintptr_t jump, uintptr_t stack,
H A Dpwrc.c429 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 Dpwrc.h72 extern uint32_t rcar_pwrc_switch_stack(uintptr_t jump, uintptr_t stack,
H A Dpwrc.c694 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 Dtc_spmc_common_sp_manifest.dtsi19 * | ... | Hafnium stack
/rk3399_ARM-atf/docs/plat/arm/juno/
H A Dindex.rst16 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 Djuno-ethosn.dtsi10 * 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 Dsecurity-advisory-tfv-11.rst43 Call stack:
57 Call stack:
H A Dsecurity-advisory-tfv-8.rst29 ``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 Dsecurity-advisory-tfv-7.rst60 This approach permanently mitigates the entire software stack and no additional
89 approach will effectively permanently mitigate the entire software stack, since
H A Dsecurity-advisory-tfv-9.rst104 (from r1p0). The patch stack also includes an implementation for a specified
/rk3399_ARM-atf/docs/design_documents/
H A Ddtpm_drivers.rst52 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 Dcot_parser.py61 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 Damd-versal2.rst48 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 Dxilinx-versal.rst65 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 Dxilinx-zynqmp.rst95 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 Dqemu.rst94 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 Dindex.rst27 - Obtain arm toolchain. The software stack has been verified with linaro 6.2
/rk3399_ARM-atf/services/spd/trusty/
H A Dtrusty.c175 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 Dnuma-per-cpu.rst28 \`.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 Dexception-handling.rst62 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 Dplat_pm.c42 extern void rcar_pwrc_restore_generic_timer(uint64_t *stack);
/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dassembly.h53 #define NO_EXEC_STACK_DIRECTIVE .section .note.GNU-stack,"",%progbits

12