Home
last modified time | relevance | path

Searched refs:exception_dispatch (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/arch/arm64/
H A Dexception.c94 void exception_dispatch(struct exception_state *state, int idx);
95 void exception_dispatch(struct exception_state *state, int idx) in exception_dispatch() function
H A Dexception_asm.S46 bl exception_dispatch
/aosp_15_r20/external/coreboot/payloads/libpayload/include/arm/arch/
H A Dexception.h34 void exception_dispatch(u32 idx);
/aosp_15_r20/external/coreboot/payloads/libpayload/include/x86/arch/
H A Dexception.h36 void exception_dispatch(void);
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/arm/
H A Dexception.c83 void exception_dispatch(u32 idx) in exception_dispatch() function
H A Dexception_asm.S98 blx exception_dispatch
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/x86/
H A Dexception.c182 void exception_dispatch(void) in exception_dispatch() function
H A Dexception_asm.S158 call exception_dispatch
H A Dexception_asm_64.S187 call exception_dispatch