Home
last modified time | relevance | path

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

/Linux-v6.6/arch/ia64/kernel/
Dtraps.c287 unsigned long fault_ip; in handle_fpu_swa() local
289 fault_ip = regs->cr_iip; in handle_fpu_swa()
291 fault_ip -= 16; in handle_fpu_swa()
292 if (copy_from_user(bundle, (void __user *) fault_ip, sizeof(bundle))) in handle_fpu_swa()