Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dfpu.c53 else if (mask == KERNEL_VXR_V16V23) in __kernel_fpu_begin()
102 else if (mask == KERNEL_VXR_V16V23) in __kernel_fpu_end()
145 else if (mask == KERNEL_VXR_V16V23) in load_fpu_state()
187 else if (mask == KERNEL_VXR_V16V23) in save_fpu_state()
/linux-6.12.1/arch/s390/lib/
Dcsum-partial.c28 kernel_fpu_begin(&vxstate, KERNEL_VXR_V16V23); in csum_copy()
77 kernel_fpu_end(&vxstate, KERNEL_VXR_V16V23); in csum_copy()
/linux-6.12.1/arch/s390/include/asm/
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) in kernel_fpu_check_size()