Searched refs:FPSID_REV_MASK (Results 1 – 2 of 2) sorted by relevance
/xen/xen/include/asm-arm/arm32/ | ||
A D | vfp.h | 20 #define FPSID_REV_MASK (0xf << FPSID_REV_BIT) macro |
/xen/xen/arch/arm/arm32/ | ||
A D | vfp.c | 79 (vfpsid & FPSID_REV_MASK) >> FPSID_REV_BIT); in vfp_init() |
Completed in 2 milliseconds