Searched refs:affinity (Results 1 – 9 of 9) sorted by relevance
65 int affinity; in plat_enable_affinity() local69 affinity = (MVEBU_IO_AFFINITY | (1 << cluster_id)); in plat_enable_affinity()70 mmio_write_32(CCU_HTC_ASET, affinity); in plat_enable_affinity()
60 se->affinity = 0; in clear_event_entries()242 unsigned int flags, uint64_t affinity) in set_sdei_entry() argument248 se->affinity = (affinity & MPIDR_AFFINITY_MASK); in set_sdei_entry()318 se->affinity = (mpidr & MPIDR_AFFINITY_MASK); in sdei_event_routing_set()556 uint64_t affinity; in sdei_event_get_info() local571 affinity = se->affinity; in sdei_event_get_info()600 return affinity; in sdei_event_get_info()
104 (se->affinity == my_mpidr)) { in sdei_pe_unmask()371 assert(se->affinity == my_mpidr); in handle_masked_trigger()486 assert(se->affinity == (mpidr & MPIDR_AFFINITY_MASK)); in sdei_intr_handler()
104 uint64_t affinity; /* Affinity of shared event */ member
283 uint64_t affinity) in gicd_write_irouter() argument286 GICD_WRITE_64(IROUTE, base, id, affinity); in gicd_write_irouter()
53 :param target_cpu: Contains copy of affinity fields in the MPIDR register
136 like shifted affinity format for MPIDR, cannot be detected at build time
161 corresponds to affinity level. This macro allows the PSCI implementation2875 domain level specific local states to suspend to system affinity level. The
3003 …- update the affinity mask to 8 bit ([e689048](https://review.trustedfirmware.org/plugins/gitiles/…5703 - Updata the affinity of shared event6475 move GIC related constants to board files, include AFF3 affinity in core8376 - Decoupled the notions of affinity instances (which describes the8762 states at the same affinity level to identify a specific state.