Searched refs:cpacr (Results 1 – 1 of 1) sorted by relevance
63 uint32_t cpacr; in vfp_enable() local65 cpacr = READ_SPECIALREG(cpacr_el1); in vfp_enable()66 cpacr = (cpacr & ~CPACR_FPEN_MASK) | CPACR_FPEN_TRAP_NONE; in vfp_enable()67 WRITE_SPECIALREG(cpacr_el1, cpacr); in vfp_enable()74 uint32_t cpacr; in vfp_disable() local76 cpacr = READ_SPECIALREG(cpacr_el1); in vfp_disable()77 cpacr = (cpacr & ~CPACR_FPEN_MASK) | CPACR_FPEN_TRAP_ALL1; in vfp_disable()78 WRITE_SPECIALREG(cpacr_el1, cpacr); in vfp_disable()169 uint32_t cpacr; in vfp_save_state() local190 cpacr = READ_SPECIALREG(cpacr_el1); in vfp_save_state()[all …]