| /optee_os/core/mm/ |
| H A D | pgt_cache.c | 78 SLIST_INSERT_HEAD(&parent_list, parent, link); in free_pgt() 90 SLIST_INSERT_HEAD(&parent->pgt_cache, pgt, link); in free_pgt() 125 SLIST_INSERT_HEAD(&parent->pgt_cache, pgt + n, link); in alloc_pgt_parent() 145 SLIST_INSERT_HEAD(&parent_list, parent, link); in alloc_pgt() 335 SLIST_INSERT_HEAD(pgt_cache, p, link); in pgt_check_avail() 378 SLIST_INSERT_HEAD(&pgt_free_list, p, link); in pgt_init() 404 SLIST_INSERT_HEAD(&pgt_parents[n].pgt_cache, p, link); in pgt_init() 425 SLIST_INSERT_HEAD(&pgt_free_list, p, link); in pgt_init() 446 SLIST_INSERT_HEAD(&pgt_free_list, p, link); in push_to_free_list() 476 SLIST_INSERT_HEAD(&p->parent->pgt_cache, p, link); in push_to_free_list() [all …]
|
| H A D | file.c | 104 SLIST_INSERT_HEAD(&f->slice_head, fse, link); in file_add_slice()
|
| H A D | mobj_dyn_shm.c | 387 SLIST_INSERT_HEAD(®_shm_list, mobj_reg_shm, next); in mobj_reg_shm_alloc() 722 SLIST_INSERT_HEAD(&protmem_list, m, next); in mobj_protmem_alloc()
|
| /optee_os/core/drivers/rstctrl/ |
| H A D | stm32_rstctrl.c | 46 SLIST_INSERT_HEAD(&stm32_rst_list, stm32_rstline, link); in find_or_allocate_rstline()
|
| /optee_os/core/drivers/crypto/caam/ |
| H A D | caam_pwr.c | 54 SLIST_INSERT_HEAD(&data_list, newelem, next); in caam_pwr_add_backup()
|
| /optee_os/core/drivers/ |
| H A D | atmel_rstc.c | 76 SLIST_INSERT_HEAD(&sam_rst_list, sam_rstline, link); in find_or_allocate_rstline()
|
| H A D | bcm_gpio.c | 184 SLIST_INSERT_HEAD(&gclist, gc, link); in iproc_gpio_init()
|
| H A D | stm32_hpdma.c | 376 SLIST_INSERT_HEAD(&hpdma_list, hpdma_d, link); in stm32_hpdma_probe()
|
| /optee_os/core/kernel/ |
| H A D | notif.c | 67 SLIST_INSERT_HEAD(¬if_driver_head, ndrv, link); in notif_register_driver()
|
| H A D | wait_queue.c | 58 SLIST_INSERT_HEAD(wq, wqe, link); in slist_add_tail()
|
| H A D | interrupt.c | 172 SLIST_INSERT_HEAD(&hdl->chip->handlers, hdl, link); in add_configure_handler()
|
| H A D | thread.c | 790 SLIST_INSERT_HEAD(cache, ce, link); in get_shm_cache_entry()
|
| /optee_os/core/drivers/scmi-msg/ |
| H A D | clock_generic.c | 215 SLIST_INSERT_HEAD(&scmi_clk_list, scmi_clk, link); in scmi_clk_add()
|
| /optee_os/core/arch/arm/mm/ |
| H A D | mobj_ffa.c | 504 SLIST_INSERT_HEAD(&shm_inactive_head, mf, link); in mobj_ffa_push_to_inactive() 727 SLIST_INSERT_HEAD(&shm_head, mf, link); in mobj_ffa_get_by_cookie() 818 SLIST_INSERT_HEAD(&shm_inactive_head, mf, link); in ffa_inactivate() 1100 SLIST_INSERT_HEAD(&shm_inactive_head, mf, link); in mobj_ffa_assign_protmem()
|
| H A D | sp_mem.c | 257 SLIST_INSERT_HEAD(&mem_shares, smem, link); in sp_mem_add()
|
| /optee_os/core/lib/scmi-server/ |
| H A D | scmi_clock_consumer.c | 150 SLIST_INSERT_HEAD(&ctx, consumer, link); in optee_scmi_server_init_clocks()
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_main.c | 223 SLIST_INSERT_HEAD(&sec_list, sec_dev, link); in sec_alloc()
|
| H A D | hpre_main.c | 283 SLIST_INSERT_HEAD(&hpre_list, hpre_dev, link); in hpre_pre_init()
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_dt.c | 266 SLIST_INSERT_HEAD(&pending_regu_list, pending, link); in add_to_pending_list()
|
| H A D | regulator.c | 308 SLIST_INSERT_HEAD(®ulator_device_list, regulator, link); in regulator_register()
|
| /optee_os/core/drivers/remoteproc/ |
| H A D | stm32_remoteproc.c | 424 SLIST_INSERT_HEAD(&rproc_list, rproc, link); in stm32_rproc_probe()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | spmc_sp_handler.c | 123 SLIST_INSERT_HEAD(&smem->receivers, receiver, link); in add_mem_region_to_sp() 224 SLIST_INSERT_HEAD(&smem->regions, region, link); in spmc_sp_add_sp_region() 276 SLIST_INSERT_HEAD(&smem->regions, region, link); in spmc_sp_add_nw_region()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk.c | 124 SLIST_INSERT_HEAD(&clock_list, clk, link); in clk_register()
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | plat_tzc400.c | 513 SLIST_INSERT_HEAD(&nsec_region_list, nsec_region, link); in stm32mp1_tzc_probe()
|
| /optee_os/core/pta/tests/ |
| H A D | dt_driver_test.c | 72 SLIST_INSERT_HEAD(&dt_test_free_list, ref, link); in dt_test_alloc()
|