Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/vax/include/
H A Dcca.h33 struct cca { struct
34 struct cca *cca_base; /* Physical base address of block */ argument
35 uint16_t cca_size; /* Size of this struct */ argument
36 uint16_t cca_id; /* 'CC' */ argument
37 uint8_t cca_maxcpu; /* max number of CPUs */ argument
38 uint8_t cca_cksum; /* Checksum of all earlier bytes */ argument
39 uint8_t cca_flags; argument
40 uint8_t cca_revision; argument
42 uint64_t cca_ready; /* Data ready? */ argument
43 uint64_t cca_console; /* Processors in console mode */ argument
[all …]
/netbsd-src/sys/arch/sh3/sh3/
H A Dcache_sh3.c144 vaddr_t cca; in cache_sh3_op_line_16_nway() local
166 volatile uint32_t *cca; in cache_sh3_op_8lines_16_nway() local
218 vaddr_t cca; in sh3_cache_wbinv_range() local
H A Dcache_sh4.c206 vaddr_t cca; in cache_sh4_op_line_32() local
220 volatile uint32_t *cca = (volatile uint32_t *) in cache_sh4_op_8lines_32() local
380 vaddr_t cca; in cache_sh4_emode_op_line_32() local
402 volatile uint32_t *cca; in cache_sh4_emode_op_8lines_32() local
H A Ddb_interface.c495 vaddr_t va, va_end, cca; in __db_cachedump_sh3() local
/netbsd-src/sys/arch/mips/include/
H A Dmips3_pte.h98 #define MIPS3_CCA_TO_PG(cca) ((cca) << 3) argument
99 #define MIPS3_PG_TO_CCA(cca) (((cca) >> 3) & 7) argument
138 #define MIPS3_PG_IOPAGE(cca) \ argument
H A Dpte.h434 u_int cca = PMAP_CCA_FOR_PA(pa); in pte_make_enter() local
H A Dcpuregs.h142 #define MIPS_PHYS_TO_XKPHYS(cca,x) \ argument
/netbsd-src/sys/arch/vax/vax/
H A Dka6400.c64 struct cca *cca; variable
/netbsd-src/sys/arch/arm/acpi/
H A Dacpi_machdep.c581 ACPI_INTEGER cca = 1; /* default cache coherent */ arm_acpi_dma_flags() local
/netbsd-src/sys/arch/mips/mips/
H A Dmips_machdep.c1286 uint32_t cca; in mips_vector_init() local
/netbsd-src/sys/dev/ic/
H A Drt2661.c2827 uint16_t cca; in rt2661_rx_tune() local