/trusted-firmware-a/plat/nvidia/tegra/drivers/bpmp_ipc/ |
A D | intf.c | 59 struct frame_data *frame; in tegra_bpmp_get_next_out_frame() local 63 if (frame == NULL) { in tegra_bpmp_get_next_out_frame() 66 s_channel.ob = frame; in tegra_bpmp_get_next_out_frame() 69 return frame; in tegra_bpmp_get_next_out_frame() 85 struct frame_data *frame; in tegra_bpmp_slave_acked() local 89 if (frame == NULL) { in tegra_bpmp_slave_acked() 92 s_channel.ib = frame; in tegra_bpmp_slave_acked() 176 (frame == NULL)) { in tegra_bpmp_ipc_send_req_atomic() 182 frame->mrq = mrq; in tegra_bpmp_ipc_send_req_atomic() 183 frame->flags = FLAG_DO_ACK; in tegra_bpmp_ipc_send_req_atomic() [all …]
|
A D | ivc.c | 223 uint32_t frame) in ivc_frame_pointer() argument 225 assert(frame < ivc->nframes); in ivc_frame_pointer() 227 calc_frame_offset(frame, ivc->frame_size, 0)); in ivc_frame_pointer()
|
/trusted-firmware-a/docs/build/latex/ |
A D | sphinxlatexshadowbox.sty | 23 % first we frame the box #1 40 \kern-\dimen@ % shift back vertically to bottom of frame 51 % use framed.sty to allow page breaks in frame+shadow 68 % will put top part of frame on this baseline.
|
A D | sphinxlatexliterals.sty | 96 % - frame is \fboxsep separated from the contents, 98 % - #1 = color of frame, #2 = color of background, 99 % - #3 = above frame, #4 = below frame, #5 = within frame, 110 % #1 = for material above frame, such as a caption or a "continued" hint 116 \vbox{#1% above frame 117 % draw frame border _latest_ to avoid pdf viewer issue 129 #2% below frame 510 % if no frame (code-blocks inside table cells), remove 578 % - and distance from bottom of frame to next text baseline is 620 % try to account for external frame parameters [all …]
|
A D | sphinxlatexadmonitions.sty | 79 % revert a skip done by framed before the frame. 114 % arrange for similar spacing below frame as for "light" boxes.
|
A D | sphinxlatextables.sty | 56 % Space from caption baseline to top of table or frame of literal-block
|
/trusted-firmware-a/common/backtrace/ |
A D | backtrace.mk | 16 TF_CFLAGS += -fno-omit-frame-pointer
|
/trusted-firmware-a/fdts/ |
A D | fvp-foundation-gicv2-psci.dts | 122 frame@2a830000 { 123 frame-number = <1>;
|
A D | fvp-foundation-gicv3-psci.dts | 131 frame@2a830000 { 132 frame-number = <1>;
|
A D | a5ds.dts | 133 frame@1a050000 { 134 frame-number = <0>;
|
A D | corstone700.dtsi | 106 frame@1a230000 { 107 frame-number = <0>;
|
A D | fvp-base-gicv2-psci.dts | 121 frame@2a830000 { 122 frame-number = <1>;
|
A D | fvp-base-gicv2-psci-aarch32.dts | 122 frame@2a830000 { 123 frame-number = <1>;
|
A D | fvp-base-gicv3-psci-aarch32-common.dtsi | 123 frame@2a830000 { 124 frame-number = <1>;
|
A D | fvp-base-gicv3-psci-common.dtsi | 192 frame@2a830000 { 193 frame-number = <1>;
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/ |
A D | arm-build-options.rst.txt | 14 frame registers by setting the ``CNTCTLBase.CNTACR<N>`` register bits. The 15 frame number ``<N>`` is defined by ``PLAT_ARM_NSTIMER_FRAME_ID``, which 16 should match the frame used by the Non-Secure image (normally the Linux 17 kernel). Default is true (access to the frame is allowed).
|
/trusted-firmware-a/docs/plat/arm/ |
A D | arm-build-options.rst | 14 frame registers by setting the ``CNTCTLBase.CNTACR<N>`` register bits. The 15 frame number ``<N>`` is defined by ``PLAT_ARM_NSTIMER_FRAME_ID``, which 16 should match the frame used by the Non-Secure image (normally the Linux 17 kernel). Default is true (access to the frame is allowed).
|
/trusted-firmware-a/plat/rockchip/rk3399/drivers/m0/ |
A D | Makefile | 37 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | debugfs-design.rst.txt | 98 needs to allocate a physical page frame and transmit its address.
|
A D | sdei.rst.txt | 311 written in C: compilers typically adjust the stack frame at the beginning and 330 The register ``x29`` is used as frame pointer in the prologue. Because neither a
|
A D | arm-sip-service.rst.txt | 378 page frame in its virtual space and uses this buffer to exchange string
|
/trusted-firmware-a/docs/components/ |
A D | debugfs-design.rst | 98 needs to allocate a physical page frame and transmit its address.
|
A D | sdei.rst | 311 written in C: compilers typically adjust the stack frame at the beginning and 330 The register ``x29`` is used as frame pointer in the prologue. Because neither a
|
A D | arm-sip-service.rst | 378 page frame in its virtual space and uses this buffer to exchange string
|
/trusted-firmware-a/docs/getting_started/ |
A D | build-options.rst | 241 AArch32 the format of the frame records are not defined in the AAPCS and they
|