Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/include/
H A Dpdc.h381 struct cache_cf { /* PDC_CACHE (for "struct pdc_cache") */ struct
382 u_int cc_alias: 4, /* virtual address aliasing boundary */
383 cc_block: 4, /* used to determine most efficient stride */
384 cc_line : 3, /* max data written by store (16-byte mults) */
385 cc_resv1: 2, /* (reserved) */
386 cc_wt : 1, /* D-cache: write-to = 0, write-through = 1 */
387 cc_fsel : 2, /* Both (00) / only D/I (01/10) / either (11) F[DI]C */
388 cc_cst : 3, /* D-cache: incoherent = 0, coherent = 1 */
389 cc_resv2:11, /* (reserved) */
390 cc_hvers: 2; /* H-VERSION dependent */