Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dexception.h35 typedef int (*exception_hook)(u32 type); typedef
39 void exception_install_hook(exception_hook h);
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/arm/
H A Dexception.c38 static exception_hook hook;
124 void exception_install_hook(exception_hook h) in exception_install_hook()
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/arm64/
H A Dexception.c41 static exception_hook hook;
123 void exception_install_hook(exception_hook h) in exception_install_hook()