Home
last modified time | relevance | path

Searched refs:xcomp_bv (Results 1 – 2 of 2) sorted by relevance

/qemu/target/i386/tcg/
H A Dfpu_helper.c2911 uint64_t xstate_bv, xcomp_bv, reserve0; in valid_xrstor_header() local
2914 xcomp_bv = access_ldq(ac, ptr + XO(header.xcomp_bv)); in valid_xrstor_header()
2924 if (xcomp_bv || reserve0) { in valid_xrstor_header()
/qemu/target/i386/
H A Dcpu.h1458 uint64_t xcomp_bv; member