Home
last modified time | relevance | path

Searched refs:parg (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread_optee_smc.c182 static uint32_t std_entry_with_parg(paddr_t parg, bool with_rpc_arg) in std_entry_with_parg() argument
192 if (core_pbuf_is(CORE_MEM_NSEC_SHM, parg, sz)) { in std_entry_with_parg()
193 if (!IS_ALIGNED_WITH_TYPE(parg, struct optee_msg_arg)) in std_entry_with_parg()
196 arg = phys_to_virt(parg, MEM_AREA_NSEC_SHM, in std_entry_with_parg()
210 if (!core_pbuf_is(CORE_MEM_NSEC_SHM, parg, sz)) in std_entry_with_parg()
215 if (parg & SMALL_PAGE_MASK) in std_entry_with_parg()
221 mobj = mobj_mapped_shm_alloc(&parg, 1, 0, 0); in std_entry_with_parg()
235 EMSG("Bad arg address 0x%"PRIxPA, parg); in std_entry_with_parg()
/optee_os-3.20.0/core/include/kernel/
A Ddt_driver.h45 typedef void *(*get_of_device_func)(struct dt_driver_phandle_args *parg,

Completed in 4 milliseconds