Searched refs:xgetbv (Results 1 – 5 of 5) sorted by relevance
57 initial_xcr0 = xgetbv(0); in guest_code()
207 (xgetbv(0) & kvm_cpu_supported_xcr0() & xf_mask) == xf_mask) { in test_sev_smoke()
89 GUEST_ASSERT((xgetbv(0) & XFEATURE_MASK_XTILE) == XFEATURE_MASK_XTILE); in check_xtile_info()
37 static inline uint64_t xgetbv(uint32_t index) in xgetbv() function307 if (*(uint64_t *)get_fpx_sw_bytes(xbuf1) == xgetbv(0)) in ptracer_inject_xstate()
588 static inline u64 xgetbv(u32 index) in xgetbv() function1300 BUILD_READ_U64_SAFE_HELPERS(xgetbv) in BUILD_READ_U64_SAFE_HELPERS()
Completed in 12 milliseconds