Home
last modified time | relevance | path

Searched refs:xgetbv (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_x86.h59 xgetbv(uint32_t index) in xgetbv() function
85 xcr0 = xgetbv(0); in __simd_state_enabled()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h142 xgetbv(uint32_t index) in xgetbv() function
221 xcr0 = xgetbv(0); in __simd_state_enabled()
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dsimd_x86.h346 xcr0 = xgetbv(0); in __simd_state_enabled()
/f-stack/freebsd/contrib/libb2/
H A Dblake2-dispatch.c67 static inline uint64_t xgetbv(uint32_t xcr) in xgetbv() function
124 if( (xgetbv(0) & 6) == 6 ) /* XCR0 */ in get_cpu_features()