Searched refs:ESR_ELx_EC_MAX (Results 1 – 4 of 4) sorted by relevance
77 #define ESR_ELx_EC_MAX (0x3F) macro
461 handler_fn exception_handlers[VECTOR_NUM][ESR_ELx_EC_MAX + 1];519 assert(ec <= ESR_ELx_EC_MAX); in vm_install_sync_handler()
68 #define ESR_ELx_EC_MAX UL(0x3F) macro
428 for (ec = 0; ec < ESR_ELx_EC_MAX + 1; ec++) { in create_vpmu_vm()
Completed in 16 milliseconds