Searched refs:KERNEL_VXR_V16V23 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/lib/
H A Dcsum-partial.c28 kernel_fpu_begin(&vxstate, KERNEL_VXR_V16V23);
77 kernel_fpu_end(&vxstate, KERNEL_VXR_V16V23);
/linux-master/arch/s390/kernel/
H A Dfpu.c53 else if (mask == KERNEL_VXR_V16V23)
102 else if (mask == KERNEL_VXR_V16V23)
145 else if (mask == KERNEL_VXR_V16V23)
187 else if (mask == KERNEL_VXR_V16V23)
/linux-master/arch/s390/include/asm/
H A Dfpu.h72 #define KERNEL_VXR_V16V23 BIT(KERNEL_VXR_V16V23_BIT) macro
76 #define KERNEL_VXR_MID (KERNEL_VXR_V8V15 | KERNEL_VXR_V16V23)
77 #define KERNEL_VXR_HIGH (KERNEL_VXR_V16V23 | KERNEL_VXR_V24V31)
226 if (flags & KERNEL_VXR_V16V23)

Completed in 260 milliseconds