PF_USER 459 arch/x86/mm/fault.c if (error_code & (PF_USER | PF_RSVD))
PF_USER 627 arch/x86/mm/fault.c if (!(error_code & (PF_RSVD|PF_USER|PF_PROT)) &&
PF_USER 674 arch/x86/mm/fault.c error_code |= PF_USER;
PF_USER 693 arch/x86/mm/fault.c if ((error_code & PF_USER) == 0 &&
PF_USER 706 arch/x86/mm/fault.c if (error_code & PF_USER) {
PF_USER 783 arch/x86/mm/fault.c if (error_code & PF_USER) {
PF_USER 886 arch/x86/mm/fault.c if (error_code & PF_USER)
PF_USER 894 arch/x86/mm/fault.c if (!(error_code & PF_USER))