Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/arch/x86/include/arch/
H A Dbreakpoint.h50 int breakpoint_dispatch_handler(struct eregs *info);
52 static inline int breakpoint_dispatch_handler(struct eregs *info) in breakpoint_dispatch_handler() function
/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dbreakpoint.c255 int breakpoint_dispatch_handler(struct eregs *info) in breakpoint_dispatch_handler() function
H A Dexception.c493 if (breakpoint_dispatch_handler(info) == 0) in x86_exception()