| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | image.py | 16 start: Optional[int] = None 19 end: Optional[int] = None 22 length: Optional[int] = None 26 def limit(self) -> Optional[int]: 38 def size(self) -> Optional[int]: 50 def free(self) -> Optional[int]: 74 def symbols(self) -> Dict[str, int]:
|
| H A D | elfparser.py | 30 start: int 31 end: int 32 size: int 45 self._segments: Dict[int, TfaMemObject] = {} 46 self._memory_layout: Dict[str, Dict[str, int]] = {} 53 self._symbols: Dict[str, int] = { 59 self._start: int = elf["e_entry"] 60 self._size: int 61 self._free: int 63 self._end: int = self._start + self._size [all …]
|
| H A D | printer.py | 24 def __init__(self, columns: int, as_decimal: bool = False) -> None: argument 25 self.term_size: int = columns 33 width: int = 10, argument 36 if not fmt and isinstance(args[0], int): 44 width: int = 10, argument 54 rel_pos: int, argument 55 columns: int, argument 56 width: int, argument 114 symbol_table: Dict[str, Dict[str, int]], argument 116 start: int = 12, argument [all …]
|
| H A D | mapparser.py | 23 self._symbols: Dict[str, int] = self.read_symbols(map_file) 40 def symbols(self) -> Dict[str, int]: 44 def read_symbols(file: TextIO) -> Dict[str, int]: 46 symbols: Dict[str, int] = {} 53 symbols[name] = int(value, 16)
|
| H A D | summary.py | 29 ModuleStats = Dict[str, int] 75 def module_add(self, object_name: str, size: int, section: str): argument 103 new_module: ModuleStats = defaultdict(int) 157 def parse_section(self, line: str) -> Tuple[str, int]: 170 o_size: int = int(is_fill.group(2), 16) 175 o_size: int = int(is_section.group(2), 16) 239 mem_summary: Dict[str, int] 240 subtotal: Dict[str, int] 258 self.mem_summary: Dict[str, int] = {} 261 self.subtotal: Dict[str, int] = {} [all …]
|
| H A D | memmap.py | 54 type=int, 69 width: int, argument 120 def tree(obj: Context, depth: int): argument 196 @click.option("-d", "--depth", type=int, default=2) 205 def summary(file: Path, old: Optional[Path], depth: int, exclude_fill: bool, type: str): argument
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | platform-interrupt-controller-API.rst | 9 Function: unsigned int plat_ic_get_running_priority(void); [optional] 15 Return : unsigned int 24 Function: int plat_ic_is_spi(unsigned int id); [optional] 29 Argument : unsigned int 30 Return : int 37 Function: int plat_ic_is_ppi(unsigned int id); [optional] 42 Argument : unsigned int 43 Return : int 50 Function: int plat_ic_is_sgi(unsigned int id); [optional] 55 Argument : unsigned int [all …]
|
| H A D | debugfs-design.rst | 48 int open(const char *name, int flags); 49 int close(int fd); 50 int read(int fd, void *buf, int n); 51 int write(int fd, void *buf, int n); 52 int seek(int fd, long off, int whence); 53 int stat(char *path, dir_t *dir); 63 int mount(char *srv, char *mnt, char *spec); 64 int create(const char *name, int flags); 65 int bind(char *path, char *where);
|
| H A D | firmware-update.rst | 295 unsigned int image_id 297 unsigned int block_size 298 unsigned int image_size 301 int : 0 (Success) 344 unsigned int image_id 346 unsigned int image_size 349 int : 0 (Success) 384 unsigned int image_id 387 int : 0 (Success) 441 int : 0 (Success) [all …]
|
| H A D | ras.rst | 232 typedef int (*err_record_probe_t)(const struct err_record_info *info, 233 int *probe_data); 246 typedef int (*err_record_handler_t)(const struct err_record_info *info, 247 int probe_data, const struct err_handler_data *const data); 267 int ras_err_ser_probe_memmap(const struct err_record_info *info, 268 int *probe_data); 270 int ras_err_ser_probe_sysreg(const struct err_record_info *info, 271 int *probe_data);
|
| /rk3399_ARM-atf/tools/sptool/ |
| H A D | sptool.py | 39 return int(value).to_bytes(HEADER_ELEMENT_BYTES, 'little') 42 def __init__(self, pm_path : str, img_path : str, pm_offset: int, argument 43 img_offset: int): argument 134 pm_offset = int(args.pm_offset, 0) 135 img_offset = int(args.img_offset, 0)
|
| H A D | sp_mk_generator.py | 102 return int(sp_node["size"]) 106 return int(sp_node["size"], 16) 126 return int(node["offset"], 0) 152 z = [int.from_bytes(i, byteorder='little', signed=False) for i in y] 274 args["split"] = int(MAX_SP / 2)
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-4.rst | 77 static int bl1_fwu_image_copy(unsigned int image_id, 79 unsigned int block_size, 80 unsigned int image_size, 81 unsigned int flags) 99 static int bl1_fwu_image_auth(unsigned int image_id, 101 unsigned int image_size, 102 unsigned int flags)
|
| H A D | security-advisory-tfv-11.rst | 72 static int sdei_interrupt_bind(unsigned int intr_num)
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | console-framework.rst | 75 Return : int 98 Argument : int, console_t * 99 Return : int 102 two arguments, a character as int stored in w0, and the ``console_t`` struct pointer 119 Return : int 211 Return : int 243 Argument : console_t*, int 253 It takes a pointer to the console and an int value (which is provided as the 261 Argument : int 279 Argument : int [all …]
|
| H A D | auth-framework.rst | 235 int (*verify_signature)( 237 void *data_ptr, unsigned int data_len, 239 void *sig_ptr, unsigned int sig_len, 241 void *sig_alg, unsigned int sig_alg_len, 243 void *pk_ptr, unsigned int pk_len); 244 int (*calc_hash)( 248 void *data_ptr, unsigned int data_len, 251 int (*verify_hash)( 253 void *data_ptr, unsigned int data_len, 255 void *digest_info_ptr, unsigned int digest_info_len); [all …]
|
| H A D | psci-pd-tree.rst | 195 unsigned int cpu_start_idx; 202 unsigned int ncpus; 205 unsigned int parent_node; 214 unsigned int parent_node;
|
| /rk3399_ARM-atf/lib/compiler-rt/builtins/ |
| H A D | int_div_impl.inc | 74 const int N = (int)(sizeof(fixint_t) * CHAR_BIT) - 1; 86 const int N = (int)(sizeof(fixint_t) * CHAR_BIT) - 1;
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | measured_boot.rst | 149 int plat_mboot_measure_image(unsigned int image_id, 201 int plat_mboot_measure_critical_data(unsigned int critical_data_id, 220 int plat_mboot_measure_key(const void *pk_oid, const void *pk_ptr, 242 int crypto_mod_tcg_hash(uint32_t tpm_alg_id, void *data, 243 unsigned int len, uint8_t *digest);
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 762 Return : unsigned int 790 Argument : void *, void **, unsigned int *, unsigned int * 791 Return : int 840 Argument : void *, unsigned int * 841 Return : int 858 Argument : void *, unsigned int 859 Return : int 874 Argument : void *, const auth_img_desc_t *, unsigned int 875 Return : int 942 Return : unsigned int [all …]
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | coding-style.rst | 96 int function_foo(bool bar) 155 int my_function(void) 157 int a; 448 int arg1; 449 int arg2; 458 int arg1; 459 int arg2;
|
| H A D | coding-guidelines.rst | 115 int arg1; 116 int arg2; 134 int arg1; 135 int arg2; 352 example, ``char``, ``int``, ``long long``, etc) instead of the standard *C99* 364 - Use ``int`` as the default integer type - it's likely to be the fastest on all 369 - Avoid use of ``short`` as this may end up being slower than ``int`` in some 374 that `int` is 32-bit on Arm platforms, there is no use for it. For integers of 441 unsigned integer on all systems, cast it to ``unsigned int``.
|
| /rk3399_ARM-atf/lib/romlib/ |
| H A D | romlib_generator.py | 164 self.args.add_argument("--bti", help="Branch Target Identification", type=int) 211 self.args.add_argument("--bti", help="Branch Target Identification", type=int)
|
| /rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/ |
| H A D | cot_parser.py | 473 node_image_id: int = node.get_field("image-id") 543 node_image_id: int = node.get_field("image-id") 646 c_image_id: int = c.get_field("image-id") 651 c_image_id: int = c.get_field("image-id")
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | nvidia-tegra.rst | 131 int uart\_id; 133 int l2\_ecc\_parity\_prot\_dis;
|