Home
last modified time | relevance | path

Searched refs:io_pa_or_va_secure (Results 1 – 25 of 26) sorted by relevance

12

/optee_os/core/include/mm/
H A Dcore_memprot.h141 vaddr_t io_pa_or_va_secure(struct io_pa_va *p, size_t len);
/optee_os/core/arch/arm/plat-stm32mp2/drivers/
H A Dstm32mp25_syscfg.c48 return io_pa_or_va_secure(&syscfg_base[bank], 1); in stm32mp_syscfg_base()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dmain.c451 return io_pa_or_va_secure(&base, 1); in stm32_rcc_base()
458 return io_pa_or_va_secure(&base, 1); in get_gicd_base()
493 return io_pa_or_va_secure(&base, 1); in stm32_tamp_base()
H A Dplat_tzc400.c433 tzc_dev->pdata.base = io_pa_or_va_secure(&base, reg_size); in stm32mp_tzc_parse_fdt()
/optee_os/core/drivers/firewall/
H A Dstm32_risaf.c206 return io_pa_or_va_secure(&risaf->pdata.base, 1); in risaf_base()
234 vaddr_t base = io_pa_or_va_secure(&risaf->pdata.base, 1); in stm32_risaf_clear_illegal_access_flags()
252 vaddr_t base = io_pa_or_va_secure(&risaf->pdata.base, 1); in stm32_risaf_print_erroneous_data()
492 vaddr_t base = io_pa_or_va_secure(&risaf->pdata.base, 1); in stm32_risaf_pm_suspend()
719 io_pa_or_va_secure(&risaf->pdata.base, dt_info.reg_size); in stm32_risaf_probe()
H A Dstm32_iac.c140 pdata->base = io_pa_or_va_secure(&base, dt_info.reg_size); in stm32_iac_parse_fdt()
H A Dstm32_serc.c135 pdata->base = io_pa_or_va_secure(&base, dt_info.reg_size); in stm32_serc_parse_fdt()
H A Dstm32_etzpc.c843 io_pa_or_va_secure(&etzpc_device->pdata.base, etzpc_info.reg_size); in init_etzpc_from_dt()
H A Dstm32_risab.c116 return io_pa_or_va_secure(&risab->base, 1); in risab_base()
H A Dstm32_rifsc.c496 pdata->base = io_pa_or_va_secure(&base, reg_size); in stm32_rifsc_parse_fdt()
/optee_os/core/arch/arm/plat-stm32mp2/
H A Dmain.c143 return io_pa_or_va_secure(&base, 1); in stm32_rcc_base()
/optee_os/core/drivers/counter/
H A Dstm32_stgen.c182 stgen_d.base = io_pa_or_va_secure(&base, reg_size); in parse_dt()
/optee_os/core/drivers/
H A Dstm32_hsem.c183 hsem_d->base = io_pa_or_va_secure(&addr, info.reg_size); in parse_dt()
H A Dstm32_ipcc.c267 ipcc_d->base = io_pa_or_va_secure(&addr, info.reg_size); in parse_dt()
H A Dstm32_hpdma.c243 hpdma_d->base = io_pa_or_va_secure(&addr, info.reg_size); in parse_dt()
H A Dstm32_iwdg.c470 io_pa_or_va_secure(&iwdg->base, dt_info.reg_size); in stm32_iwdg_parse_fdt()
H A Dstm32_rng.c596 stm32_rng->base.va = io_pa_or_va_secure(&stm32_rng->base, in stm32_rng_parse_fdt()
H A Dstm32_bsec.c159 return io_pa_or_va_secure(&bsec_dev.base, BSEC_IP_MAGIC_ID_OFF + 1); in bsec_base()
H A Dstm32_gpio.c1256 bank->base = io_pa_or_va_secure(&pa_va, blen); in dt_stm32_gpio_bank()
1261 bank->base = io_pa_or_va_secure(&pa_va, blen); in dt_stm32_gpio_bank()
H A Dstm32_exti.c765 exti->base = io_pa_or_va_secure(&base, reg_size); in stm32_exti_probe()
H A Dstm32_tamp.c687 return io_pa_or_va_secure(&stm32_tamp_dev->pdata.base, 1); in get_base()
2040 io_pa_or_va_secure(&pdata->base, reg_size); in stm32_tamp_parse_fdt()
H A Dstm32_i2c.c310 return io_pa_or_va_secure(&hi2c->base, hi2c->reg_size); in get_base()
/optee_os/core/arch/arm/plat-sam/
H A Dmatrix.c68 return io_pa_or_va_secure(&pmatrix->p, CORE_MMU_PGDIR_SIZE); in matrix_base()
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pwr.c60 return io_pa_or_va_secure(&base, 1); in stm32_pwr_base()
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.c1295 io_pa_or_va_secure(&cryp_pdata.base, dt_cryp.reg_size); in stm32_cryp_probe()

12