Home
last modified time | relevance | path

Searched refs:sec_caps (Results 1 – 25 of 68) sorted by relevance

123

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tee/optee/
H A Dcore.c207 if (optee->sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM) in optee_get_version()
209 if (optee->sec_caps & OPTEE_SMC_SEC_CAP_MEMREF_NULL) in optee_get_version()
257 if (optee->sec_caps & OPTEE_SMC_SEC_CAP_MEMREF_NULL) in optee_open()
405 u32 *sec_caps) in optee_msg_exchange_capabilities() argument
427 *sec_caps = res.result.capabilities; in optee_msg_exchange_capabilities()
612 u32 sec_caps; in optee_probe() local
631 if (!optee_msg_exchange_capabilities(invoke_fn, &sec_caps)) { in optee_probe()
639 if (sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM) in optee_probe()
645 if (IS_ERR(pool) && (sec_caps & OPTEE_SMC_SEC_CAP_HAVE_RESERVED_SHM)) in optee_probe()
658 optee->sec_caps = sec_caps; in optee_probe()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tee/optee/
H A Dcore.c207 if (optee->sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM) in optee_get_version()
209 if (optee->sec_caps & OPTEE_SMC_SEC_CAP_MEMREF_NULL) in optee_get_version()
257 if (optee->sec_caps & OPTEE_SMC_SEC_CAP_MEMREF_NULL) in optee_open()
405 u32 *sec_caps) in optee_msg_exchange_capabilities() argument
427 *sec_caps = res.result.capabilities; in optee_msg_exchange_capabilities()
612 u32 sec_caps; in optee_probe() local
631 if (!optee_msg_exchange_capabilities(invoke_fn, &sec_caps)) { in optee_probe()
639 if (sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM) in optee_probe()
645 if (IS_ERR(pool) && (sec_caps & OPTEE_SMC_SEC_CAP_HAVE_RESERVED_SHM)) in optee_probe()
658 optee->sec_caps = sec_caps; in optee_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tee/optee/
H A Dcore.c207 if (optee->sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM) in optee_get_version()
209 if (optee->sec_caps & OPTEE_SMC_SEC_CAP_MEMREF_NULL) in optee_get_version()
257 if (optee->sec_caps & OPTEE_SMC_SEC_CAP_MEMREF_NULL) in optee_open()
405 u32 *sec_caps) in optee_msg_exchange_capabilities() argument
427 *sec_caps = res.result.capabilities; in optee_msg_exchange_capabilities()
612 u32 sec_caps; in optee_probe() local
631 if (!optee_msg_exchange_capabilities(invoke_fn, &sec_caps)) { in optee_probe()
639 if (sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM) in optee_probe()
645 if (IS_ERR(pool) && (sec_caps & OPTEE_SMC_SEC_CAP_HAVE_RESERVED_SHM)) in optee_probe()
658 optee->sec_caps = sec_caps; in optee_probe()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/tee/optee/
H A Dcore.c548 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
562 *sec_caps = res.result.capabilities; in exchange_capabilities()
620 u32 sec_caps; in optee_probe() local
639 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
640 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/tee/optee/
H A Dcore.c548 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
562 *sec_caps = res.result.capabilities; in exchange_capabilities()
620 u32 sec_caps; in optee_probe() local
639 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
640 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/tee/optee/
H A Dcore.c548 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
562 *sec_caps = res.result.capabilities; in exchange_capabilities()
620 u32 sec_caps; in optee_probe() local
639 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
640 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/drivers/tee/optee/
H A Dcore.c552 static bool exchange_capabilities(optee_invoke_fn *invoke_fn, u32 *sec_caps) in exchange_capabilities() argument
566 *sec_caps = res.result.capabilities; in exchange_capabilities()
624 u32 sec_caps; in optee_probe() local
643 if (!exchange_capabilities(pdata->invoke_fn, &sec_caps) || in optee_probe()
644 !(sec_caps & OPTEE_SMC_SEC_CAP_DYNAMIC_SHM)) { in optee_probe()

123