Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dtraps.c314 unsigned long fault_ip; in handle_fpu_swa() local
319 fault_ip = regs->cr_iip; in handle_fpu_swa()
321 fault_ip -= 16; in handle_fpu_swa()
322 if (copy_from_user(bundle, (void *) fault_ip, sizeof(bundle))) in handle_fpu_swa()