Searched refs:handle_xsetbv (Results 1 – 4 of 4) sorted by relevance
102 int __must_check handle_xsetbv(u32 index, u64 new_bv);
95 if ( unlikely(handle_xsetbv(reg, val) != 0) ) in x86emul_write_xcr()
694 int handle_xsetbv(u32 index, u64 new_bv) in handle_xsetbv() function
350 rc = handle_xsetbv(XCR_XFEATURE_ENABLED_MASK, in hvm_set_guest_bndcfgs()359 if ( handle_xsetbv(XCR_XFEATURE_ENABLED_MASK, xcr0) ) in hvm_set_guest_bndcfgs()2495 int rc = handle_xsetbv(XCR_XFEATURE_ENABLED_MASK, in hvm_set_cr4()2504 if ( handle_xsetbv(XCR_XFEATURE_ENABLED_MASK, in hvm_set_cr4()
Completed in 14 milliseconds