Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dpl310.h131 #define PREFETCH_CTRL_PREFETCH_DROP (1 << 24) macro
/freebsd/sys/arm/arm/
H A Dpl310.c154 (prefetch & PREFETCH_CTRL_PREFETCH_DROP) ? ena : dis); in pl310_print_config()