Searched refs:ffa (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/firmware/arm_ffa/ |
H A D | Makefile | 2 ffa-bus-y = bus.o 3 ffa-driver-y = driver.o 4 ffa-transport-$(CONFIG_ARM_FFA_SMCCC) += smccc.o 5 ffa-core-objs := $(ffa-bus-y) 6 ffa-module-objs := $(ffa-driver-y) $(ffa-transport-y) 7 obj-$(CONFIG_ARM_FFA_TRANSPORT) = ffa-core.o 8 obj-$(CONFIG_ARM_FFA_TRANSPORT) += ffa-module.o
|
/linux/drivers/tee/optee/ |
H A D | ffa_abi.c | 65 mutex_lock(&optee->ffa.mutex); in optee_shm_from_ffa_handle() 66 r = rhashtable_lookup_fast(&optee->ffa.global_ids, &global_id, in optee_shm_from_ffa_handle() 70 mutex_unlock(&optee->ffa.mutex); in optee_shm_from_ffa_handle() 87 mutex_lock(&optee->ffa.mutex); in optee_shm_add_ffa_handle() 88 rc = rhashtable_lookup_insert_fast(&optee->ffa.global_ids, &r->linkage, in optee_shm_add_ffa_handle() 90 mutex_unlock(&optee->ffa.mutex); in optee_shm_add_ffa_handle() 103 mutex_lock(&optee->ffa.mutex); in optee_shm_rem_ffa_handle() 104 r = rhashtable_lookup_fast(&optee->ffa.global_ids, &global_id, in optee_shm_rem_ffa_handle() 107 rc = rhashtable_remove_fast(&optee->ffa.global_ids, in optee_shm_rem_ffa_handle() 109 mutex_unlock(&optee->ffa.mutex); in optee_shm_rem_ffa_handle() [all …]
|
H A D | optee_private.h | 224 struct optee_ffa ffa; member
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | Makefile | 27 cache.o setup.o mm.o mem_protect.o sys_regs.o pkvm.o stacktrace.o ffa.o
|
/linux/arch/m68k/ifpsp060/ |
H A D | fplsp.sa | 806 dc.l $00003ffa,$0000aaaa,$aaaaaaaa,$ab5ebf00
|