Searched refs:PF_RSVD (Results 1 – 1 of 1) sorted by relevance
40 PF_RSVD = 1 << 3, enumerator1098 if (!(error_code & (PF_RSVD | PF_USER | PF_PROT))) { in __do_page_fault()1126 if (unlikely(error_code & PF_RSVD)) in __do_page_fault()