Module firmware_event

Source
Expand description

Firmware Event Codes.

Declared in §11.4.

Constants§

ACCESS_LOAD
Load access trap event.
ACCESS_STORE
Store access trap event.
FENCE_I_RECEIVED
Received FENCE.I request from other HART event.
FENCE_I_SENT
Sent FENCE.I request to other HART event.
HFENCE_GVMA_RECEIVED
Received HFENCE.GVMA request from other HART event.
HFENCE_GVMA_SENT
Sent HFENCE.GVMA request to other HART event.
HFENCE_GVMA_VMID_RECEIVED
Received HFENCE.GVMA with VMID request from other HART event.
HFENCE_GVMA_VMID_SENT
Sent HFENCE.GVMA with VMID request to other HART event.
HFENCE_VVMA_ASID_RECEIVED
Received HFENCE.VVMA with ASID request from other HART event.
HFENCE_VVMA_ASID_SENT
Sent HFENCE.VVMA with ASID request to other HART event.
HFENCE_VVMA_RECEIVED
Received HFENCE.VVMA request from other HART event.
HFENCE_VVMA_SENT
Sent HFENCE.VVMA request to other HART event.
ILLEGAL_INSN
Illegal instruction trap event.
IPI_RECEIVED
Received IPI from other HART event.
IPI_SENT
Sent IPI to other HART event.
MISALIGNED_LOAD
Misaligned load trap event.
MISALIGNED_STORE
Misaligned store trap event.
PLATFORM
RISC-V platform specific firmware events.
SET_TIMER
Set timer event.
SFENCE_VMA_ASID_RECEIVED
Received SFENCE.VMA with ASID request from other HART event.
SFENCE_VMA_ASID_SENT
Sent SFENCE.VMA with ASID request to other HART event.
SFENCE_VMA_RECEIVED
Received SFENCE.VMA request from other HART event.
SFENCE_VMA_SENT
Sent SFENCE.VMA request to other HART event.