Home
last modified time | relevance | path

Searched defs:offs (Results 1 – 25 of 39) sorted by relevance

12

/optee_os/core/kernel/
A Ddt.c16 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 Dconsole.c64 int offs; in get_console_node_from_dt() local
127 int offs; in configure_console_from_dt() local
A Dree_fs_ta.c62 size_t offs; member
137 size_t offs = 0; in ree_fs_ta_open() local
559 size_t offs; member
A Dembedded_ts.c20 size_t offs; member
/optee_os/core/tee/
A Dtee_time_generic.c15 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 Dtee_ree_fs.c133 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 Dtee_svc_cryp.c530 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 Dboot.c359 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 Dvm.h41 struct mobj *mobj, size_t offs) in vm_map()
A Dmobj.h63 static inline TEE_Result mobj_get_pa(struct mobj *mobj, size_t offs, in mobj_get_pa()
/optee_os/core/drivers/clk/sam/
A Dat91_sckc.c22 static TEE_Result sckc_pmc_setup(const void *fdt __unused, int offs, in sckc_pmc_setup()
/optee_os/core/mm/
A Dmobj.c55 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 Dvm.c262 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 Dsys.c61 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 Dfs_htree.c31 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 Dfixed_clk.c28 static TEE_Result fixed_clock_probe(const void *fdt, int offs, in fixed_clock_probe()
/optee_os/core/pta/
A Dsecstor_ta_mgmt.c46 size_t offs; in install_ta() local
/optee_os/core/lib/zlib/
A Dinftrees.c60 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
/optee_os/core/drivers/
A Dimx_lpuart.c88 int offs, const char *parms) in imx_lpuart_dev_init()
A Dserial8250_uart.c116 int offs, in serial8250_uart_dev_init()
A Dimx_uart.c156 int offs, const char *parms) in imx_uart_dev_init()
/optee_os/lib/libmbedtls/core/
A Ddes3_ecb.c73 size_t offs = 0; in mbed_des3_ecb_update() local
A Ddes_ecb.c65 size_t offs = 0; in mbed_des_ecb_update() local
A Daes_ecb.c72 size_t offs = 0; in mbed_aes_ecb_update() local
A Daes_ctr.c136 size_t offs = 0; in mbedtls_aes_crypt_ctr() local

Completed in 30 milliseconds

12