Home
last modified time | relevance | path

Searched defs:cpu_icache_sync_range (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/riscv/include/
HDcpufunc.h118 #define cpu_icache_sync_range(a, s) macro
/freebsd-14-stable/sys/arm64/include/
HDcpufunc.h182 #define cpu_icache_sync_range(a, s) arm64_icache_sync_range((a), (s)) macro