Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dcpu.h32 extern void handle_bus_lock(struct pt_regs *regs);
47 static inline void handle_bus_lock(struct pt_regs *regs) {} in handle_bus_lock() function
/linux-6.15/arch/x86/kernel/cpu/
H A Dbus_lock.c325 void handle_bus_lock(struct pt_regs *regs) in handle_bus_lock() function
/linux-6.15/arch/x86/kernel/
H A Dtraps.c1223 handle_bus_lock(regs); in exc_debug_user()