Home
last modified time | relevance | path

Searched refs:SFENCE_INVAL_IR (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dtlbflush.h25 asm volatile(SFENCE_INVAL_IR() ::: "memory"); in local_sfence_inval_ir()
H A Dinsn-def.h298 #define SFENCE_INVAL_IR() \ macro