Searched refs:errcode (Results 1 – 4 of 4) sorted by relevance
47 unsigned long trapnum, errcode; member
155 u16 errcode = 0; in FNAME() local211 errcode |= PFERR_RSVD_MASK | PFERR_PRESENT_MASK; in FNAME()283 errcode |= PFERR_PRESENT_MASK; in FNAME()310 errcode |= write_fault | user_fault; in FNAME()313 errcode |= PFERR_FETCH_MASK; in FNAME()317 walker->fault.error_code = errcode; in FNAME()
1181 int errcode; in SoftwareEmulation() local1192 errcode = do_mathemu(regs); in SoftwareEmulation()1193 if (errcode >= 0) in SoftwareEmulation()1196 switch (errcode) { in SoftwareEmulation()1215 errcode = Soft_emulate_8xx(regs); in SoftwareEmulation()1216 if (errcode >= 0) in SoftwareEmulation()1219 switch (errcode) { in SoftwareEmulation()
81 OFFSET(LGUEST_PAGES_regs_errcode, lguest_pages, regs.errcode); in foo()