Home
last modified time | relevance | path

Searched defs:GDB_SIGBUS (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dgdb.h93 GDB_SIGBUS = 10, /* Bus error */ enumerator
/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dexception.c41 #define GDB_SIGBUS 10 /* Bus error */ macro