/optee_os/core/kernel/ |
A D | dt.c | 16 const struct dt_driver *dt_find_compatible_driver(const void *fdt, int offs) in dt_find_compatible_driver() 36 bool dt_have_prop(const void *fdt, int offs, const char *propname) in dt_have_prop() 89 int dt_map_dev(const void *fdt, int offs, vaddr_t *base, size_t *size) in dt_map_dev() 159 paddr_t _fdt_reg_base_address(const void *fdt, int offs) in _fdt_reg_base_address() 181 size_t _fdt_reg_size(const void *fdt, int offs) in _fdt_reg_size() 223 int _fdt_get_status(const void *fdt, int offs) in _fdt_get_status() 251 void _fdt_fill_device_info(const void *fdt, struct dt_node_info *info, int offs) in _fdt_fill_device_info()
|
A D | console.c | 64 int offs; in get_console_node_from_dt() local 127 int offs; in configure_console_from_dt() local
|
A D | ree_fs_ta.c | 62 size_t offs; member 137 size_t offs = 0; in ree_fs_ta_open() local 559 size_t offs; member
|
A D | embedded_ts.c | 20 size_t offs; member
|
/optee_os/core/tee/ |
A D | tee_time_generic.c | 15 TEE_Time offs; member 23 const TEE_Time **offs, bool *positive) in tee_time_ta_get_offs() 39 const TEE_Time *offs, bool positive) in tee_time_ta_set_offs() 68 const TEE_Time *offs; in tee_time_get_ta_time() local 102 TEE_Time offs; in tee_time_set_ta_time() local
|
A D | tee_ree_fs.c | 133 uint8_t vers, size_t *offs, size_t *size) in get_offs_size() 222 size_t offs; in ree_fs_rpc_read_init() local 240 size_t offs; in ree_fs_rpc_write_init() local 272 size_t offs; in ree_fs_ftruncate_internal() local
|
A D | tee_svc_cryp.c | 530 size_t data_len, size_t *offs) in op_u32_to_binary_helper() 548 size_t data_len, size_t *offs) in op_u32_from_binary_helper() 599 size_t data_len, size_t *offs) in op_attr_secret_value_to_binary() 620 size_t data_len, size_t *offs) in op_attr_secret_value_from_binary() 708 size_t data_len, size_t *offs) in op_attr_bignum_to_binary() 730 size_t data_len, size_t *offs) in op_attr_bignum_from_binary() 804 size_t data_len, size_t *offs) in op_attr_value_to_binary() 812 size_t data_len, size_t *offs) in op_attr_value_from_binary() 1052 size_t offs = 0; in tee_obj_attr_to_binary() local 1086 size_t offs = 0; in tee_obj_attr_from_binary() local
|
/optee_os/core/arch/arm/kernel/ |
A D | boot.c | 359 unsigned long offs = boot_mmu_config.load_offset; in undo_init_relocation() local 643 int offs; in add_dt_overlay_fragment() local 690 int offs; in add_dt_path_subnode() local 706 int offs; in add_optee_dt_node() local 766 static int append_psci_compatible(void *fdt, int offs, const char *str) in append_psci_compatible() 773 int offs; in dt_add_psci_node() local 830 int offs = 0; in dt_add_psci_cpu_enable_methods() local 877 int offs = 0; in add_res_mem_dt_node() local 943 static uint64_t get_dt_val_and_advance(const void *data, size_t *offs, in get_dt_val_and_advance() 980 int offs = 0; in get_nsec_memory_helper() local [all …]
|
/optee_os/core/include/mm/ |
A D | vm.h | 41 struct mobj *mobj, size_t offs) in vm_map()
|
A D | mobj.h | 63 static inline TEE_Result mobj_get_pa(struct mobj *mobj, size_t offs, in mobj_get_pa()
|
/optee_os/core/drivers/clk/sam/ |
A D | at91_sckc.c | 22 static TEE_Result sckc_pmc_setup(const void *fdt __unused, int offs, in sckc_pmc_setup()
|
/optee_os/core/mm/ |
A D | mobj.c | 55 static TEE_Result mobj_phys_get_pa(struct mobj *mobj, size_t offs, in mobj_phys_get_pa() 250 static size_t mobj_mm_offs(struct mobj *mobj, size_t offs) in mobj_mm_offs() 257 static void *mobj_mm_get_va(struct mobj *mobj, size_t offs, size_t len) in mobj_mm_get_va() 264 static TEE_Result mobj_mm_get_pa(struct mobj *mobj, size_t offs, in mobj_mm_get_pa() 364 static TEE_Result mobj_shm_get_pa(struct mobj *mobj, size_t offs, in mobj_shm_get_pa() 469 static void *mobj_seccpy_shm_get_va(struct mobj *mobj, size_t offs, size_t len) in mobj_seccpy_shm_get_va() 639 static TEE_Result mobj_with_fobj_get_pa(struct mobj *mobj, size_t offs, in mobj_with_fobj_get_pa()
|
A D | vm.c | 262 size_t offs, size_t pad_begin, size_t pad_end, in vm_map_pad() 800 size_t offs = 0; in map_kinit() local 1117 struct mobj **mobj, size_t *offs) in vm_buf_to_mboj_offs() 1311 uint16_t *prot, size_t *offs) in vm_get_mobj()
|
/optee_os/ldelf/ |
A D | sys.c | 61 uint32_t handle, size_t offs, size_t pad_begin, in sys_map_ta_bin() 70 size_t offs) in sys_copy_from_ta_bin()
|
/optee_os/core/pta/tests/ |
A D | fs_htree.c | 31 uint8_t vers, size_t *offs, size_t *size) in test_get_offs_size() 98 size_t offs = 0; in test_read_init() local 122 size_t offs = op->params[0].u.value.b; in test_read_final() local 146 size_t offs = op->params[0].u.value.b; in test_write_final() local 473 size_t offs = 0; in test_corrupt_type() local
|
/optee_os/core/drivers/clk/ |
A D | fixed_clk.c | 28 static TEE_Result fixed_clock_probe(const void *fdt, int offs, in fixed_clock_probe()
|
/optee_os/core/pta/ |
A D | secstor_ta_mgmt.c | 46 size_t offs; in install_ta() local
|
/optee_os/core/lib/zlib/ |
A D | inftrees.c | 60 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
|
/optee_os/core/drivers/ |
A D | imx_lpuart.c | 88 int offs, const char *parms) in imx_lpuart_dev_init()
|
A D | serial8250_uart.c | 116 int offs, in serial8250_uart_dev_init()
|
A D | imx_uart.c | 156 int offs, const char *parms) in imx_uart_dev_init()
|
/optee_os/lib/libmbedtls/core/ |
A D | des3_ecb.c | 73 size_t offs = 0; in mbed_des3_ecb_update() local
|
A D | des_ecb.c | 65 size_t offs = 0; in mbed_des_ecb_update() local
|
A D | aes_ecb.c | 72 size_t offs = 0; in mbed_aes_ecb_update() local
|
A D | aes_ctr.c | 136 size_t offs = 0; in mbedtls_aes_crypt_ctr() local
|