Home
last modified time | relevance | path

Searched refs:SDEI_LOG (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/services/std_svc/sdei/
Dsdei_main.c78 SDEI_LOG("Private events initialized on %lx\n", read_mpidr_el1()); in sdei_cpu_on_init()
89 SDEI_LOG("Events masked on %lx\n", read_mpidr_el1()); in sdei_cpu_wakeup_init()
812 SDEI_LOG("Error release bound:%d cnt:%d\n", is_map_bound(map), in sdei_interrupt_release()
959 SDEI_LOG("> VER\n"); in sdei_smc_handler()
961 SDEI_LOG("< VER:%llx\n", ret); in sdei_smc_handler()
966 SDEI_LOG("> REG(n:%d e:%llx a:%llx f:%x m:%llx)\n", ev_num, in sdei_smc_handler()
969 SDEI_LOG("< REG:%lld\n", ret); in sdei_smc_handler()
973 SDEI_LOG("> ENABLE(n:%d)\n", (int) x1); in sdei_smc_handler()
975 SDEI_LOG("< ENABLE:%lld\n", ret); in sdei_smc_handler()
979 SDEI_LOG("> DISABLE(n:%d)\n", ev_num); in sdei_smc_handler()
[all …]
Dsdei_intr_mgmt.c397 SDEI_LOG("interrupt %u on %llx while PE masked\n", map->intr, in sdei_intr_handler()
423 SDEI_LOG("SDEI event 0x%x can't be dispatched; state=0x%x\n", in sdei_intr_handler()
469 SDEI_LOG("ACK %llx, ev:%d ss:%d spsr:%lx ELR:%lx\n", mpidr, map->ev_num, in sdei_intr_handler()
641 SDEI_LOG("EOI:%lx, %d spsr:%lx elr:%lx\n", read_mpidr_el1(), in sdei_event_complete()
Dsdei_state.c145 SDEI_LOG(" event state 0x%x => 0x%x\n", se->state, next); in can_sdei_state_trans()
Dsdei_private.h38 #define SDEI_LOG(...) VERBOSE("SDEI: " __VA_ARGS__) macro