Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dvm86_32.c498 unsigned long __user *intr_ptr; in do_int() local
508 intr_ptr = (unsigned long __user *) (i << 2); in do_int()
509 if (get_user(segoffs, intr_ptr)) in do_int()