Searched defs:itlb_cf (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/hppa/include/ |
H A D | pdc.h | 393 struct itlb_cf { /* PDC_CACHE (for "struct pdc_cache") */ struct 394 u_int tc_resv1:12, /* (reserved) */ 395 tc_sh : 2, /* separate I and D = 0, shared I and D = 1 */ 396 tc_hvers: 1, /* H-VERSION dependent */ 397 tc_page : 1, /* 2K page size = 0, 4k page size = 1 */ 398 tc_cst : 3, /* incoherent = 0, coherent = 1 */ 399 tc_aid : 5, /* access id width = 15 + aid */ 400 tc_sr : 6, /* space id width */ 401 tc_hv2 : 2; /* H-VERSION dependent */
|