Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dcpu.h47 extern bool handle_guest_split_lock(unsigned long ip);
58 static inline bool handle_guest_split_lock(unsigned long ip) in handle_guest_split_lock() function
/Linux-v5.15/arch/x86/kernel/cpu/
Dintel.c1133 bool handle_guest_split_lock(unsigned long ip) in handle_guest_split_lock() function
1149 EXPORT_SYMBOL_GPL(handle_guest_split_lock);
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c4868 if (handle_guest_split_lock(kvm_rip_read(vcpu))) in handle_exception_nmi()