Searched refs:fpinst2 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/arm/vfp/ |
D | vfpmodule.c | 587 __put_user_error(hwstate->fpinst2, &ufp_exc->fpinst2, err); in vfp_preserve_user_clear_hwstate() 639 __get_user_error(hwstate->fpinst2, &ufp_exc->fpinst2, err); in vfp_restore_user_hwstate()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | user.h | 100 unsigned long fpinst2; member
|
D | fpstate.h | 41 __u32 fpinst2; member
|
/linux-4.4.14/arch/arm64/kernel/ |
D | signal32.c | 78 compat_ulong_t fpinst2; member 278 __put_user_error(0, &frame->ufp_exc.fpinst2, err); in compat_preserve_vfp_context()
|
/linux-4.4.14/arch/arm/kvm/ |
D | coproc.c | 920 return reg_to_user(uaddr, &vcpu->arch.vfp_guest.fpinst2, id); in vfp_get_reg() 964 return reg_from_user(&vcpu->arch.vfp_guest.fpinst2, uaddr, id); in vfp_set_reg()
|