Searched refs:pending_notify (Results 1 – 4 of 4) sorted by relevance
55 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()
121 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()
227 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()
53 unsigned long pending_notify; /* pfn from LHCALL_NOTIFY */ member