Function xuantie::asm::sync_s

source · []
pub unsafe fn sync_s()
Expand description

SYNC.S, Synchronize and broadcast instruction

Ensures that all instructions before retire earlier than this instruction, and all instructions after retire later than this instruction. This request will be broadcast to all other harts.

Permissions

Can run on M, S or U mode.

Exceptions

Raises illegal instruction exception when mxstatus.theadisaee = 0, or when mxstatus.theadisaee = 1 but run on U mode.

Platform support

This instruction is supported on Xuantie C910 core.