Searched refs:frame (Results 1 – 11 of 11) sorted by relevance
| /optee_os/lib/libunw/ |
| H A D | unwind_arm64.c | 52 bool unwind_stack_arm64(struct unwind_state_arm64 *frame, in unwind_stack_arm64() argument 55 vaddr_t fp = frame->fp; in unwind_stack_arm64() 62 frame->sp = fp + 0x10; in unwind_stack_arm64() 64 if (!copy_in_reg(&frame->fp, fp)) in unwind_stack_arm64() 66 if (!frame->fp) in unwind_stack_arm64() 69 if (!copy_in_reg(&frame->pc, fp + 8)) in unwind_stack_arm64() 72 pauth_strip_pac(&frame->pc); in unwind_stack_arm64() 74 ftrace_map_lr(&frame->pc); in unwind_stack_arm64() 76 frame->pc -= 4; in unwind_stack_arm64()
|
| H A D | unwind_riscv.c | 19 bool unwind_stack_riscv(struct unwind_state_riscv *frame, in unwind_stack_riscv() argument 22 vaddr_t fp = frame->fp; in unwind_stack_riscv() 57 frame->fp = caller_state->fp; in unwind_stack_riscv() 58 frame->pc = caller_state->pc; in unwind_stack_riscv() 60 ftrace_map_lr(&frame->pc); in unwind_stack_riscv() 62 frame->pc -= 4; in unwind_stack_riscv()
|
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | guiconfig.py | 538 frame = ttk.Frame(parent) 540 tree = ttk.Treeview(frame, selectmode="browse", height=20, 563 _add_vscrollbar(frame, tree) 565 frame.columnconfigure(0, weight=1) 566 frame.rowconfigure(0, weight=1) 578 return frame, tree 584 frame = ttk.Frame(parent) 586 desc = Text(frame, height=12, wrap="none", borderwidth=0, 594 _add_vscrollbar(frame, desc) 596 frame.columnconfigure(0, weight=1) [all …]
|
| /optee_os/core/arch/riscv/ |
| H A D | riscv.mk | 173 core-platform-cppflags += -fno-omit-frame-pointer 174 core-platform-cflags += -fno-omit-frame-pointer 219 ta_rv32-platform-cflags += -fno-omit-frame-pointer 256 ta_rv64-platform-cflags += -fno-omit-frame-pointer
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp15xx-dhcom-pdk2.dtsi | 185 frame-master = <&sgtl5000_tx_endpoint>; 192 frame-master = <&sgtl5000_rx_endpoint>;
|
| H A D | stm32mp15xx-dkx.dtsi | 230 frame-master = <&cs42l51_tx_endpoint>; 237 frame-master = <&cs42l51_rx_endpoint>;
|
| H A D | fsl-lx2160a.dtsi | 870 snps,quirk-frame-length-adjustment = <0x20>; 885 snps,quirk-frame-length-adjustment = <0x20>;
|
| /optee_os/ta/ |
| H A D | link.mk | 65 link-ldflags += --eh-frame-hdr
|
| /optee_os/core/arch/arm/ |
| H A D | arm.mk | 242 arm32-platform-cflags-generic-arm ?= -marm -fno-omit-frame-pointer -mapcs \
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 381 All QCBOR_DISABLE_XXX are set and compiler stack frame checking is disabled
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 4590 the need to pass -fomit-frame-pointer to avoid a build error with -O0.
|