Home
last modified time | relevance | path

Searched refs:vxstate (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/raid6/
H A Ds390vx.uc84 struct kernel_fpu vxstate;
88 kernel_fpu_begin(&vxstate, KERNEL_VXR);
111 kernel_fpu_end(&vxstate, KERNEL_VXR);
117 struct kernel_fpu vxstate;
126 kernel_fpu_begin(&vxstate, KERNEL_VXR);
156 kernel_fpu_end(&vxstate, KERNEL_VXR);
/openbmc/linux/arch/s390/crypto/
H A Dchacha-glue.c25 struct kernel_fpu vxstate; in chacha20_crypt_s390() local
27 kernel_fpu_begin(&vxstate, KERNEL_VXR); in chacha20_crypt_s390()
29 kernel_fpu_end(&vxstate, KERNEL_VXR); in chacha20_crypt_s390()
H A Dcrc32-vx.c52 struct kernel_fpu vxstate; \
69 kernel_fpu_begin(&vxstate, KERNEL_VXR_LOW); \
71 kernel_fpu_end(&vxstate, KERNEL_VXR_LOW); \