Searched defs:pdc_cache_cf (Results 1 – 1 of 1) sorted by relevance
472 struct pdc_cache_cf { /* for PDC_CACHE (I/D-caches) */ struct475 cc_padW:32,477 cc_alias: 4, /* alias boundaries for virtual addresses */478 cc_block: 4, /* to determine most efficient stride */479 cc_line : 3, /* maximum amount written back as a result of store (multiple of 16 bytes) */480 cc_shift: 2, /* how much to shift cc_block left */504 struct pdc_cache_cf ic_conf; /* configuration */ argument
Completed in 11 milliseconds