| /optee_os/core/tee/ |
| H A D | tee_time_generic.c | 14 TEE_Time offs; member 22 const TEE_Time **offs, bool *positive) in tee_time_ta_get_offs() 38 const TEE_Time *offs, bool positive) in tee_time_ta_set_offs() 67 const TEE_Time *offs; in tee_time_get_ta_time() local 101 TEE_Time offs; in tee_time_set_ta_time() local
|
| H A D | tee_ree_fs.c | 143 uint8_t vers, size_t *offs, size_t *size) in get_offs_size() 232 size_t offs; in ree_fs_rpc_read_init() local 250 size_t offs; in ree_fs_rpc_write_init() local 283 size_t offs; in ree_fs_ftruncate_internal() local
|
| /optee_os/core/kernel/ |
| H A D | dt.c | 27 const struct dt_driver *dt_find_compatible_driver(const void *fdt, int offs) in dt_find_compatible_driver() 47 bool dt_have_prop(const void *fdt, int offs, const char *propname) in dt_have_prop() 100 int dt_map_dev(const void *fdt, int offs, vaddr_t *base, size_t *size, in dt_map_dev() 193 int fdt_get_reg_props_by_index(const void *fdt, int offs, int index, in fdt_get_reg_props_by_index() 250 int fdt_reg_info(const void *fdt, int offs, paddr_t *base, size_t *size) in fdt_reg_info() 255 paddr_t fdt_reg_base_address(const void *fdt, int offs) in fdt_reg_base_address() 265 size_t fdt_reg_size(const void *fdt, int offs) in fdt_reg_size() 280 int fdt_get_status(const void *fdt, int offs) in fdt_get_status() 308 void fdt_fill_device_info(const void *fdt, struct dt_node_info *info, int offs) in fdt_fill_device_info() 724 int offs = 0; in add_dt_overlay_fragment() local [all …]
|
| H A D | console.c | 97 int offs; in get_console_node_from_dt() local 160 int offs; in configure_console_from_dt() local
|
| H A D | boot.c | 14 static uint64_t get_dt_val_and_advance(const void *data, size_t *offs, in get_dt_val_and_advance() 54 int offs = 0; in get_nsec_memory_helper() local
|
| H A D | ree_fs_ta.c | 64 size_t offs; member 253 size_t offs = 0; in ree_fs_ta_open() local 687 size_t offs; member
|
| /optee_os/core/include/mm/ |
| H A D | vm.h | 41 struct mobj *mobj, size_t offs) in vm_map()
|
| /optee_os/core/pta/tests/ |
| H 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 476 size_t offs = 0; in test_corrupt_type() local
|
| /optee_os/core/drivers/ |
| H A D | openedges_omc.c | 79 static void omc_write32(uint8_t filter, uint32_t offs, uint32_t val) in omc_write32() 86 static uint32_t omc_read32(uint8_t filter, uint32_t offs) in omc_read32() 93 static void omc_write64(uint8_t filter, uint32_t offs, uint64_t val) in omc_write64() 100 static uint64_t omc_read64(uint8_t filter, uint32_t offs) in omc_read64()
|
| H A D | imx_lpuart.c | 84 int offs, const char *parms) in imx_lpuart_dev_init()
|
| H A D | serial8250_uart.c | 117 int offs, in serial8250_uart_dev_init()
|
| /optee_os/ldelf/ |
| H 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/drivers/clk/sam/ |
| H A D | at91_sckc.c | 30 static TEE_Result sckc_pmc_setup(const void *fdt __unused, int offs, in sckc_pmc_setup()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | boot.c | 440 unsigned long offs = boot_mmu_config.map_offset; in undo_init_relocation() local 634 int offs; in add_optee_dt_node() local 714 static int append_psci_compatible(void *fdt, int offs, const char *str) in append_psci_compatible() 721 int offs; in dt_add_psci_node() local 752 static int check_node_compat_prefix(struct dt_descriptor *dt, int offs, in check_node_compat_prefix() 778 int offs = 0; in dt_add_psci_cpu_enable_methods() local 1244 int offs = 0; in get_aslr_seed() local
|
| /optee_os/core/drivers/clk/ |
| H A D | fixed_clk.c | 28 static TEE_Result fixed_clock_probe(const void *fdt, int offs, in fixed_clock_probe()
|
| /optee_os/core/mm/ |
| H A D | boot_mem.c | 183 static void *add_offs(void *p, size_t offs) in add_offs() 189 static void *add_offs_or_null(void *p, size_t offs) in add_offs_or_null() 196 void boot_mem_relocate(size_t offs) in boot_mem_relocate()
|
| H A D | mobj.c | 52 static TEE_Result mobj_phys_get_pa(struct mobj *mobj, size_t offs, in mobj_phys_get_pa() 257 static TEE_Result mobj_shm_get_pa(struct mobj *mobj, size_t offs, in mobj_shm_get_pa() 440 static TEE_Result mobj_with_fobj_get_pa(struct mobj *mobj, size_t offs, in mobj_with_fobj_get_pa()
|
| H A D | vm.c | 296 size_t offs, size_t pad_begin, size_t pad_end, in vm_map_pad() 854 size_t offs = 0; in map_kinit() local 1131 struct mobj **mobj, size_t *offs) in vm_buf_to_mboj_offs() 1329 uint16_t *prot, size_t *offs) in vm_get_mobj()
|
| /optee_os/core/drivers/rstctrl/ |
| H A D | stm32_rstctrl.c | 90 TEE_Result stm32_rstctrl_provider_probe(const void *fdt, int offs, in stm32_rstctrl_provider_probe()
|
| /optee_os/core/pta/ |
| H A D | secstor_ta_mgmt.c | 46 size_t offs; in install_ta() local
|
| /optee_os/core/crypto/ |
| H 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() 261 TEE_Result shdr_load_pub_key(const struct shdr *shdr, size_t offs, in shdr_load_pub_key()
|
| /optee_os/core/lib/zlib/ |
| H A D | inftrees.c | 60 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | des_ecb.c | 65 size_t offs = 0; in mbed_des_ecb_update() local
|
| H A D | des3_ecb.c | 73 size_t offs = 0; in mbed_des3_ecb_update() local
|
| H A D | aes_ecb.c | 72 size_t offs = 0; in mbed_aes_ecb_update() local
|