Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/include/
H A Dpdc.h414 struct pdc_cache { /* PDC_CACHE */ struct
416 u_int ic_size; /* size of I-cache (in bytes) */
417 struct cache_cf ic_conf;/* cache configuration (see above) */
418 u_int ic_base; /* start addr of I-cache (for FICE flush) */
419 u_int ic_stride; /* addr incr per i_count iteration (flush) */
420 u_int ic_count; /* number of i_loop iterations (flush) */
421 u_int ic_loop; /* number of FICE's per addr stride (flush) */
423 u_int dc_size; /* size of D-cache (in bytes) */
424 struct cache_cf dc_conf;/* cache configuration (see above) */
425 u_int dc_base; /* start addr of D-cache (for FDCE flush) */
[all …]
/netbsd-src/sys/arch/hppa/hppa/
H A Dmachdep.c182 struct pdc_cache pdc_cache; variable