| /optee_os/core/include/mm/ |
| H A D | core_memprot.h | 141 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 D | stm32mp25_syscfg.c | 48 return io_pa_or_va_secure(&syscfg_base[bank], 1); in stm32mp_syscfg_base()
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | main.c | 451 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 D | plat_tzc400.c | 433 tzc_dev->pdata.base = io_pa_or_va_secure(&base, reg_size); in stm32mp_tzc_parse_fdt()
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_risaf.c | 206 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 D | stm32_iac.c | 140 pdata->base = io_pa_or_va_secure(&base, dt_info.reg_size); in stm32_iac_parse_fdt()
|
| H A D | stm32_serc.c | 135 pdata->base = io_pa_or_va_secure(&base, dt_info.reg_size); in stm32_serc_parse_fdt()
|
| H A D | stm32_etzpc.c | 843 io_pa_or_va_secure(&etzpc_device->pdata.base, etzpc_info.reg_size); in init_etzpc_from_dt()
|
| H A D | stm32_risab.c | 116 return io_pa_or_va_secure(&risab->base, 1); in risab_base()
|
| H A D | stm32_rifsc.c | 496 pdata->base = io_pa_or_va_secure(&base, reg_size); in stm32_rifsc_parse_fdt()
|
| /optee_os/core/arch/arm/plat-stm32mp2/ |
| H A D | main.c | 143 return io_pa_or_va_secure(&base, 1); in stm32_rcc_base()
|
| /optee_os/core/drivers/counter/ |
| H A D | stm32_stgen.c | 182 stgen_d.base = io_pa_or_va_secure(&base, reg_size); in parse_dt()
|
| /optee_os/core/drivers/ |
| H A D | stm32_hsem.c | 183 hsem_d->base = io_pa_or_va_secure(&addr, info.reg_size); in parse_dt()
|
| H A D | stm32_ipcc.c | 267 ipcc_d->base = io_pa_or_va_secure(&addr, info.reg_size); in parse_dt()
|
| H A D | stm32_hpdma.c | 243 hpdma_d->base = io_pa_or_va_secure(&addr, info.reg_size); in parse_dt()
|
| H A D | stm32_iwdg.c | 470 io_pa_or_va_secure(&iwdg->base, dt_info.reg_size); in stm32_iwdg_parse_fdt()
|
| H A D | stm32_rng.c | 596 stm32_rng->base.va = io_pa_or_va_secure(&stm32_rng->base, in stm32_rng_parse_fdt()
|
| H A D | stm32_bsec.c | 159 return io_pa_or_va_secure(&bsec_dev.base, BSEC_IP_MAGIC_ID_OFF + 1); in bsec_base()
|
| H A D | stm32_gpio.c | 1256 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 D | stm32_exti.c | 765 exti->base = io_pa_or_va_secure(&base, reg_size); in stm32_exti_probe()
|
| H A D | stm32_tamp.c | 687 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 D | stm32_i2c.c | 310 return io_pa_or_va_secure(&hi2c->base, hi2c->reg_size); in get_base()
|
| /optee_os/core/arch/arm/plat-sam/ |
| H A D | matrix.c | 68 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 D | stm32mp1_pwr.c | 60 return io_pa_or_va_secure(&base, 1); in stm32_pwr_base()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_cryp.c | 1295 io_pa_or_va_secure(&cryp_pdata.base, dt_cryp.reg_size); in stm32_cryp_probe()
|