PF_RSVD           459 arch/x86/mm/fault.c 	if (error_code & (PF_USER | PF_RSVD))
PF_RSVD           627 arch/x86/mm/fault.c 		if (!(error_code & (PF_RSVD|PF_USER|PF_PROT)) &&
PF_RSVD           659 arch/x86/mm/fault.c 	if (unlikely(error_code & PF_RSVD))