Searched refs:ffa (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/firmware/arm_ffa/ |
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-module-objs := $(ffa-bus-y) $(ffa-driver-y) $(ffa-transport-y) 6 obj-$(CONFIG_ARM_FFA_TRANSPORT) = ffa-module.o
|
/linux-6.1.9/drivers/tee/optee/ |
D | ffa_abi.c | 64 mutex_lock(&optee->ffa.mutex); in optee_shm_from_ffa_handle() 65 r = rhashtable_lookup_fast(&optee->ffa.global_ids, &global_id, in optee_shm_from_ffa_handle() 69 mutex_unlock(&optee->ffa.mutex); in optee_shm_from_ffa_handle() 86 mutex_lock(&optee->ffa.mutex); in optee_shm_add_ffa_handle() 87 rc = rhashtable_lookup_insert_fast(&optee->ffa.global_ids, &r->linkage, in optee_shm_add_ffa_handle() 89 mutex_unlock(&optee->ffa.mutex); in optee_shm_add_ffa_handle() 102 mutex_lock(&optee->ffa.mutex); in optee_shm_rem_ffa_handle() 103 r = rhashtable_lookup_fast(&optee->ffa.global_ids, &global_id, in optee_shm_rem_ffa_handle() 106 rc = rhashtable_remove_fast(&optee->ffa.global_ids, in optee_shm_rem_ffa_handle() 108 mutex_unlock(&optee->ffa.mutex); in optee_shm_rem_ffa_handle() [all …]
|
D | optee_private.h | 167 struct optee_ffa ffa; member
|
/linux-6.1.9/arch/m68k/ifpsp060/ |
D | fplsp.sa | 806 dc.l $00003ffa,$0000aaaa,$aaaaaaaa,$ab5ebf00
|