Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Derrata_list.h101 #define ALT_CMO_OP(_op, _start, _size, _cachesize) \ argument
112 : : "r"(_cachesize), \
113 "r"((unsigned long)(_start) & ~((_cachesize) - 1UL)), \
/linux/arch/riscv/errata/thead/
H A Derrata.c74 #define THEAD_CMO_OP(_op, _start, _size, _cachesize) \ argument
83 : : "r"(_cachesize), \
84 "r"((unsigned long)(_start) & ~((_cachesize) - 1UL)), \