/optee_os-3.20.0/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 | 634 size_t data_len, size_t *offs) in op_u32_to_binary_helper() 652 size_t data_len, size_t *offs) in op_u32_from_binary_helper() 703 size_t data_len, size_t *offs) in op_attr_secret_value_to_binary() 724 size_t data_len, size_t *offs) in op_attr_secret_value_from_binary() 814 size_t data_len, size_t *offs) in op_attr_bignum_to_binary() 910 size_t data_len, size_t *offs) in op_attr_value_to_binary() 918 size_t data_len, size_t *offs) in op_attr_value_from_binary() 978 size_t data_len, size_t *offs) in op_attr_25519_to_binary() 1000 size_t data_len, size_t *offs) in op_attr_25519_from_binary() 1284 size_t offs = 0; in tee_obj_attr_to_binary() local [all …]
|
/optee_os-3.20.0/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() 170 paddr_t _fdt_reg_base_address(const void *fdt, int offs) in _fdt_reg_base_address() 192 size_t _fdt_reg_size(const void *fdt, int offs) in _fdt_reg_size() 234 int _fdt_get_status(const void *fdt, int offs) in _fdt_get_status() 262 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 | 63 size_t offs; member 245 size_t offs = 0; in ree_fs_ta_open() local 671 size_t offs; member
|
A D | embedded_ts.c | 21 size_t offs; member
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | boot.c | 403 unsigned long offs = boot_mmu_config.load_offset; in undo_init_relocation() local 704 int offs; in add_dt_overlay_fragment() local 751 int offs; in add_dt_path_subnode() local 767 int offs; in add_optee_dt_node() local 827 static int append_psci_compatible(void *fdt, int offs, const char *str) in append_psci_compatible() 834 int offs; in dt_add_psci_node() local 891 int offs = 0; in dt_add_psci_cpu_enable_methods() local 938 int offs = 0; in add_res_mem_dt_node() local 1004 static uint64_t get_dt_val_and_advance(const void *data, size_t *offs, in get_dt_val_and_advance() 1041 int offs = 0; in get_nsec_memory_helper() local [all …]
|
/optee_os-3.20.0/core/include/mm/ |
A D | vm.h | 41 struct mobj *mobj, size_t offs) in vm_map()
|
/optee_os-3.20.0/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-3.20.0/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() 252 static size_t mobj_mm_offs(struct mobj *mobj, size_t offs) in mobj_mm_offs() 259 static void *mobj_mm_get_va(struct mobj *mobj, size_t offs, size_t len) in mobj_mm_get_va() 266 static TEE_Result mobj_mm_get_pa(struct mobj *mobj, size_t offs, in mobj_mm_get_pa() 366 static TEE_Result mobj_shm_get_pa(struct mobj *mobj, size_t offs, in mobj_shm_get_pa() 485 static void *mobj_seccpy_shm_get_va(struct mobj *mobj, size_t offs, size_t len) in mobj_seccpy_shm_get_va() 663 static TEE_Result mobj_with_fobj_get_pa(struct mobj *mobj, size_t offs, in mobj_with_fobj_get_pa()
|
A D | vm.c | 297 size_t offs, size_t pad_begin, size_t pad_end, in vm_map_pad() 855 size_t offs = 0; in map_kinit() local 1178 struct mobj **mobj, size_t *offs) in vm_buf_to_mboj_offs() 1373 uint16_t *prot, size_t *offs) in vm_get_mobj()
|
/optee_os-3.20.0/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-3.20.0/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-3.20.0/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-3.20.0/core/pta/ |
A D | secstor_ta_mgmt.c | 46 size_t offs; in install_ta() local
|
/optee_os-3.20.0/core/crypto/ |
A D | signed_hdr.c | 20 struct shdr *shdr_alloc_and_copy(size_t offs, const void *img, size_t img_size) in shdr_alloc_and_copy() 246 TEE_Result shdr_load_pub_key(const struct shdr *shdr, size_t offs, in shdr_load_pub_key()
|
/optee_os-3.20.0/core/lib/zlib/ |
A D | inftrees.c | 60 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
|
/optee_os-3.20.0/core/drivers/ |
A D | imx_lpuart.c | 83 int offs, const char *parms) in imx_lpuart_dev_init()
|
A D | serial8250_uart.c | 116 int offs, in serial8250_uart_dev_init()
|
/optee_os-3.20.0/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
|
/optee_os-3.20.0/core/drivers/rstctrl/ |
A D | stm32_rstctrl.c | 205 static TEE_Result stm32_rstctrl_provider_probe(const void *fdt, int offs, in stm32_rstctrl_provider_probe()
|