Searched refs:xrstors (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/
H A Dregisters.cpp56 static void xrstors(void* register_state, uint64_t feature_mask);
203 * compact form. xrstors will GPF if it is not. */
372 xrstors(register_state, ~0ULL);
521 static void xrstors(void* register_state, uint64_t feature_mask) { function
522 __asm__ volatile("xrstors %0"

Completed in 21 milliseconds