Searched refs:mpidr (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/kernel/include/arch/armv8/
H A Dsysreg.h271 uint8_t mpidr; local
272 __asm volatile("mrs %[mpidr], mpidr_el1" : [mpidr] "=r" (mpidr));
273 return mpidr & 0x3;

Completed in 78 milliseconds