Searched refs:new_flags (Results 1 – 2 of 2) sorted by relevance
160 unsigned new_flags = (lg->flags & ~clear_flags) | set_flags; in xtl_stdiostream_adjust_flags() local161 if (new_flags & XTL_STDIOSTREAM_HIDE_PROGRESS) in xtl_stdiostream_adjust_flags()163 lg->flags = new_flags; in xtl_stdiostream_adjust_flags()
367 perms_strictly_increased(uint32_t old_flags, uint32_t new_flags) in perms_strictly_increased() argument372 uint32_t nf = new_flags & (_PAGE_PRESENT|_PAGE_RW|_PAGE_USER|_PAGE_NX_BIT); in perms_strictly_increased()
Completed in 4 milliseconds