HomeSort by: relevance | last modified time | path
    Searched defs:l2cache (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/renesas/
r9a07g043f.dtsi 36 next-level-cache = <&l2cache>;
145 l2cache: cache-controller@13400000 { label
  /src/sys/arch/vax/vax/
ka410.c 55 static void * l2cache; /* mapped in address */ variable in typeref:typename:void *
96 l2cache = (void *)vax_map_physmem(KA420_CH2_BASE,
120 memset(l2cache, 0, KA420_CH2_SIZE); /* Clear whole cache */
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/sifive/
fu540-c000.dtsi 63 next-level-cache = <&l2cache>;
90 next-level-cache = <&l2cache>;
117 next-level-cache = <&l2cache>;
144 next-level-cache = <&l2cache>;
302 l2cache: cache-controller@2010000 { label
  /src/sys/dev/
smbiosvar.h 234 uint8_t l2cache; member in struct:smbios_processor
  /src/sys/stand/efiboot/
smbios.h 229 uint8_t l2cache; member in struct:smbios_processor
  /src/usr.sbin/cpuctl/arch/
i386.c 730 u_int l2cache = ci->ci_cinfo[CAI_L2CACHE].cai_totalsize; local in function:intel_family6_name
733 switch (l2cache) {
750 switch (l2cache) {
757 switch (l2cache) {

Completed in 15 milliseconds