OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interrupt_type_handler_t
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/
interrupt_mgmt.h
113
typedef uint64_t (*
interrupt_type_handler_t
)(uint32_t id,
typedef
124
interrupt_type_handler_t
handler,
126
interrupt_type_handler_t
get_interrupt_type_handler(uint32_t interrupt_type);
/device/linaro/bootloader/arm-trusted-firmware/bl31/
interrupt_mgmt.c
62
interrupt_type_handler_t
handler;
206
interrupt_type_handler_t
handler,
238
interrupt_type_handler_t
get_interrupt_type_handler(uint32_t type)
Completed in 75 milliseconds