Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/libfreeimage/
H A D0002-fix-cpuid-x86.patch43 - void xgetbv(int n, int &eax, int &edx)
44 + void xgetbv(unsigned int n, unsigned int &eax, unsigned int &edx)
47 "xgetbv"
52 - void xgetbv(int n, int &eax, int &edx)
53 + void xgetbv(unsigned int n, unsigned int &eax, unsigned int &edx)
/OK3568_Linux_fs/kernel/arch/x86/include/asm/fpu/
H A Dxcr.h18 static inline u64 xgetbv(u32 index) in xgetbv() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsev-es-shared.c488 ghcb_set_xcr0(ghcb, xgetbv(XCR_XFEATURE_ENABLED_MASK)); in vc_handle_cpuid()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c8134 host_xcr0 = xgetbv(XCR_XFEATURE_ENABLED_MASK); in kvm_arch_init()