Home
last modified time | relevance | path

Searched refs:PGO_ALL_FLAGS (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dpgo.h42 #define PGO_ALL_FLAGS (PGO_HIB | PGO_WAIT_FOR_UNLOAD | PGO_METADATA | PGO_RESET_ALL) macro
/xnu-8020.101.4/bsd/pgo/
H A Dprofile_runtime.c176 if (uap->flags & ~PGO_ALL_FLAGS || in grab_pgo_data()