Searched refs:exc_update_level (Results 1 – 2 of 2) sorted by relevance
282 static void fpu_access_update(unsigned int exc_update_level) in fpu_access_update() argument288 if (arch_exception_depth() == exc_update_level) { in fpu_access_update()
254 static bool fpu_access_allowed(unsigned int exc_update_level) in fpu_access_allowed() argument259 if (_current->arch.exception_depth == exc_update_level) { in fpu_access_allowed()