Home
last modified time | relevance | path

Searched refs:affinity (Results 1 – 10 of 10) sorted by relevance

/rk3399_ARM-atf/plat/marvell/armada/a8k/common/aarch64/
H A Dplat_arch_config.c65 int affinity; in plat_enable_affinity() local
69 affinity = (MVEBU_IO_AFFINITY | (1 << cluster_id)); in plat_enable_affinity()
70 mmio_write_32(CCU_HTC_ASET, affinity); in plat_enable_affinity()
/rk3399_ARM-atf/services/std_svc/sdei/
H A Dsdei_main.c60 se->affinity = 0; in clear_event_entries()
242 unsigned int flags, uint64_t affinity) in set_sdei_entry() argument
248 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() local
571 affinity = se->affinity; in sdei_event_get_info()
600 return affinity; in sdei_event_get_info()
H A Dsdei_intr_mgmt.c116 (se->affinity == my_mpidr)) { in sdei_pe_unmask()
331 assert(se->affinity == my_mpidr); in handle_masked_trigger()
446 assert(se->affinity == (mpidr & MPIDR_AFFINITY_MASK)); in sdei_intr_handler()
/rk3399_ARM-atf/include/services/
H A Dsdei.h104 uint64_t affinity; /* Affinity of shared event */ member
/rk3399_ARM-atf/fdts/
H A Dtc-base.dtsi719 affinity = <&CPU0>, <&CPU1>;
723 affinity = <&CPU2>, <&CPU3>, <&CPU4>, <&CPU5>;
727 affinity = <&CPU6>, <&CPU7>;
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-build-options.rst36 like shifted affinity format for MPIDR, cannot be detected at build time
/rk3399_ARM-atf/drivers/arm/gic/v3/
H A Dgicv3_private.h283 uint64_t affinity) in gicd_write_irouter() argument
286 GICD_WRITE_64(IROUTE, base, id, affinity); in gicd_write_irouter()
/rk3399_ARM-atf/docs/perf/
H A Dpsci-performance-instr.rst53 :param target_cpu: Contains copy of affinity fields in the MPIDR register
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst161 corresponds to affinity level. This macro allows the PSCI implementation
3274 domain level specific local states to suspend to system affinity level. The
H A Dchange-log.md7353 …- update the affinity mask to 8 bit ([e689048](https://review.trustedfirmware.org/plugins/gitiles/…
10054 - Updata the affinity of shared event
10826 move GIC related constants to board files, include AFF3 affinity in core
12727 - Decoupled the notions of affinity instances (which describes the
13113 states at the same affinity level to identify a specific state.