Home
last modified time | relevance | path

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

/drivers/lguest/
Dlguest_user.c55 if (map->map[i].addr == cpu->pending_notify) { in send_notify_to_eventfd()
57 cpu->pending_notify = 0; in send_notify_to_eventfd()
65 return cpu->pending_notify == 0; in send_notify_to_eventfd()
240 if (cpu->pending_notify) in read()
241 cpu->pending_notify = 0; in read()
Dhypercalls.c121 cpu->pending_notify = args->arg1; in do_hcall()
192 if (cpu->pending_notify) in do_async_hcalls()
283 if (!cpu->pending_notify) { in do_hypercalls()
Dcore.c227 if (cpu->pending_notify) { in run_guest()
234 if (put_user(cpu->pending_notify, user)) in run_guest()
236 return sizeof(cpu->pending_notify); in run_guest()
Dlg.h53 unsigned long pending_notify; /* pfn from LHCALL_NOTIFY */ member