Home
last modified time | relevance | path

Searched refs:errcode (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
Dlguest.h47 unsigned long trapnum, errcode; member
/arch/x86/kvm/
Dpaging_tmpl.h155 u16 errcode = 0; in FNAME() local
211 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()
/arch/powerpc/kernel/
Dtraps.c1181 int errcode; in SoftwareEmulation() local
1192 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()
/arch/x86/kernel/
Dasm-offsets_32.c81 OFFSET(LGUEST_PAGES_regs_errcode, lguest_pages, regs.errcode); in foo()