Searched refs:fpinst (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/arm/vfp/ |
D | vfpmodule.c | 586 __put_user_error(hwstate->fpinst, &ufp_exc->fpinst, err); in vfp_preserve_user_clear_hwstate() 638 __get_user_error(hwstate->fpinst, &ufp_exc->fpinst, err); in vfp_restore_user_hwstate()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | user.h | 99 unsigned long fpinst; member
|
D | fpstate.h | 40 __u32 fpinst; member
|
/linux-4.4.14/arch/arm64/kernel/ |
D | signal32.c | 77 compat_ulong_t fpinst; member 277 __put_user_error(0, &frame->ufp_exc.fpinst, err); in compat_preserve_vfp_context()
|
/linux-4.4.14/arch/arm/kvm/ |
D | coproc.c | 918 return reg_to_user(uaddr, &vcpu->arch.vfp_guest.fpinst, id); in vfp_get_reg() 962 return reg_from_user(&vcpu->arch.vfp_guest.fpinst, uaddr, id); in vfp_set_reg()
|