Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 38) sorted by relevance

12

/tf-a-ffa_el3_spmc/lib/libc/
A Dassert.c21 void __dead2 __assert(const char *file, unsigned int line, in __assert() argument
24 printf("ASSERT: %s:%d:%s\n", file, line, assertion); in __assert()
30 void __dead2 __assert(const char *file, unsigned int line) in __assert() argument
32 printf("ASSERT: %s:%d\n", file, line); in __assert()
/tf-a-ffa_el3_spmc/include/dt-bindings/pinctrl/
A Dstm32-pinfunc.h32 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument
34 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
/tf-a-ffa_el3_spmc/tools/memory/
A Dprint_memory_map.py48 for line in mapfile:
52 match = line_pattern.search(line)
55 match = address_pattern.search(line)
/tf-a-ffa_el3_spmc/include/lib/libc/
A Dassert.h33 void __dead2 __assert(const char *file, unsigned int line,
36 void __dead2 __assert(const char *file, unsigned int line);
/tf-a-ffa_el3_spmc/tools/sptool/
A Dsp_mk_generator.py115 for line in pm_file:
116 if uuid_key in line:
117 uuid_hex = re.findall(r'\<(.+?)\>', line)[0];
/tf-a-ffa_el3_spmc/plat/arm/board/common/protpk/
A DREADME5 generated using the openssl command line tool:
11 command line tool:
/tf-a-ffa_el3_spmc/tools/encrypt_fw/src/
A Dmain.c39 char line[HELP_OPT_MAX_LEN]; in print_help() local
56 p = line; in print_help()
66 printf("\t%-32s %s\n", line, cmd_opt_get_help_msg(i)); in print_help()
/tf-a-ffa_el3_spmc/lib/romlib/
A Dromlib_generator.py59 for line in index_file.readlines():
60 line_elements = line.split()
62 if line.startswith("#") or not line_elements:
83 raise Exception("Invalid line: '" + line + "'")
111 for index, line in enumerate(template_lines):
112 if line.find("*/") != -1:
A Djmptbl.i8 # Add "patch" at the end of the line to patch a function. For example:
/tf-a-ffa_el3_spmc/docs/plat/arm/arm_fpga/
A Dindex.rst46 The DT gets amended by the code, to potentially add a command line and
52 - ``FPGA_PRELOADED_CMD_LINE`` : Physical address of the command line to
54 a command line can be put somewhere into memory, so that BL31 will
57 actual command line.
61 containing the desired command line, prefixed by the "CMD:" signature.
72 make command line:
89 a Linux initrd image file and possibly a command line:
/tf-a-ffa_el3_spmc/docs/design/
A Dtrusted-board-boot-build.rst28 #. To build the FIP image, ensure the following command line variables are set
45 are also read-only, but the value can be specified using the command line
58 Example of command line using RSA development keys:
76 command line. On Arm development platforms like Juno, these are:
81 Example of Juno command line for generating both ``fwu`` and ``fwu_fip``
99 to the command line above.
/tf-a-ffa_el3_spmc/docs/process/
A Dcoding-style.rst22 character is used to break a line and reset to the first column.
111 non-printing characters such as the line feed.
120 Functions are usually separated by a single blank line. In certain cases it is
134 is **not** placed on a new line.
146 style, **do** place the opening brace on a new line.
307 * This example illustrates the first allowed style for multi-line comments.
317 * This is the second allowed style for multi-line comments.
328 /* Single line comments can use this format */
333 * This alternative single-line comment style can also be used for emphasis.
373 Groups must be separated by a single blank line for clarity.
A Dcontributing.rst56 line, using your real name and email address. The names in the
57 ``Signed-off-by:`` and ``Commit:`` lines must match. By adding this line the
66 - Ensure that each commit also has a unique ``Change-Id:`` line. If you have
/tf-a-ffa_el3_spmc/plat/common/
A Dubsan.c15 uint32_t line; member
107 loc->file_name, loc->line, loc->column, func); in print_loc()
/tf-a-ffa_el3_spmc/tools/cert_create/src/
A Dmain.c101 char line[HELP_OPT_MAX_LEN]; in print_help() local
120 p = line; in print_help()
130 printf("\t%-32s %s\n", line, cmd_opt_get_help_msg(i)); in print_help()
/tf-a-ffa_el3_spmc/docs/plat/
A Dnvidia-tegra.rst80 the image, pass 'SPD=tlkd' on the command line while preparing a bl31 image.
82 'SPD=trusty' on the command line while preparing a bl31 image.
113 to the build command line.
A Dqemu-sbsa.rst5 Armv8-A. While running Qemu from command line, we need to supply two Flash
A Dallwinner.rst97 In order to include the 'opteed' dispatcher in the image, pass 'SPD=opteed' on the command line
A Drpi3.rst135 command line passed to the kernel in ``cmdline.txt``. See the `Setup SD card`_
211 needed in the build command line if this option is used. Specially useful
275 Linux command line so that the USB driver doesn't use FIQs:
314 Then compile TF-A. For a 32-bit kernel, use the following command line:
322 For a 64-bit kernel, use this other command line:
A Dstm32mp1.rst19 Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option:
/tf-a-ffa_el3_spmc/drivers/brcm/emmc/
A Demmc_chal_sd.c831 int32_t chal_sd_reset_line(CHAL_HANDLE *sd_handle, uint32_t line) in chal_sd_reset_line() argument
843 if (flag != (line | flag)) in chal_sd_reset_line()
848 control |= line; in chal_sd_reset_line()
856 } while (control & line); in chal_sd_reset_line()
/tf-a-ffa_el3_spmc/docs/security_advisories/
A Dsecurity-advisory-tfv-8.rst39 can be seen in the ``lib/el3_runtime/aarch64/context.S`` file at line 339
84 line 19 (referring to the version of the code as of `commit c385955`_):
/tf-a-ffa_el3_spmc/include/drivers/brcm/emmc/
A Demmc_chal_sd.h190 int32_t chal_sd_reset_line(CHAL_HANDLE *sdHandle, uint32_t line);
/tf-a-ffa_el3_spmc/plat/allwinner/common/
A Darisc_off.S76 reset: l.sw 0x1c00(r13),r0 # pull down our own reset line
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/
A Dbuild.rst204 The last line on package marking (next line after the 88F37x0 line) should contain:
301 line is as following

Completed in 28 milliseconds

12