Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dtraps.c296 unsigned long fault_ip; in handle_fpu_swa() local
298 fault_ip = regs->cr_iip; in handle_fpu_swa()
300 fault_ip -= 16; in handle_fpu_swa()
301 if (copy_from_user(bundle, (void __user *) fault_ip, sizeof(bundle))) in handle_fpu_swa()