Searched defs:core_addr (Results 1 – 2 of 2) sorted by relevance
| /arm-trusted-firmware/drivers/arm/ethosn/ |
| H A D | ethosn_smc.c | 34 #define ETHOSN_CORE_SEC_REG(core_addr, reg_offset) \ argument 120 static bool ethosn_get_device_and_core(uintptr_t core_addr, in ethosn_get_device_and_core() argument 146 static uint32_t ethosn_core_read_arch_version(uintptr_t core_addr) in ethosn_core_read_arch_version() argument 185 static void ethosn_configure_vector_table(uintptr_t core_addr) in ethosn_configure_vector_table() argument 193 static void ethosn_configure_events(uintptr_t core_addr) in ethosn_configure_events() argument 199 ethosn_configure_aux_features(const struct ethosn_device_t * device,uintptr_t core_addr,uint32_t features) ethosn_configure_aux_features() argument 252 ethosn_configure_stream_addr_extends(const struct ethosn_device_t * device,uintptr_t core_addr) ethosn_configure_stream_addr_extends() argument 277 ethosn_configure_stream_attr_ctlr(uintptr_t core_addr) ethosn_configure_stream_attr_ctlr() argument 289 ethosn_delegate_to_ns(uintptr_t core_addr) ethosn_delegate_to_ns() argument 301 ethosn_is_sec(uintptr_t core_addr) ethosn_is_sec() argument 311 ethosn_core_is_sleeping(uintptr_t core_addr) ethosn_core_is_sleeping() argument 320 ethosn_core_reset(uintptr_t core_addr,bool hard_reset) ethosn_core_reset() argument 344 ethosn_core_boot_fw(uintptr_t core_addr) ethosn_core_boot_fw() argument 442 ethosn_smc_core_handler(uint32_t fid,u_register_t core_addr,u_register_t asset_alloc_idx,u_register_t reset_type,u_register_t is_protected,u_register_t aux_features,void * handle) ethosn_smc_core_handler() argument [all...] |
| /arm-trusted-firmware/plat/arm/common/fconf/ |
| H A D | fconf_ethosn_getter.c | 198 uintptr_t core_addr; in fdt_node_populate_core() local
|