Home
last modified time | relevance | path

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

/hafnium-2.8-rc0/src/arch/aarch64/plat/interrupts/
A Dgicv3.c58 struct cpu *this_cpu; in affinity_to_core_id() local
61 this_cpu = cpu_find(reg & MPIDR_AFFINITY_MASK); in affinity_to_core_id()
63 if (this_cpu == NULL) { in affinity_to_core_id()
71 core_id = cpu_index(this_cpu); in affinity_to_core_id()

Completed in 3 milliseconds