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

/fuchsia/zircon/kernel/arch/x86/
H A Dregisters.cpp55 static void xrstor(void* register_state, uint64_t feature_mask);
374 xrstor(register_state, ~0ULL);
512 static void xrstor(void* register_state, uint64_t feature_mask) { function
513 __asm__ volatile("xrstor %0"

Completed in 60 milliseconds