Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 975 Bytes

icache_iva.adoc

File metadata and controls

48 lines (38 loc) · 975 Bytes

th.icache.iva

Synopsis

Invalidate I-cache at VA

Mnemonic

th.icache.iva rs1

Encoding
{reg:[
    { bits:  7, name: 0xb, attr: ['custom-0, 32 bit'] },
    { bits:  5, name: 0x0 },
    { bits:  3, name: 0x0, attr: ['CMO'] },
    { bits:  5, name: 'rs1' },
    { bits:  5, name: 0x10, attr: ['icache.iva'] },
    { bits:  7, name: 0x01 },
]}
Description

This instruction invalidates the cache lines that match the specified virtual address in the I-cache. Dirty cache lines will not be written back to the next-level storage.

Operation
<invalidate all instruction cache lines matching the VA>
Permission

This instruction can be executed in all privilege levels.

Exceptions

This instruction does not trigger any exceptions.

Included in
Extension HW requirements

XTheadCmo ([xtheadcmo])

I-cache, MMU