Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcpu.h44 extern bool handle_guest_split_lock(unsigned long ip);
54 static inline bool handle_guest_split_lock(unsigned long ip) in handle_guest_split_lock() function
/openbmc/linux/arch/x86/kernel/cpu/
H A Dintel.c1226 bool handle_guest_split_lock(unsigned long ip) in handle_guest_split_lock() function
1242 EXPORT_SYMBOL_GPL(handle_guest_split_lock);
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5345 if (handle_guest_split_lock(kvm_rip_read(vcpu))) in handle_exception_nmi()