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

/fuchsia/zircon/kernel/arch/x86/
H A Dregisters.cpp58 static void xsaveopt(void* register_state, uint64_t feature_mask);
357 xsaveopt(register_state, ~0ULL);
538 static void xsaveopt(void* register_state, uint64_t feature_mask) { function
539 __asm__ volatile("xsaveopt %0"

Completed in 83 milliseconds