Searched refs:ESR_ELx_EC_MAX (Results 1 – 5 of 5) sorted by relevance
82 #define ESR_ELx_EC_MAX (0x3F) macro
493 handler_fn exception_handlers[VECTOR_NUM][ESR_ELx_EC_MAX + 1];551 assert(ec <= ESR_ELx_EC_MAX); in vm_install_sync_handler()
68 #define ESR_ELx_EC_MAX UL(0x3F) macro
522 [0 ... ESR_ELx_EC_MAX] = NULL,
418 for (ec = 0; ec < ESR_ELx_EC_MAX + 1; ec++) { in create_vpmu_vm()