Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dfpu.S138 #define fp_access_body(__access_func) \ argument
139 __access_func(f0); \
140 __access_func(f1); \
141 __access_func(f2); \
142 __access_func(f3); \
143 __access_func(f4); \
144 __access_func(f5); \
145 __access_func(f6); \
146 __access_func(f7); \
147 __access_func(f8); \
[all …]