Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dfrv-sim.h152 #define GET_IHSR8_NBC(ihsr8) ((ihsr8) & 1) argument
153 #define GET_IHSR8_ICDM(ihsr8) (((ihsr8) >> 1) & 1) argument
154 #define GET_IHSR8_ICWE(ihsr8) (((ihsr8) >> 8) & 7) argument
155 #define GET_IHSR8_DCWE(ihsr8) (((ihsr8) >> 12) & 7) argument
Dcache.c118 int ihsr8; in frv_cache_reconfigure() local
166 int ihsr8; in ram_access() local