Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Denlighten_pv.c119 bool inhcall = __this_cpu_read(xen_in_preemptible_hcall); in get_and_clear_inhcall() local
122 return inhcall; in get_and_clear_inhcall()
125 static __always_inline void restore_inhcall(bool inhcall) in restore_inhcall() argument
127 __this_cpu_write(xen_in_preemptible_hcall, inhcall); in restore_inhcall()
133 static __always_inline void restore_inhcall(bool inhcall) { } in restore_inhcall() argument
741 bool inhcall; in xen_pv_evtchn_do_upcall() local
746 inhcall = get_and_clear_inhcall(); in xen_pv_evtchn_do_upcall()
747 if (inhcall && !WARN_ON_ONCE(state.exit_rcu)) { in xen_pv_evtchn_do_upcall()
750 restore_inhcall(inhcall); in xen_pv_evtchn_do_upcall()